index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
typecheck
/
run_tests.sh
Age
Commit message (
Expand
)
Author
2020-09-25
tests: Move copy-pasted code into a shared helper .sh
Alex Richardson
2020-02-21
Make sure we test that struct literals have a complete set of fields. Fixes #60
Alasdair Armstrong
2019-11-05
Make sure we correctly forbid recursive datatypes that we don't want to support
Alasdair Armstrong
2019-02-15
Use multiple solvers
Alasdair
2018-12-06
Re-factor initial check
Alasdair Armstrong
2018-11-01
Changes to enable analysing type errors in ASL parser
Alasdair Armstrong
2018-01-23
Added additional tests, and fixed ocaml build of ARM tests
Alasdair Armstrong
2018-01-16
Improve formatting of output when running all test suites.
Alasdair Armstrong
2018-01-16
Created version of typecheck test suite for sail2 branch
Alasdair Armstrong
2017-12-04
Fix warnings in test suite
Alasdair Armstrong
2017-11-10
Fixed some tricky typechecking bugs
Alasdair Armstrong
2017-09-02
Add command line flags to toggle sequential monad and native machine words
Thomas Bauereiss
2017-09-01
Started work on test suite for ocaml backend
Alasdair Armstrong
2017-08-29
Make Lem export of CHERI(-256) typecheck
Thomas Bauereiss
2017-08-24
Begin refactoring Sail library
Thomas Bauereiss
2017-08-17
Add support for register types other than bitvector to state monad
Thomas Bauereiss
2017-08-08
Fix Lem bindings in test cases
Thomas Bauereiss
2017-08-02
Fix run_tests.sh so it cleans up generated ml files when testing ocaml backend
Alasdair Armstrong
2017-08-01
Added ocaml generation to run_tests.sh
Alasdair Armstrong
2017-07-13
Typechecker now inserts val specs into AST when it infers them
Alasdair Armstrong
2017-07-13
Modified MIPS model so it typechecks with the new typechecker
Alasdair Armstrong
2017-07-10
Bugfixes and testing new checker on the MIPS spec
Alasdair Armstrong
2017-07-06
Testing new typechecker on MIPS spec
Alasdair Armstrong
2017-07-04
Added documentation to type_check_new.mli
Alasdair Armstrong
2017-07-03
Fixed bug in XML output for jekins
Alasdair Armstrong
2017-07-03
Added test suite XML output for jenkins
Alasdair Armstrong
2017-07-03
Added tests for lem shallow embedding
Alasdair Armstrong
2017-06-29
Added support for set constraints
Alasdair Armstrong
2017-06-29
Various improvements to typechecker
Alasdair Armstrong
2017-06-15
Prototype Bi-directional type checking algorithm for sail
Alasdair Armstrong