index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sail_lib.ml
Age
Commit message (
Expand
)
Author
2019-01-22
Make sure there is an ocaml representation for optimized memory read for
Alasdair
2018-12-14
Add truncateLSB builtin useful for implementing Cheri Concentrate. Also add b...
Robert Norton
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-12-13
Add hooks to call cgen stub file for RISC-V
Alasdair Armstrong
2018-10-16
Re-implement space-related mapping functions in Sail rather than backends
Jon French
2018-10-10
refer to Util.list_init.ml rather than List.init in sail_lib.ml
Christopher Pulte
2018-10-03
Drop unnecessary thunking; more trouble than it's worth
Brian Campbell
2018-10-02
Rough code to generate random instructions for testing
Brian Campbell
2018-09-19
separate decimal_string_of_bits from string_of_bits
Jon French
2018-09-14
Sail_lib.string_of_bits: print in decimal (properly, with bigints) rather tha...
Jon French
2018-09-14
(oops, should have been with "more hex_bits_N monomorphs")
Jon French
2018-09-14
Sail_lib.int_of_string_opt: use Big_int.of_string rather than OCaml int_of_st...
Jon French
2018-09-14
More monomorphisations for hex_bits_N...
Jon French
2018-09-14
Sail_lib and RISCV prelude: functions for bitwise operations on ints
Jon French
2018-09-10
Various fixes
Alasdair Armstrong
2018-09-04
C: Tweaks to RISC-V to get compiling to C
Alasdair Armstrong
2018-08-31
riscv prelude: yet more manual monomorphisations for hex_bits
Jon French
2018-08-16
Various cleanups to ott grammar
Alasdair Armstrong
2018-07-11
RISC-V model fixes for RMEM
Jon French
2018-07-09
Initialize fresh memory to 0 in the OCaml backend.
Prashanth Mundkur
2018-06-22
add support for new cycle_limit feature in mips.
Robert Norton
2018-06-21
Merge branch 'tracing' into sail2
Alasdair Armstrong
2018-06-14
provide impl of int_of_string_opt in Sail_lib to support older Ocaml versions
Jon French
2018-06-13
Tracing instrumentation for C backend
Alasdair Armstrong
2018-06-11
add 'pat as id' mapping-patterns
Jon French
2018-06-11
Merge branch 'sail2' into mappings
Jon French
2018-06-04
switch to using a Map data structure for cheri tags in ocaml backend. This so...
Robert Norton
2018-06-04
Use Util.split_on_char in sail_lib.ml
Alasdair Armstrong
2018-05-31
Fix for Jenkins build
Alasdair Armstrong
2018-05-31
Fixes to get ARM u-boot working in Sail.
Alasdair Armstrong
2018-05-31
Some tweaks to ocaml compilation and sail_lib for ARM with system registers
Alasdair Armstrong
2018-05-25
Use paged memory storage for ocaml backend memory. This is slightly slower (<...
Robert Norton
2018-05-23
riscv decode now uses mapping-decode and passes tests
Jon French
2018-05-21
further RISCV mapping: all extant non-compressed instructions done
Jon French
2018-05-18
more riscv mappings; riscv now builds successfully to lem which builds to isa...
Jon French
2018-05-17
changes to for testing FreeBSD boot on MIPS: allowing loading raw file in oca...
Robert Norton
2018-05-11
further riscv mapping
Jon French
2018-05-10
more mapping
Jon French
2018-05-10
hacky monomorphic bits-string-parser for now
Jon French
2018-05-10
add space handling mappings to riscv prelude and sail_lib.ml
Jon French
2018-05-03
support sub-mappings in string-append-patterns
Jon French
2018-05-02
refactor string append pattern ast to be based on lists rather than pairs
Jon French
2018-05-01
it works
Jon French
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
progress on debugging string pattern matching
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-04-03
Added test cases for builtins
Alasdair Armstrong
[next]