index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-07-31
Merge branch 'sail2' into union_barrier
Alasdair Armstrong
2019-07-31
Updates to function unfolding to support scattered definitions
Alasdair Armstrong
2019-07-31
Remove redundant ifdef and run SMT tests by default
Alasdair Armstrong
2019-07-31
Change platform_barrier so it doesn't care about it's argument type
Alasdair Armstrong
2019-07-29
Coq: add state monad version of while/until loops and lifting results
Brian Campbell
2019-07-29
Add type check after descattering to keep type environments up to date
Brian Campbell
2019-07-25
Some documentation of mappings and string matching
Jon French
2019-07-25
Update Coq barrier definition
Brian Campbell
2019-07-25
Basic port of proof machinery to Coq
Brian Campbell
2019-07-18
Need to separate out the 0.10 lem library from upcoming 0.11
Alasdair Armstrong
2019-07-18
Add a option to check for a feature symbol
Alasdair Armstrong
2019-07-18
Add a feature flag for barrier type change
Alasdair Armstrong
2019-07-18
Update aarch64_small to build with new barriers
Alasdair Armstrong
2019-07-18
Support DMB/DSB domains
Shaked Flur
2019-07-15
Add a fast path to speed up platform_read_ram: use fast_read_ram if read is 8...
Robert Norton
2019-07-11
Make sure we do constant-fold primitives however
Alasdair Armstrong
2019-07-11
Make sure constant folding won't fold external definitions that also have sai...
Alasdair Armstrong
2019-07-04
Add coq builtin for concat_str (copied from mips prelude).
Robert Norton
2019-07-04
Bump opam version.
Robert Norton
2019-07-03
Consider references in topological sorting
Thomas Bauereiss
2019-06-28
Monomorphisation: add some alternative names for ones and zero_extend as used...
Robert Norton
2019-06-28
ToFromInterp backend: always wrap typ arg values in a function, fixes option ...
Jon French
2019-06-28
Add a warning for potentially unsafe casts
Alasdair
2019-06-27
SMT: Add a reverse endianness function and fix some bugs
Alasdair Armstrong
2019-06-27
Coq: less constrained version of slice for ARM model
Brian Campbell
2019-06-26
Fix: Make sure to consider NC_app when checking constraints are identical
Alasdair Armstrong
2019-06-26
Make sure we take constraint synonyms into account when checking if types are...
Alasdair Armstrong
2019-06-25
SMT: Add another case to append
Alasdair Armstrong
2019-06-24
Rules and supporting files for building aarch64_small monomorphised Isabelle
Brian Campbell
2019-06-21
Coq: even more robust handling of unknown goals
Brian Campbell
2019-06-21
Coq: better handling of unknown constraints
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-20
Coq: avoid more unnecessary uses of pattern binders
Brian Campbell
2019-06-20
Coq: handle wildcard binders of bools properly
Brian Campbell
2019-06-20
Coq: avoid some unnecessary reduction in the constraint solver
Brian Campbell
2019-06-20
Add additional case to append for Sail -> SMT
Alasdair Armstrong
2019-06-20
Add more cases to signed for Sail SMT
Alasdair Armstrong
2019-06-20
Tweak two aarch64_small definitions to help monomorphisation
Brian Campbell
2019-06-20
Handle more uses of mutable variables during monomorphisation cast insertion
Brian Campbell
2019-06-19
Make C emulator exit with failure for uncaught exception. Make special case f...
Robert Norton
2019-06-19
Make default ocaml main exit with non-zero exit code in case of uncaught exce...
Robert Norton
2019-06-19
Fix buggy ocaml implementation of count_leading_zeros and also make tail recu...
Robert Norton
2019-06-19
Rewriting improvements for monomorphic aarch64_small
Brian Campbell
2019-06-19
Monomorphisation improvements for aarch64_small
Brian Campbell
2019-06-18
Fix two SMT test cases
Thomas Bauereiss
2019-06-18
Update test cases
Thomas Bauereiss
2019-06-18
Fix handling of E_internal_plet in rewrite
Thomas Bauereiss
2019-06-18
Implement count_leading_zeros in Lem
Thomas Bauereiss
2019-06-17
Add sail implementation of count_leading_zeros. We could use this for backend...
Robert Norton
[next]