index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-05-21
Merge branch 'sail2' into mono-tweaks
Alasdair
2020-05-15
C backend: Only add static to model_{init,fini} if -static is passed
Alex Richardson
2020-05-15
C backend: Add a static () helper
Alex Richardson
2020-05-15
Add static to registers if -static is passed
Alex Richardson
2020-05-15
Also make the letbinding C variables static
Alex Richardson
2020-05-15
Also allow adding static to model_{init,fini,main}()
Alex Richardson
2020-05-15
Add static to more C functions
Alex Richardson
2020-05-15
Add coverage tracking tool
Alasdair
2020-05-14
Output INT64_MIN in code generator for min 64-bit integer literal
Alasdair
2020-05-14
Merge remote-tracking branch 'origin' into codegen
Alasdair
2020-05-14
Re-activate some tests
Alasdair
2020-05-14
Attempt to fix CI error
Alasdair
2020-05-14
Various bugfixes and improvements for updated codegen
Alasdair
2020-05-12
Add support for instrumenting generated C with branch coverage metrics
Alasdair
2020-05-12
Support for user-defined state and headers in new codegen
Alasdair
2020-05-11
Functorise and refactor C code generator
Alasdair
2020-04-27
Fix try in exception handler jib bug
Brian Campbell
2020-04-22
Add an interactive command to evaluate until the end of a function
Alasdair
2020-04-21
Fix build with OCaml 4.06.1
Thomas Bauereiss
2020-04-21
Lem: Print more type annotations
Thomas Bauereiss
2020-04-21
Add more SMT builtins
Thomas Bauereiss
2020-04-21
Add more monomorphisation rewrites
Thomas Bauereiss
2020-04-21
Take kid synonyms into account when propagating constants
Thomas Bauereiss
2020-04-21
Mono: Check for non-constant calls to make_the_value
Thomas Bauereiss
2020-04-21
Mono: Extract more kid instantiations from assertions
Thomas Bauereiss
2020-04-21
Mono: Propagate constants after applying pattern choices
Thomas Bauereiss
2020-04-21
Add rewrite for constant-folding top-level letbindings
Thomas Bauereiss
2020-04-21
Various monomorphisation fixes
Thomas Bauereiss
2020-04-21
Consider literals in pattern disjointness check
Thomas Bauereiss
2020-04-21
Mono: Extract set constraints from (in)equalities
Thomas Bauereiss
2020-04-21
Handle more cases in bitvector cast rewrite
Thomas Bauereiss
2020-04-21
Add support for some ASL idioms in mono rewrites
Thomas Bauereiss
2020-04-21
Tweak types of loop combinators for prover combinators
Thomas Bauereiss
2020-04-21
Save SMT cache when terminating with an exception
Thomas Bauereiss
2020-04-21
Add more mono rewrites for bitvector subranges
Thomas Bauereiss
2020-04-21
Rewrite vector concat lexps to sequences of assignments
Thomas Bauereiss
2020-04-21
Be more careful about type annotations in rewrites to Lem
Thomas Bauereiss
2020-04-15
Add more intuitive defaults to interactive toplevel
Alasdair
2020-04-14
Add add_symbol to the API of Process_file
Alasdair
2020-04-10
Check more types in monomorphisation rewrites
Thomas Bauereiss
2020-04-10
Allow empty Sail source files
Thomas Bauereiss
2020-04-10
Add Lem builtins for operations on reals
Thomas Bauereiss
2020-04-10
Make bounds check for vector subrange assignments stricter
Thomas Bauereiss
2020-04-10
Implement hex_str for Lem
Thomas Bauereiss
2020-04-10
Be more careful when flow-typing loops
Thomas Bauereiss
2020-04-01
Report SMT solver stderr on unexpected return code
Brian Campbell
2020-03-29
Implement set_slice_int in the interpreter
Alasdair
2020-03-25
Fix a typo in write_mem for the interpreter
Alasdair
2020-03-19
Improve a particularly unhelpful type error
Alasdair
2020-03-18
Expose details of failed lexp bounds checks
Thomas Bauereiss
[next]