index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mips_new_tc
Age
Commit message (
Expand
)
Author
2018-03-08
rename mips_new_tc to mips
Robert Norton
2018-03-07
Fix cheri and mips following 1fe8f33fce5aaaaea82fc54b6d198ffc9d7e1eeb which r...
Robert Norton
2018-03-06
overload shift operators so they can be used with integer shifts in cheri128 ...
Robert Norton
2018-03-06
finish port of cheri128 spec. to sail2.
Robert Norton
2018-03-06
add atom versions of val declaration for min and max.
Robert Norton
2018-03-02
add a cp2_next_pc function to update cheri state in fde loop and a stub versi...
Robert Norton
2018-03-01
Add support for read_tag and write_tag in sail_lib.ml. and support for intial...
Robert Norton
2018-03-01
cheri wip.
Robert Norton
2018-02-27
Get MIPS translated to Lem
Thomas Bauereiss
2018-02-26
working sail2 mips spec (passes BERI tests).
Robert Norton
2018-02-26
ADDU should sign extend 32-bit result.
Robert Norton
2018-02-26
workaround sail2 not liking type synonyms as arguments to constructors (see #2).
Robert Norton
2018-02-26
Fix SLTIU: note that immediate must be sign extended before unsigned comparison!
Robert Norton
2018-02-22
wip
Robert Norton
2018-02-08
work in progress mips sail2 port.
Robert Norton
2017-12-19
Support user-defined exceptions in Lem shallow embedding
Thomas Bauereiss
2017-11-07
Add builtin for reversing endianness
Thomas Bauereiss
2017-09-29
Some more refactoring of Sail library
Thomas Bauereiss
2017-09-29
Add MIPS->Isabelle target to Makefile
Thomas Bauereiss
2017-09-02
Remove dependency of state.lem on bitvector operations
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-17
Add support for register types other than bitvector to state monad
Thomas Bauereiss
2017-08-08
Fix Lem bindings in test cases
Thomas Bauereiss
2017-08-02
Improve pretty-printing of register declaration and assignment
Thomas Bauereiss
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
Added some code to check if function return types in function clauses and val...
Alasdair Armstrong
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-11
Various typechecker improvements:
Alasdair Armstrong
2017-07-10
Bugfixes and testing new checker on the MIPS spec
Alasdair Armstrong
2017-07-06
Testing new typechecker on MIPS spec
Alasdair Armstrong