index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
coq
/
Sail2_state_lemmas.v
Age
Commit message (
Expand
)
Author
2020-06-10
Prepare Coq library for packaging
Brian Campbell
2019-12-19
Coq library improvements
Brian Campbell
2019-12-06
Coq: use proof irrelevance for a few properties
Brian Campbell
2019-11-29
Coq: switch to boolean predicates for Sail-type properties
Brian Campbell
2019-11-13
Coq: more proof support
Brian Campbell
2019-10-24
Coq: use `abstract` to separate out proofs from definitions
Brian Campbell
2019-10-18
Coq: tweak a state monad lifting rule to improve performance
Brian Campbell
2019-09-19
Expand Coq Hoare logic and congruence rules to more operators
Brian Campbell
2019-08-22
Coq: tactics to do rewrites under state monad, simple wp computation
Brian Campbell
2019-08-19
Coq: add bools_of_bits_nondet and friends to library
Brian Campbell
2019-08-14
Coq library work for proofs:
Brian Campbell
2019-07-31
Coq: reasoning for until loops
Brian Campbell
2019-07-29
Coq: add state monad version of while/until loops and lifting results
Brian Campbell
2019-07-25
Basic port of proof machinery to Coq
Brian Campbell