index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jib
Age
Commit message (
Expand
)
Author
2020-06-12
Use output file for generated branch information.
Prashanth Mundkur
2020-05-22
Fix atomicity of register field writes
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
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-21
Add more SMT builtins
Thomas Bauereiss
2020-03-13
SMT fixes for some corner cases of vector updates
Thomas Bauereiss
2020-03-02
Add arith_shiftr to SMT and interpreter
Thomas Bauereiss
2020-02-21
SMT: Implement a few more primops
Thomas Bauereiss
2020-02-20
More list C codegen fixes for issue #59
Alasdair Armstrong
2020-02-20
Fix missing code generation builtins for lists. Fixes #59
Alasdair Armstrong
2020-01-17
Keep track of source locations for all IR branches
Alasdair
2020-01-16
Allow effects on mappings
Alasdair Armstrong
2020-01-16
Keep track of (non-bit) vectors known to be fixed size in Jib
Alasdair Armstrong
2020-01-14
Basic support to track uncaught exceptions in Sail->C
Alasdair
2020-01-10
Don't do any C specific name mangling for the cons operator in jib_compile
Alasdair Armstrong
2019-12-18
Make sure we generate literals of precisely the right length for symbolic exe...
Alasdair Armstrong
2019-12-06
Don't introduce uneccesary control flow when compiling
Alasdair Armstrong
2019-11-20
Allow undefined values in IR for SMT generation
Alasdair Armstrong
2019-11-14
Fix typo in constant folding for and_bool/or_bool
Alasdair Armstrong
2019-11-11
Make sure undefined_gen inserts enough type annotations for union constructors
Alasdair Armstrong
2019-11-11
Make sure we include LEXP_cast register refs when slicing the specification
Alasdair Armstrong
2019-11-08
Refactor Jib compilation
Alasdair Armstrong
2019-11-07
Backport fixes to SMT generation from poly_mapping branch
Alasdair Armstrong
2019-10-31
Allow sail to be scripted using sail
Alasdair
2019-10-28
Fix jib.ott and SMT regressions
Alasdair Armstrong
2019-10-28
Make sure that interactive.ml doesn't transitively depend on lem definitions
Alasdair Armstrong
2019-10-28
Some C backend refactoring
Alasdair
2019-10-25
Remove global symbol generator
Alasdair
2019-10-25
Refactor Jib IR pretty printer
Alasdair Armstrong
2019-10-17
Allow generating C that doesn't hard code any libraries
Alasdair Armstrong
2019-10-16
Make nostd Sail arena allocator thread safe (maybe)
Alasdair
2019-10-15
More work on bare-metal Sail
Alasdair Armstrong
2019-10-14
Add -Ofixed_int and -Ofixed_bits to assume fixed-precision ints and bitvector...
Alasdair Armstrong
2019-07-16
Merge remote-tracking branch 'origin/sail2' into separate_bv
Alasdair Armstrong
2019-06-27
SMT: Add a reverse endianness function and fix some bugs
Alasdair Armstrong
2019-06-25
SMT: Add another case to append
Alasdair Armstrong
2019-06-20
Add additional case to append for Sail -> SMT
Alasdair Armstrong
[next]