index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jib
/
anf.ml
Age
Commit message (
Expand
)
Author
2020-08-10
Fix a C backend bug with letbindings in guards shadowing body definitions
Alasdair
2020-06-23
Fix bug with duplicate enum identifiers in patterns
Alasdair
2020-05-22
Fix atomicity of register field writes
Alasdair
2020-05-15
Add coverage tracking tool
Alasdair
2020-05-12
Add support for instrumenting generated C with branch coverage metrics
Alasdair
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-06-04
Make sure aarch64_small can generate Jib for SMT
Alasdair Armstrong
2019-06-04
Remove unused AST constructor
Alasdair Armstrong
2019-05-22
Move Util.warn to Reporting, and make it take the location as a parameter
Alasdair Armstrong
2019-05-01
SMT: Fix some C optimisations that were disabled
Alasdair Armstrong
2019-05-01
Jib: Refactor V_call
Alasdair Armstrong
2019-04-30
SMT: Fix dead-code FIXME in jib_compile
Alasdair Armstrong
2019-04-27
Merge branch 'sail2' into smt_experiments
Alasdair
2019-04-20
SMT: Support writing to register references
Alasdair Armstrong
2019-04-17
SMT: Support generic vectors and handle lets between specs and functions
Alasdair Armstrong
2019-04-17
SMT: Unroll simple foreach loops
Alasdair Armstrong
2019-04-15
Basic loop termination measures for Coq
Brian Campbell
2019-04-09
SMT: Refactor Jib values to make inlining work
Alasdair Armstrong
2019-04-06
Various bugfixes and improvements
Alasdair
2019-03-22
C: Fix as-patterns in C output
Alasdair Armstrong
2019-03-15
C: Wrap Jib identifiers
Alasdair
2019-03-11
Improve ocamldoc comments
Alasdair Armstrong
2019-03-08
C: Refactor C backend
Alasdair Armstrong