index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
builtins
Age
Commit message (
Expand
)
Author
2021-04-23
Add isla builtin testing and update coq script
sail2
Brian Campbell
2020-04-28
Add flooring division in prelude
Alasdair
2019-07-16
Fix all remaining tests for this branch
Alasdair
2019-06-18
Implement count_leading_zeros in Lem
Thomas Bauereiss
2019-06-17
Implement a count_leading_zeros builtin for ocaml and c. This may be a slight...
Robert Norton
2019-06-06
Add arith_shiftr to C and OCaml libraries
Thomas Bauereiss
2019-05-23
Fix bug in slice_mask
Thomas Bauereiss
2019-04-16
Code for testing builtins with Coq
Brian Campbell
2019-03-22
Tidy up of div and mod operators (C implementation was previously inconsisten...
Robert Norton
2018-12-12
Fix some small bugs
Alasdair
2018-12-12
Add parallelism limit to C and builtins test
Alasdair Armstrong
2018-12-11
Fix all tests with type checking changes
Alasdair Armstrong
2018-08-24
Fix rewriter issues
Alasdair Armstrong
2018-08-17
Improve builtins tests
Alasdair Armstrong
2018-08-16
Ressurect builtin tests, and add parallel test runner script
Alasdair Armstrong
2018-07-09
Simplify treating of undefined_bool in Lem library
Thomas Bauereiss
2018-06-06
Some additional fixes to C backend. Re-enable primitive optimizations.
Alasdair Armstrong
2018-05-23
A couple of missing >= 0 constraints on vector handling functions
Brian Campbell
2018-05-09
Run ARM built-in tests for Lem backend (via OCaml)
Thomas Bauereiss
2018-04-03
Added test cases for builtins
Alasdair Armstrong