index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ocaml
Age
Commit message (
Expand
)
Author
2020-09-25
tests: Move copy-pasted code into a shared helper .sh
Alex Richardson
2019-04-16
Temporarily remove Makefile part that is making Jenkins fail
Alasdair Armstrong
2019-03-27
Interactive: Refactor sail.ml
Alasdair Armstrong
2018-11-30
Parser tweaks and fixes
Alasdair Armstrong
2018-11-20
Add full constraints for vector updates
Brian Campbell
2018-11-01
Changes to enable analysing type errors in ASL parser
Alasdair Armstrong
2018-08-17
Improve builtins tests
Alasdair Armstrong
2018-06-22
Fix up constraints in OCaml reg_ref test
Brian Campbell
2018-06-21
Merge branch 'tracing' into sail2
Alasdair Armstrong
2018-06-11
Merge branch 'sail2' into mappings
Jon French
2018-06-11
ocaml test prelude: option is now in stdlib
Jon French
2018-06-07
Rename some functions in vector_dec library file to avoid clashes with functi...
Robert Norton
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
2018-05-10
Merge branch 'sail2' into mappings
Jon French
2018-05-08
fixed sub-mappings
Jon French
2018-05-03
Flow typing and l-expression changes for ASL parser
Alasdair Armstrong
2018-05-01
rewriting of builtin mappings e.g. int
Jon French
2018-05-01
further progress but confounds the type checker?
Jon French
2018-05-01
further progress
Jon French
2018-05-01
starting to also do integer support
Jon French
2018-05-01
start of string pattern matching: currently only literals
Jon French
2018-03-07
Make union types consistent in the AST
Alasdair Armstrong
2018-03-02
Fix off-by-one error in OCaml for loop compilation
Alasdair Armstrong
2018-02-21
Create an update_field function for each field in a bitfield definition
Alasdair Armstrong
2018-02-20
Allow overlapping bitfield field names
Alasdair Armstrong
2018-02-07
Setup test suite for C backend
Alasdair Armstrong
2018-02-01
More work on C compilation
Alasdair Armstrong
2018-02-01
Fix a bug where local variables could shadow functions
Alasdair Armstrong
2018-01-29
Fix a bug where structs containing unions would generate bad to_string functions
Alasdair Armstrong
2018-01-22
Update and fix test suite
Alasdair Armstrong
2018-01-18
Modified ocaml backend to use ocamlfind for linksem and lem
Alasdair Armstrong
2018-01-16
Test the ocaml interpreter with the same tests as the ocaml compilation
Alasdair Armstrong
2018-01-16
Improve formatting of output when running all test suites.
Alasdair Armstrong
2018-01-11
Ocaml semantics can now run aarch64 hello world example using octapod
Alasdair Armstrong
2018-01-04
Additional tests for ocaml backend
Alasdair Armstrong
2017-12-07
More OCaml test cases
Alasdair Armstrong
2017-11-27
Added test for short-circuiting of boolean operations
Alasdair Armstrong
2017-11-15
Additional test case for OCaml backend
Alasdair Armstrong
2017-11-15
Simplify flow typing code in typechecker
Alasdair Armstrong
2017-11-10
Fixed ocaml backend so it correctly compiles registers passed by name.
Alasdair Armstrong
2017-11-03
Fix ocaml test suite
Alasdair Armstrong
2017-10-09
Improvements to menhir pretty printer and ocaml backend
Alasdair Armstrong
2017-09-18
Added additional utility functions in ast_util
Alasdair Armstrong
2017-09-07
Add ocaml run-time and updates to sail for ocaml backend
Alasdair Armstrong
2017-09-01
Testing typedef generation for ocaml
Alasdair Armstrong
2017-09-01
More test cases for ocaml backend
Alasdair Armstrong
2017-09-01
Started work on test suite for ocaml backend
Alasdair Armstrong