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-06-04
SMT: Add a fuzzing tool for the SMT builtins
Alasdair Armstrong
2019-05-13
Interpreter: update memory intrinsics to include addrsize argument
Jon French
2019-05-07
Merge branch 'sail2' into smt_experiments
Alasdair Armstrong
2019-05-06
Don't initialise registers in interpreter when register accesses not allowed
Brian Campbell
2019-05-03
Jib: Fix optimizations for SMT IR changes
Alasdair Armstrong
2019-04-15
Merge branch 'sail2' of github.com:rems-project/sail into sail2
Jon French
2019-04-15
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-04-15
Basic loop termination measures for Coq
Brian Campbell
2019-04-12
Interpreter: remove debug printing (oops)
Jon French
2019-04-06
Various bugfixes and improvements
Alasdair
2019-03-14
fix typo in interpreter excl_res intrinsic
Jon French
2019-03-13
Interpreter: return frame rather than eval-looping analyse_instruction
Jon French
2019-03-13
Interpreter: handling for E_cons
Jon French
2019-03-13
Interpreter: error handling when calling primops
Jon French
2019-03-13
Refactor interpreter monad to include pp in effect requests/failures
Jon French
2019-03-13
fix is_true/is_false use of == for web-interface new-interpreter
Jon French
2019-03-04
Interpreter: remove useless string-to-rk/wk/bk functions, they're much better...
Jon French
2019-02-13
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-02-04
Fix behavior for fallthrough cases in catch blocks
Alasdair Armstrong
2018-12-28
Remove opt_spc_matches_prefix from sail.h (fixes C tests)
Jon French
2018-12-28
Merge branch 'sail2' into rmem_interpreter
Jon French
2018-12-27
basic Sail-side support for rmem use of interpreter
Jon French
2018-12-27
pass typechecking environment around interpreter and rewriters
Jon French
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-11-14
interpreter: abstract effect requests into an Effect_request arm of frame type
Jon French
2018-10-31
Rename Reporting_basic to Reporting
Alasdair Armstrong
2018-10-31
Improve error messages for unsolved function quantifiers
Alasdair Armstrong
2018-10-24
Interpreter, RISC-V: move memory actions to parts of the interpreter response...
Jon French
2018-10-24
Interpreter: add handling of undefs and sizeofs, and initialize registers to ...
Jon French
2018-10-24
Interpreter: improve error handling/messages
Jon French
2018-10-24
Interpreter: don't silently use OCaml externs, only interpreter externs
Jon French
2018-10-08
Interpreter: refactor get/put state into more fine-grained responses in the m...
Jon French
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
[next]