index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
regfp.sail
Age
Commit message (
Expand
)
Author
2020-11-19
Add write tag primitive
Brian Campbell
2020-06-24
Add tagged memory builtins to regfp.sail
Thomas Bauereiss
2020-02-21
Add barriers to regfp.sail for full ARMv8
Alasdair Armstrong
2020-02-03
Add an __instr_announce builtin in regfp.sail
Alasdair Armstrong
2020-02-03
Update regfp.sail with ifetch changes from poly_mapping branch
Alasdair Armstrong
2019-07-31
Remove redundant ifdef and run SMT tests by default
Alasdair Armstrong
2019-07-18
Add a feature flag for barrier type change
Alasdair Armstrong
2019-07-18
Update aarch64_small to build with new barriers
Alasdair Armstrong
2019-07-18
Support DMB/DSB domains
Shaked Flur
2019-05-17
SMT: Finish adding all memory builtins from lib/regfp.sail
Alasdair Armstrong
2019-05-14
Add feature that allows functions to require type variables are constant
Alasdair Armstrong
2019-05-13
fix typo in excl_res extern
Jon French
2019-04-18
Parameterise memory read/write primitives by address length
Jon French
2019-04-12
lib/regfp.sail: add explicit C binding for memory access functions
Jon French
2019-03-14
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-03-13
lib/regfp.sail: new standard intrinsics for triggering memory effects
Jon French
2019-03-08
Adds the DC and IC instructions to AArch64_small;
Shaked Flur
2018-12-28
Merge branch 'sail2' into rmem_interpreter
Jon French
2018-12-22
Added RISC-V fence.tso
Shaked Flur
2018-10-24
Interpreter, RISC-V: move memory actions to parts of the interpreter response...
Jon French
2018-07-05
restore missing RISC-V fence types in sail2; ignore io bits in fences more cl...
Jon French
2018-06-21
add PMP registers to CSR, fix build
Jon French