index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
prelude.sail
Age
Commit message (
Expand
)
Author
2018-04-05
Add generic prelude library that pulls in various basic sail
Alasdair Armstrong
2017-12-12
Add a few helper functions for bit lists
Thomas Bauereiss
2017-12-07
Support monomorphisation with set constrained integers
Brian Campbell
2017-12-06
Make AST after rewriting for Lem backend type-checkable
Thomas Bauereiss
2017-11-07
Add builtin for reversing endianness
Thomas Bauereiss
2017-11-07
Declare prelude functions as extern
Thomas Bauereiss
2017-10-18
Mark more prelude functions extern
Brian Campbell
2017-09-29
Some more refactoring of Sail library
Thomas Bauereiss
2017-08-29
Make Lem export of CHERI(-256) typecheck
Thomas Bauereiss
2017-08-24
Begin refactoring Sail library
Thomas Bauereiss
2017-08-08
Glue together Sail prelude and Lem library
Thomas Bauereiss
2017-08-02
Tune vector_subrange
Thomas Bauereiss
2017-07-26
Add right shift to lib/prelude.sail, and add case for E_exit in Ast_util.stri...
Alasdair Armstrong
2017-07-17
Fixed multiply for MIPS in prelude so it correctly doubles bitvector
Alasdair Armstrong
2017-07-14
Correct signedness bugs in mips_new_tc.
Brian Campbell
2017-07-13
Modified MIPS model so it typechecks with the new typechecker
Alasdair Armstrong
2017-07-13
Improved type inference for let statements and assignments with type annotate...
Alasdair Armstrong
2017-07-12
Various small changes
Alasdair Armstrong
2017-07-12
Fixed parser to parse 2** nexp expressions properly
Alasdair Armstrong
2017-07-12
Added vector range l-expressions and additional tests
Alasdair Armstrong
2017-07-06
Testing new typechecker on MIPS spec
Alasdair Armstrong
2017-07-05
Fixed several unification bugs
Alasdair Armstrong
2017-06-29
Added a large test case to the test-suite
Alasdair Armstrong
2017-06-29
Created prelude.sail for initial typing environment
Alasdair Armstrong