index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
coq
Age
Commit message (
Expand
)
Author
2020-09-25
tests: Move copy-pasted code into a shared helper .sh
Alex Richardson
2020-06-14
Coq: tidy up scope in library
Brian Campbell
2020-06-10
Prepare Coq library for packaging
Brian Campbell
2020-04-10
Update path for newer versions of BBV Coq library
Thomas Bauereiss
2019-12-01
Coq: remove last use and definition of doc_nc_prop
Brian Campbell
2019-10-02
Coq: limited support for existentially-typed tuples
Brian Campbell
2019-09-02
Enable part of a test that's been fixed recently.
Brian Campbell
2019-08-30
Add a couple of overlooked tests
Brian Campbell
2019-06-21
Coq: add missing property derivation casts for effectful expressions
Brian Campbell
2019-06-21
Coq: be more careful when dealing with wildcard argument patterns
Brian Campbell
2019-06-03
Test case for previous commit
Brian Campbell
2019-05-24
Coq: support if-then-throw typechecking special case
Brian Campbell
2019-05-21
Coq: introduce autocasts at variables
Brian Campbell
2019-04-17
Coq: support pure loops with termination measures
Brian Campbell
2019-04-15
Basic loop termination measures for Coq
Brian Campbell
2019-04-05
Coq: add missing effectful existential unpacking case
Brian Campbell
2019-04-04
Coq: improve solver on conjunctions, Euclidean division/modulo
Brian Campbell
2019-04-02
Coq: replace n_constraints with equivalent bool variables
Brian Campbell
2019-03-20
Coq: be more careful about merging Sail variables and type variables
Brian Campbell
2019-03-19
Coq: more test work
Brian Campbell
2019-03-19
Coq: more work on tests
Brian Campbell
2019-03-15
Coq: some progress on the test suite
Brian Campbell
2019-03-15
Add coq test case for for-loop type variable
Brian Campbell
2018-12-27
Coq: avoid putting ambiguous numeric literals in Coq output
Brian Campbell
2018-12-27
Coq: fix name clashes and instantiation calculation
Brian Campbell
2018-12-19
Coq: handle pairs of ranges (and other existential types) properly
Brian Campbell
2018-10-12
Prevent accidental test failures when Coq compiles in the wrong order
Brian Campbell
2018-07-27
Coq: patterns on bit literals
Brian Campbell
2018-07-23
Coq test for a few non-trivial atom types
Brian Campbell
2018-07-23
Coq: make all pattern matches in the output exhaustive
Brian Campbell
2018-07-07
Coq: bbv have reorganised their repository
Brian Campbell
2018-06-26
In guarded pattern rewriting, irrefutable patterns subsume wildcards
Brian Campbell
2018-06-12
Coq: support for range type, along with related existential improvements
Brian Campbell
2018-06-08
Coq: add destructuring of atom existentials in patterns
Brian Campbell
2018-06-08
Coq: ignore some currently unsupported tests
Brian Campbell
2018-06-08
Coq: skip two tests with redundant pattern matches
Brian Campbell
2018-05-28
Coq: add back tests with undefined functions
Brian Campbell
2018-05-28
Coq: add option to produce axioms for unimplemented functions
Brian Campbell
2018-05-24
Import (rather hacky) Coq Sail libraries
Brian Campbell
2018-05-03
Work in progress on the coq backend
Brian Campbell