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
2018-03-06
finish port of cheri128 spec. to sail2.
Robert Norton
2018-03-01
Add support for read_tag and write_tag in sail_lib.ml. and support for intial...
Robert Norton
2018-02-27
Get MIPS translated to Lem
Thomas Bauereiss
2018-02-23
Fix some bugs in C compilation
Alasdair Armstrong
2018-02-23
Some tidy up of sail library - use extract_num from Big_int to implement to_g...
Robert Norton
2018-02-15
Update duopod spec so it has no address translation
Alasdair Armstrong
2018-02-13
Support for large bitvector literals in C backend
Alasdair Armstrong
2018-02-06
fix backwards arguments to pow2.
Robert Norton
2018-02-02
Add M extension to RISCV. Slightly inelegant implementation for now but passi...
Robert Norton
2018-01-29
Add some initial exception handling to the riscv execution loop.
Prashanth Mundkur
2018-01-29
implement shift primitives in sail_lib.ml
Robert Norton
2018-01-24
Fixed riscv ocaml compilation
Alasdair Armstrong
2018-01-22
Added rewriter that specializes all function calls in a specification.
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-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
Added sail_lib file
Alasdair Armstrong
2017-07-21
Everything moved to new typechecker
Alasdair Armstrong
2017-02-03
fix headers
Peter Sewell
2015-12-14
Adding new location constructor for location of generated terms
Kathy Gray
2014-07-29
A file can now declare that a default order is either inc or dec, and this wi...
Kathy Gray
2014-07-04
Force end-of-input when parsing expression list
Gabriel Kerneis
2014-07-03
Parse list of expressions in Sail_lib
Gabriel Kerneis
2014-07-03
Introduce a Sail library
Gabriel Kerneis