index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rts.h
Age
Commit message (
Expand
)
Author
2020-05-11
Functorise and refactor C code generator
Alasdair
2019-07-31
Change platform_barrier so it doesn't care about it's argument type
Alasdair Armstrong
2019-04-18
Parameterise memory read/write primitives by address length
Jon French
2019-04-17
add unimplemented C platform definitions for platform_read_mem etc
Jon French
2019-01-22
Make sure we optimize constrained union constructors
Alasdair
2018-11-23
Introduce intermediate bitvector representation in C
Alasdair Armstrong
2018-07-12
update arm and mips models for new type of write_ram builtin. Also fix c and ...
Robert Norton
2018-06-28
RTS: Add --verbosity flag to C model
Alastair Reid
2018-06-28
Add tagged memory to C rts to cheri can be compiled to C
Alasdair Armstrong
2018-06-27
RTS/Main: tweaking cycle counter handling
Alastair Reid
2018-06-27
Add a new function cycle_limit_reached that returns bool, allowing for gracef...
Robert Norton
2018-06-27
RTS: Add support for __ListConfig
Alastair Reid
2018-06-27
RTS: Delete __SetConfig stub function
Alastair Reid
2018-06-26
turn on warnings when compiling mips c then dial back ones that are triggered...
Robert Norton
2018-06-26
RTS: implement sleep primitives
Alastair Reid
2018-06-21
Add command line option support for Sail->C compiled models
Alasdair Armstrong
2018-06-19
Add elf parsing from Alastair
Alasdair Armstrong
2018-06-15
Fixes for C RTS for aarch64 no it's split into multiple files
Alasdair Armstrong
2018-06-14
Refactor C backend, and split RTS into multiple files
Alasdair