index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-07-26
Add support for BERI specific behaviour which permits some unaligned accesses...
Robert Norton
2016-07-26
And fix abbrev oversite in interpreter
Kathy Gray
2016-07-26
Fix type abbreviation support oversight
Kathy Gray
2016-07-26
Add minimal support for emulated Altera JTAG UART.
Robert Norton
2016-07-26
Add support for loading a raw binary file at given location in memory prior t...
Robert Norton
2016-07-26
Add Makefile and marker comments in cheri sail file for extracting individual...
Robert Norton
2016-07-25
Fix incorrect register number for CP0Cause in mtc0. The only test which write...
Robert Norton
2016-07-25
win
Kathy Gray
2016-07-25
one more go
Kathy Gray
2016-07-25
Actually fix stack for return
Kathy Gray
2016-07-25
Fix stack for return
Kathy Gray
2016-07-25
Support return in interpreter pretty printer (also fix typo for default case)
Kathy Gray
2016-07-25
auto coerce to bit vector from bit
Kathy Gray
2016-07-24
Make sure that all type constructors with unit type have a type union with ju...
Kathy Gray
2016-07-23
Add effect annotation for return, and actually keep a return after type check.
Kathy Gray
2016-07-23
update to remove use of return as variable
Kathy Gray
2016-07-23
Add a return exp form to Sail, supported in type checker and in interpreter.
Kathy Gray
2016-07-20
Make rewriter understand type abbreviations for removing internal_exp instances
Kathy Gray
2016-07-13
fix
Christopher
2016-07-13
fixes
Christopher
2016-07-12
sail-to-lem and lem library fixes
Christopher
2016-07-01
Add missing case to arith_op_no0
Kathy Gray
2016-06-28
Munge exception destination PC so we hit the correct address even when kcc.ba...
Robert Norton
2016-06-27
Don't blow up when test suite writes to K0 field of Config0 register.
Robert Norton
2016-06-20
Fix error in type checker that put some constraints wrongly into conditional ...
Kathy Gray
2016-06-10
Make in-memory format of capabilities conform with that of CHERI which stores...
Robert Norton
2016-06-07
remove workarounds for sail unable to read fields during PC fetch. Should be ...
Robert Norton
2016-06-07
Merge register access violation exception codes. ISA is evolving and is a lit...
Robert Norton
2016-06-07
Preserve padding in capability registers when converting to struct form -- th...
Robert Norton
2016-06-07
Fix issue in accessing fields and slices of registers during translate address
Kathy Gray
2016-06-07
cheri: implement the csub instruciton (new instruction)
Robert Norton
2016-06-07
add a test for failing TLB translation during instruction fetch.
Robert Norton
2016-06-06
remove mips test elf files no longer expected to work due to having incorrect...
Robert Norton
2016-06-06
Add explicit type cast required because of the way sail does slicing (we want...
Robert Norton
2016-06-06
add test for failing tlb translation using current sail.
Robert Norton
2016-06-06
revert accidental functional change introduced when formatting -- simulator h...
Robert Norton
2016-06-03
Fix bug exposed/introduced by properly handling vector starts in the type che...
Kathy Gray
2016-06-03
Change path inside sail Makefile to look for sail directory instead of l2
Kathy Gray
2016-06-03
Improve formatting of latex export of mips spec: wrap lines, remove dollars i...
Robert Norton
2016-06-03
update README re l2->sail
Peter Sewell
2016-06-03
Merge branch 'master' of bitbucket.org:Peter_Sewell/l2
Peter Sewell
2016-06-03
plumbing to make a pdf version of MIPS Sail spec, using LaTeX lstlistings
Peter Sewell
2016-06-03
turn off debug print statements
Kathy Gray
2016-06-03
Mips file: removed some unnecessary parenthesis
Kathy Gray
2016-06-03
Add test demonstrating recently introduced regression where tlb match fail.
Robert Norton
2016-06-03
added ARMv8
Shaked Flur
2016-06-03
Reduce fill width of header to align closing comments nicely.
Robert Norton
2016-06-02
Fix most_significant case omission
Kathy Gray
2016-06-02
Get widening right now that it matters
Kathy Gray
2016-06-02
improve constraint range checking
Kathy Gray
[next]