index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cheri
/
cheri_insts.sail
Age
Commit message (
Expand
)
Author
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-10
Fix type error in CGetLen
Thomas Bauereiss
2017-04-18
change to spec. of CLC instruction -- clear tag instead of exception if permi...
Robert Norton
2017-03-30
Fix to csetboundsexact (was untested, same fix previously applied to csetboun...
Robert Norton
2017-03-29
change reqiured to work with little endian interpreter.
Robert Norton
2017-02-03
replace bit vector return types in getCapX functions with equivalent integer ...
Robert Norton
2017-02-03
fix headers
Peter Sewell
2017-01-26
when using cursor instead of offset for bounds check we must remember to chec...
Robert Norton
2017-01-25
merge cheri 256 and 128 together factoring out differing parts into separate ...
Robert Norton
2016-09-14
Use cap_size to check for address alignment in csc/clc instead of hardcoded 3...
Robert Norton
2016-08-01
Remove raise_c2_exception_v function which is not needed after permissions me...
Robert Norton
2016-08-01
Complete transition to merged perms. We need to take care to keep around the ...
Robert Norton
2016-07-28
Banish exit from the mips/cheri sail except at end of SignalException functio...
Robert Norton
2016-07-28
Complete another if statement with an empty else.
Robert Norton
2016-07-28
Use recently introduced 'not' function instead of ~ for boolean negation. Mor...
Robert Norton
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-26
Add Makefile and marker comments in cheri sail file for extracting individual...
Robert Norton
2016-06-10
Make in-memory format of capabilities conform with that of CHERI which stores...
Robert Norton
2016-06-07
cheri: implement the csub instruciton (new instruction)
Robert Norton
2016-06-03
Reduce fill width of header to align closing comments nicely.
Robert Norton
2016-06-02
Apply headache to mips/cheri model.
Robert Norton
2016-05-25
add support for capability load/store bits in TLB
Robert Norton
2016-05-16
Implement the simulator dump cap registers instruction as a NOP since we dump...
Robert Norton
2016-05-12
rename ephemeral/non_ephemeral to global/local in accordance with current usage.
Robert Norton
2016-05-12
remove redundant wrapper function 'TranslateOrExit' and rename uses.
Robert Norton
2016-05-11
Fix XXX missing register accessible check in ClearRegs, also only do CP2Usabl...
Robert Norton
2016-05-04
fix incorrect exception code used on clc alignment check.
Robert Norton
2016-05-03
cheri: check value of co-processor enable bit before all cheri instructions.
Robert Norton
2016-05-03
immediate offset of load/store via capability is scaled by word size (ISA cha...
Robert Norton
2016-04-29
implement cgetpccsetoffset (new instruction)
Robert Norton
2016-04-29
new encoding for cgetpcc (ISA change).
Robert Norton
2016-04-29
implement 'big immediates' for CSC and CLC (ISA change).
Robert Norton
2016-04-29
use the correct exception vector for ccall/creturn.
Robert Norton
[next]