index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interpreter.ml
Age
Commit message (
Expand
)
Author
2019-02-04
Fix behavior for fallthrough cases in catch blocks
Alasdair Armstrong
2018-12-22
Improve error messages and debugging
Alasdair Armstrong
2018-12-04
Remove FES_Fexps constructor
Alasdair Armstrong
2018-11-28
Allow folding constant expressions into single register reads
Alasdair
2018-10-31
Rename Reporting_basic to Reporting
Alasdair Armstrong
2018-10-31
Improve error messages for unsolved function quantifiers
Alasdair Armstrong
2018-10-05
interpreter: Remove boxes (no longer used)
Jon French
2018-08-23
Fix interpreter after re-writer change
Alasdair Armstrong
2018-08-17
Improve builtins tests
Alasdair Armstrong
2018-07-27
Make type annotations abstract in type_check.mli
Alasdair Armstrong
2018-07-26
Patterns: add or and not patterns
Alastair Reid
2018-06-29
Constant folding improvements
Alasdair
2018-06-07
Add a constant folding optimization pass
Alasdair
2018-06-06
Some work on improving error messages
Alasdair Armstrong
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
2018-05-03
Flow typing and l-expression changes for ASL parser
Alasdair Armstrong
2018-05-03
Fix interpreter messages for failing asserts
Alasdair Armstrong
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-01-29
Move subst to ast_util, use for guarded clauses rewrite
Brian Campbell
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-16
Test the ocaml interpreter with the same tests as the ocaml compilation
Alasdair Armstrong
2018-01-15
Refactored and improved ocaml interpreter
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-05
Moved parser, lexer and pretty printer to correct locations.
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-11
Allow stepping through code when evaluating
Alasdair Armstrong
2017-12-11
Prototype interactive mode for sail.
Alasdair Armstrong