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
2020-11-01
Fix interpreter pattern matching bug
Alasdair
2020-09-29
Refactor: Change AST type from a union to a struct
Alasdair
2020-09-28
Move the ast defs wrapper into it's own file
Alasdair
2020-04-15
Add more intuitive defaults to interactive toplevel
Alasdair
2020-03-25
Fix a typo in write_mem for the interpreter
Alasdair
2019-11-04
Allow overriding the interpreter effects
Alasdair Armstrong
2019-11-01
More work on GDB interface
Alasdair Armstrong
2019-10-25
Allow interactive commands to be setup outside isail.ml
Alasdair Armstrong
2019-08-02
Fix all warnings (except for two lem warnings)
Alasdair Armstrong
2019-07-16
Fix all remaining tests for this branch
Alasdair
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
[next]