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-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
2016-06-02
Apply headache to mips/cheri model.
Robert Norton
2016-06-02
Add rule in Makefile that uses headache to add copyright header to mips/cheri...
Robert Norton
2016-06-01
Tweak wording of mips README.
Robert Norton
2016-06-01
Remove outdated XXX
Robert Norton
2016-05-31
delete obsolete Makefile (src/Makefile currently hanldes mips build).
Robert Norton
2016-05-31
Add README in mips directory describing file breakdown and remove reference t...
Robert Norton
2016-05-27
Fix parsing of sizeof and some printing issues with let
Kathy Gray
2016-05-27
small change to comment printing
Kathy Gray
2016-05-27
Also add to ott
Kathy Gray
2016-05-27
Add sizeof to sail. Documentation to follow
Kathy Gray
2016-05-26
add makery for mips/cheir LOC count.
Robert Norton
2016-05-25
add support for capability load/store bits in TLB
Robert Norton
2016-05-24
restrict virtual and physical address sizes to 40 and 36 bits respectively --...
Robert Norton
2016-05-20
Add missing CP0BadVaddr in run_with_elfs.
Robert Norton
2016-05-19
workaround unable to read fields in PC translation bug.
Robert Norton
2016-05-19
correctly report TLB size and type in config reg.
Robert Norton
2016-05-18
Make TLB address error exception save BadVAddr.
Robert Norton
2016-05-18
Implement 8-entry software-managed TLB.
Robert Norton
2016-05-16
Implement the simulator dump cap registers instruction as a NOP since we dump...
Robert Norton
2016-05-13
implement config registers.
Robert Norton
2016-05-13
do something a bit more interesting with WAIT.
Robert Norton
2016-05-13
fixes to make counter interrupt work: don't attempt to read register fields d...
Robert Norton
2016-05-13
don't write 33-bit value to hwrena (suprised that this type checked).
Robert Norton
2016-05-12
allow writing hwrena 29 (UserLocal)
Robert Norton
2016-05-12
Implement count/compare registers for timer interrupts and rdhwr instruction.
Robert Norton
2016-05-12
rename ephemeral/non_ephemeral to global/local in accordance with current usage.
Robert Norton
2016-05-12
update/add some comments
Robert Norton
2016-05-12
remove redundant wrapper function 'TranslateOrExit' and rename uses.
Robert Norton
2016-05-12
Enforce kernel only access to kernel address space. Doesn't really make any d...
Robert Norton
2016-05-11
Fix XXX missing register accessible check in ClearRegs, also only do CP2Usabl...
Robert Norton
2016-05-10
Initialise CP0Status BEV bit.
Robert Norton
2016-05-10
Clear LLbit on ERET regardless of ERL value.
Robert Norton
2016-05-10
Implement mfc0/mtc0 ErrorEPC.
Robert Norton
[next]