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-27
Fix misspelt marker comment.
Robert Norton
2016-07-27
Add final 'else' to CCheckPerms because Peter pointed out that it is better t...
Robert Norton
2016-07-27
CCall comment out of extracted psuedocode region.
Robert Norton
2016-07-27
Normalise whitespace in cheri_insts.sail for cleaner extraction of instructio...
Robert Norton
2016-07-27
Add a function 'not' to the library with type bit -> bit
Kathy Gray
2016-07-26
Fix incomplete match warning in run_with*
Robert Norton
2016-07-26
Increase size of TLB to 64 entries. In theory this should improve FreeBSD boo...
Robert Norton
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
[next]