index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rts.c
Age
Commit message (
Expand
)
Author
2020-10-14
Support C coverage when sail_exit is used
Brian Campbell
2020-10-01
pass pointer to g_elf_entry to get the ELF entry
Sander Huyghebaert
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-07-15
Add a fast path to speed up platform_read_ram: use fast_read_ram if read is 8...
Robert Norton
2019-04-27
Merge branch 'sail2' into smt_experiments
Alasdair
2019-04-24
SMT: Make sure we clear overflow checks between generating properties
Alasdair Armstrong
2019-04-18
Parameterise memory read/write primitives by address length
Jon French
2019-04-17
now without memory leaks
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-11-16
Various bugfixes and a simple profiling feature for rewrites
Alasdair Armstrong
2018-10-23
RTS: allow elf-loader to provide entry info.
Prashanth Mundkur
2018-09-10
Various fixes
Alasdair Armstrong
2018-09-07
C: add a usage message to the rts.
Prashanth Mundkur
2018-07-23
RTS: make g_cycle_count public
Alastair Reid
2018-07-12
update arm and mips models for new type of write_ram builtin. Also fix c and ...
Robert Norton
2018-06-29
RTS: tweak TIMEOUT message
Alastair Reid
2018-06-28
RTS: Fix utterly broken command line parsing
Alastair Reid
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-28
Fix warning in rts.c
Robert Norton
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: __SetConfig support is off by default
Alastair Reid
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-26
RTS: stub support for -C command line option
Alastair Reid
2018-06-25
Use getopt rather than argp for Mac compatibility in C runtime
Alasdair Armstrong
2018-06-21
Add command line option support for Sail->C compiled models
Alasdair Armstrong
2018-06-21
Simplify the ANF->IR translation
Alasdair Armstrong
2018-06-19
Add elf parsing from Alastair
Alasdair Armstrong
2018-06-19
Improvements to Sail C for booting Linux
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