index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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