index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cheri
Age
Commit message (
Expand
)
Author
2017-12-06
Make CHERI spec type-check again
Thomas Bauereiss
2017-11-30
Merge branch 'master' into experiments
Alasdair Armstrong
2017-11-07
Declare prelude functions as extern
Thomas Bauereiss
2017-11-01
workaound for another odd interpreter error where top level let variable got ...
Robert Norton
2017-10-31
work around interpreter crash by adding cast. Likely this kind of thing will ...
Robert Norton
2017-10-31
cheri: throw an exception if there is an attempt to access C26/IDC in the del...
Robert Norton
2017-10-31
cheri: ccall selector 1 should have a branch delay slot. TODO we need to thro...
Robert Norton
2017-10-24
fix default cap value on cheri128 following previous changes -- E stored in r...
Robert Norton
2017-10-23
cheri: Null capability should have maximum length, because in cheri128 we wan...
Robert Norton
2017-10-16
add CTestSubset instruction.
Robert Norton
2017-10-16
add missing new encodings for CJR and CJALR.
Robert Norton
2017-10-16
implement CMove as an alias for cmovz with zero register.
Robert Norton
2017-10-16
add support for CIncOffsetImmediate and CSetBoundsImmediate.
Robert Norton
2017-10-16
add support for capability branch null instructions.
Robert Norton
2017-10-13
Add support for new cheri instruction encodings. The order of pattern matchin...
Robert Norton
2017-10-02
cheri: fix swapped cmovz and cmovn.
Robert Norton
2017-08-29
Make Lem export of CHERI(-256) typecheck
Thomas Bauereiss
2017-08-24
Fix some bugs related to the CHERI spec
Thomas Bauereiss
2017-07-20
add new CNEXEQ instruction.
Robert Norton
2017-07-04
change to cgettype -- returns -1 if not sealed instead of 0.
Robert Norton
2017-07-03
Update to copytype and ccseal -- now use belt and braces approach when handli...
Robert Norton
2017-06-22
fix a typo spotted in CPtrCmp instruction -- CLEU was using signed comparison...
Robert Norton
2017-06-22
revised ccopytype with check for offset being in bounds and clearing tag inst...
Robert Norton
2017-06-16
prefer arithmetic on integers followed by cast to bit[64] in CCopyType.
Robert Norton
2017-06-16
remove unnecessary local variable definitions copy and pasted from cbuildcap.
Robert Norton
2017-06-16
fix previous commit so that it builds.
Robert Norton
2017-06-16
implement new CBuildCap and CCopyType instrucitons for ISAv6.
Robert Norton
2017-05-26
add cmovz and cmovn conditional capability move instructions new in ISAv6.
Robert Norton
2017-05-26
Update ctoptr instruction to check that all of ct is within bounds of cb and ...
Robert Norton
2017-05-26
in ISAv6 cjr and cjalr are permitted on local capabilities.
Robert Norton
2017-05-26
add support for the new ccall selector 1 implementation that directly unseals...
Robert Norton
2017-05-24
Change types of MEMr_tag, MEMval_tag and co. so that tag is separate from dat...
Robert Norton
2017-05-10
Fix type error in CGetLen
Thomas Bauereiss
2017-05-10
Further to Thomas's commit remove the duplicate declarations of max_otype and...
Robert Norton
2017-05-10
Comment out duplicate definitions in cheri_types.sail
Thomas Bauereiss
2017-04-27
avoid out of bounds indicies in cheri128 decompression functions.
Robert Norton
2017-04-27
remove undefined value from cheri 128 spec. The ocaml shallow embedding canno...
Robert Norton
2017-04-27
fix incorrect vector index in cheri128 spec. Should ideally have been caught ...
Robert Norton
2017-04-27
reverse endianness of data when writing UART. Altera jtag uart is little-endi...
Robert Norton
2017-04-25
Add support for uart terminal. Also add read_bit_reg function for faster and ...
Robert Norton
2017-04-20
work around ocaml shallow embedding problem with matching on big_ints by rest...
Robert Norton
2017-04-20
XXX remove pattern match not handled correctly by ocaml embedding.
Robert Norton
2017-04-18
change to spec. of CLC instruction -- clear tag instead of exception if permi...
Robert Norton
2017-04-03
Rename TranslateAddress to TranslatePC and remove the accessType argument -- ...
Robert Norton
2017-03-30
Fix to csetboundsexact (was untested, same fix previously applied to csetboun...
Robert Norton
2017-03-30
Apparently the tag is on the other end following endianness change so include...
Robert Norton
2017-03-29
change reqiured to work with little endian interpreter.
Robert Norton
2017-03-24
Minor cleanup: remove unnecessary brances and use 'not' iso ~.
Robert Norton
2017-03-24
Extract CGetLen from cheri sail.
Robert Norton
2017-02-20
slight refactoring of the fast representable bounds check to aid understandin...
Robert Norton
[next]