index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ocaml_backend.ml
Age
Commit message (
Expand
)
Author
2018-01-04
Additional tests for ocaml backend
Alasdair Armstrong
2018-01-02
Experimenting with power spec
Alasdair Armstrong
2017-12-14
An experimental version of sail without bitvector start indexes.
Alasdair Armstrong
2017-12-13
Cleanup code by fixing compiler warnings, and fix ocaml compilation
Alasdair Armstrong
2017-12-13
Use big_nums from Lem
Alasdair Armstrong
2017-12-07
More OCaml test cases
Alasdair Armstrong
2017-12-06
Add top-level pattern match guards internally
Brian Campbell
2017-12-05
Better support for exceptions in sail for ASL specs that need them.
Alasdair Armstrong
2017-12-05
Update license headers for Sail source
Alasdair Armstrong
2017-11-27
Split rewriter into separate rewriting library and rewrite passes
Alasdair Armstrong
2017-11-27
Compile assertions into OCaml
Alasdair Armstrong
2017-11-24
Use unbound precision big_ints throughout sail.
Alasdair Armstrong
2017-11-16
Remove unused Typ_wild constructor
Alasdair Armstrong
2017-11-10
Fixed ocaml backend so it correctly compiles registers passed by name.
Alasdair Armstrong
2017-11-08
Allow functions to be selectively declared external only for some backends
Thomas Bauereiss
2017-11-08
Allow for different extern names for different backends
Alasdair Armstrong
2017-11-03
Fix ocaml test suite
Alasdair Armstrong
2017-10-31
Improvements to register read tracing in ocaml backend
Alasdair Armstrong
2017-10-27
Fixed some ocaml backend related bugs
Alasdair Armstrong
2017-10-26
Updated ocaml backend so tracing instrumentation is optional.
Alasdair Armstrong
2017-10-23
Added support for better tracing in ocaml backend
Alasdair Armstrong
2017-10-18
Fixes and updates to ocaml backend to compile aarch64_no_vector
Alasdair Armstrong
2017-10-09
Improvements to menhir pretty printer and ocaml backend
Alasdair Armstrong
2017-10-04
Merge branch 'cleanup' into experiments
Alasdair Armstrong
2017-09-26
Added while-do and repeat-until loops to sail for translating ASL
Alasdair Armstrong
2017-09-21
Refactored AST valspecs into single constructor
Alasdair Armstrong
2017-09-21
Simplify AST by removing LB_val_explicit and replace LB_val_implicit with jus...
Alasdair Armstrong
2017-09-07
Add ocaml run-time and updates to sail for ocaml backend
Alasdair Armstrong
2017-09-01
Started work on test suite for ocaml backend
Alasdair Armstrong
2017-08-30
Improved ocaml backend to the point where the hexapod spec produces syntactic...
Alasdair Armstrong
2017-08-30
Ocaml backend can now run ocamlbuild automatically to build ocaml
Alasdair Armstrong
2017-08-29
More work on ocaml backend.
Alasdair Armstrong