index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
value.ml
Age
Commit message (
Expand
)
Author
2018-12-14
Get real number tests working in OCaml/Interpreter
Alasdair
2018-12-13
Fixing rationals in Sail interpreter and OCaml
Alasdair Armstrong
2018-11-28
Allow folding constant expressions into single register reads
Alasdair
2018-10-16
Re-implement space-related mapping functions in Sail rather than backends
Jon French
2018-09-18
Add string mapping functions to interpreter
Alasdair Armstrong
2018-08-30
C: Fix an issue with struct field being generalised inside polymorphic constr...
Alasdair Armstrong
2018-08-23
Fix interpreter after re-writer change
Alasdair Armstrong
2018-08-17
Improve builtins tests
Alasdair Armstrong
2018-07-12
update arm and mips models for new type of write_ram builtin. Also fix c and ...
Robert Norton
2018-07-12
Fixes for ARM Sail tests, and get_time_ns for interpreter
Alasdair
2018-06-13
Tracing instrumentation for C backend
Alasdair Armstrong
2018-06-11
Merge branch 'sail2' into mappings
Jon French
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-03
Flow typing and l-expression changes for ASL parser
Alasdair Armstrong
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-04-18
Updates to latex mode for documentation
Alasdair Armstrong
2018-04-03
Fix failing ARM test
Alasdair Armstrong
2018-03-07
Make union types consistent in the AST
Alasdair Armstrong
2018-01-29
add tohost to value.ml
Robert Norton
2018-01-23
Added additional tests, and fixed ocaml build of ARM tests
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-12
Interpreter can now pass local values by reference
Alasdair Armstrong
2018-01-12
OCaml interactive mode can now run full aarch64 examples, and ocaml test cases.
Alasdair Armstrong
2018-01-11
Ocaml semantics can now run aarch64 hello world example using octapod
Alasdair Armstrong
2018-01-03
Lots of experimental changes on this branch
Alasdair Armstrong
2018-01-03
Updates to interpreter
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-11
Prototype interactive mode for sail.
Alasdair Armstrong