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-09-21
latex: Handle Ulp, Ol and Olp markdown constructs
Jessica Clarke
2020-09-21
latex: Dump out S-Expr of any unhandled markdown
Jessica Clarke
2020-09-21
Strip leading *'s from saildoc
Jessica Clarke
2020-09-20
Improve parsing of saildoc comments
Jessica Clarke
2020-09-07
Fix typo a mono_rewrites definition
Brian Campbell
2020-09-02
Consider case expressions in early return rewrite
Thomas Bauereiss
2020-08-27
Ignore file start/end pragmas in splice
Brian Campbell
2020-08-27
Perform truncation of hex literals for C backend (really for isla)
Brian Campbell
2020-08-25
Add function sail_set_coverage_file to sail_coverage header
Alasdair
2020-08-24
Reformat tweaks
Alasdair
2020-08-24
Merge pull request #83 from julienfreche/configure_get_set
Alasdair Armstrong
2020-08-21
Add reformat option to Sail
Alasdair
2020-08-21
C generation tweaks
Alasdair
2020-08-21
c2: make the global state API configurable for externally defined get/set fun...
Julien Freche
2020-08-18
Move sail_state declaration into it's own file
Alasdair
2020-08-13
Preserve file structure through initial check
Alasdair
2020-08-10
Fix a C backend bug with letbindings in guards shadowing body definitions
Alasdair
2020-08-07
Merge branch 'monads' into sail2
Brian Campbell
2020-08-07
Allow C/IR builds to use mono_rewrites without the rest of monomorphisation
Brian Campbell
2020-08-06
Fix for last commit
Alasdair
2020-08-06
Forbid duplicate top-level letbindings
Alasdair
2020-08-06
Fix a small bug with nested structs test in -c2 state api
Alasdair
2020-08-05
Generate accessors for scalar types, array of scalars and scalars in struct i...
Julien Freche
2020-07-15
Update duplicate ctor warning
Alasdair
2020-07-15
Merge pull request #77 from julienfreche/fix_name_instead_of_global_c2
Alasdair Armstrong
2020-07-15
Prevent creation of variant with existing type id and constructors that exist...
Mark Wassell
2020-07-14
c2: primop: -O: make sure to pick global or name correctly
Julien Freche
2020-06-24
Add slice.ml to libsail
Thomas Bauereiss
2020-06-23
Fix bug with duplicate enum identifiers in patterns
Alasdair
2020-06-18
Report locations for "default order" errors
Brian Campbell
2020-06-17
Coq: fix rich loop variables
Brian Campbell
2020-06-17
Make `if cond { ... return() };` assert cond in the type environment
Brian Campbell
2020-06-14
Coq: tidy up scope in library
Brian Campbell
2020-06-12
Use output file for generated branch information.
Prashanth Mundkur
2020-06-10
Prepare Coq library for packaging
Brian Campbell
2020-06-09
Add splice.ml to libsail
Thomas Bauereiss
2020-06-05
Generate nice error messages for patterns woth duplicate bindings
Alasdair
2020-05-27
Update base64 and yojson dependencies
Thomas Bauereiss
2020-05-22
Fix atomicity of register field writes
Alasdair
2020-05-21
Merge branch 'mono-tweaks' of github.com:rems-project/sail into mono-tweaks
Alasdair
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
[next]