index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
coq
/
Sail2_prompt.v
Age
Commit message (
Expand
)
Author
2020-06-10
Prepare Coq library for packaging
Brian Campbell
2019-11-29
Coq: switch to boolean predicates for Sail-type properties
Brian Campbell
2019-10-24
Coq: use `abstract` to separate out proofs from definitions
Brian Campbell
2019-09-19
Expand Coq Hoare logic and congruence rules to more operators
Brian Campbell
2019-08-19
Coq: add bools_of_bits_nondet and friends to library
Brian Campbell
2019-07-31
Coq: reasoning for until loops
Brian Campbell
2019-07-25
Basic port of proof machinery to Coq
Brian Campbell
2019-05-19
Coq: proper definitions for some undefined value functions
Brian Campbell
2019-04-15
Basic loop termination measures for Coq
Brian Campbell
2019-04-05
Coq: termination measures for mutually recursive functions
Brian Campbell
2019-02-28
Coq: remove unused library definitions
Brian Campbell
2019-02-28
Coq: Clean up rich boolean handling in backend
Brian Campbell
2019-02-28
Coq: more for informative booleans
Brian Campbell
2019-02-28
Coq: some work on bool simplification
Brian Campbell
2018-12-29
Coq: ensure that recursive functions compute
Brian Campbell
2018-12-12
Move much of recursive function termination to a rewrite
Brian Campbell
2018-12-11
Initial attempt at using termination measures in Coq
Brian Campbell
2018-09-11
Coq: some basic handling for more existentials
Brian Campbell
2018-09-06
Coq: fill in a few more RISC-V axioms
Brian Campbell
2018-09-06
Coq: fix up some barrier/memory definitions for RISC-V
Brian Campbell
2018-09-03
Coq: rework generation of dependent pairs so that they are only
Brian Campbell
2018-08-03
Coq: generalise dependent pair handling a little
Brian Campbell
2018-07-12
Coq: remove unnecessary constraint on foreach loops
Brian Campbell
2018-07-07
Coq: supply index constraint in for loops
Brian Campbell
2018-06-22
Coq: library updates, esp extending bitvector multiplies, Undefined
Brian Campbell
2018-06-19
Coq: library name update (as we did for Lem)
Brian Campbell