index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jib
/
jib_compile.mli
Age
Commit message (
Expand
)
Author
2020-09-28
Refactor: Rename 'a defs to 'a ast
Alasdair
2020-09-28
Move the ast defs wrapper into it's own file
Alasdair
2020-07-14
c2: primop: -O: make sure to pick global or name correctly
Julien Freche
2020-06-12
Use output file for generated branch information.
Prashanth Mundkur
2020-05-15
Add coverage tracking tool
Alasdair
2020-05-12
Add support for instrumenting generated C with branch coverage metrics
Alasdair
2020-05-11
Functorise and refactor C code generator
Alasdair
2020-01-14
Basic support to track uncaught exceptions in Sail->C
Alasdair
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-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-05-08
SMT: Add reals and strings to SMT backend
Alasdair Armstrong
2019-05-03
Jib: Fix optimizations for SMT IR changes
Alasdair Armstrong
2019-04-23
SMT: Add some comments
Alasdair
2019-04-16
SMT: Add struct value literals
Alasdair
2019-04-09
SMT: Experimental Jib->SMT translation
Alasdair Armstrong
2019-03-15
C: Wrap Jib identifiers
Alasdair
2019-03-13
C: Improve Jib IR, add SSA representation
Alasdair Armstrong
2019-03-11
Improve ocamldoc comments
Alasdair Armstrong
2019-03-09
C: Fix miscompilation of constrained struct field access
Alasdair
2019-03-08
C: Refactor C backend
Alasdair Armstrong