index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jib
/
c_backend.ml
Age
Commit message (
Expand
)
Author
2021-03-05
Add more location information to IR
Alasdair
2021-01-05
Fix some cases when monomorphising vectors containing variable-length bitvectors
Alasdair
2020-10-14
Support C coverage when sail_exit is used
Brian Campbell
2020-09-29
Refactor: Change AST type from a union to a struct
Alasdair
2020-09-28
Move the ast defs wrapper into it's own file
Alasdair
2020-07-14
c2: primop: -O: make sure to pick global or name correctly
Julien Freche
2020-06-12
Use output file for generated branch information.
Prashanth Mundkur
2020-05-22
Fix atomicity of register field writes
Alasdair
2020-05-15
C backend: Only add static to model_{init,fini} if -static is passed
Alex Richardson
2020-05-15
C backend: Add a static () helper
Alex Richardson
2020-05-15
Add static to registers if -static is passed
Alex Richardson
2020-05-15
Also make the letbinding C variables static
Alex Richardson
2020-05-15
Also allow adding static to model_{init,fini,main}()
Alex Richardson
2020-05-15
Add static to more C functions
Alex Richardson
2020-05-15
Add coverage tracking tool
Alasdair
2020-05-14
Output INT64_MIN in code generator for min 64-bit integer literal
Alasdair
2020-05-12
Add support for instrumenting generated C with branch coverage metrics
Alasdair
2020-05-11
Functorise and refactor C code generator
Alasdair
2020-02-20
More list C codegen fixes for issue #59
Alasdair Armstrong
2020-02-20
Fix missing code generation builtins for lists. Fixes #59
Alasdair Armstrong
2020-01-17
Keep track of source locations for all IR branches
Alasdair
2020-01-16
Keep track of (non-bit) vectors known to be fixed size in Jib
Alasdair Armstrong
2020-01-14
Basic support to track uncaught exceptions in Sail->C
Alasdair
2020-01-10
Don't do any C specific name mangling for the cons operator in jib_compile
Alasdair Armstrong
2019-12-06
Don't introduce uneccesary control flow when compiling
Alasdair Armstrong
2019-11-20
Allow undefined values in IR for SMT generation
Alasdair Armstrong
2019-11-11
Make sure undefined_gen inserts enough type annotations for union constructors
Alasdair Armstrong
2019-11-08
Refactor Jib compilation
Alasdair Armstrong
2019-11-07
Backport fixes to SMT generation from poly_mapping branch
Alasdair Armstrong
2019-10-31
Allow sail to be scripted using sail
Alasdair
2019-10-28
Make sure that interactive.ml doesn't transitively depend on lem definitions
Alasdair Armstrong
2019-10-28
Some C backend refactoring
Alasdair
2019-10-25
Remove global symbol generator
Alasdair
2019-10-25
Refactor Jib IR pretty printer
Alasdair Armstrong
2019-10-17
Allow generating C that doesn't hard code any libraries
Alasdair Armstrong
2019-10-16
Make nostd Sail arena allocator thread safe (maybe)
Alasdair
2019-10-15
More work on bare-metal Sail
Alasdair Armstrong
2019-10-14
Add -Ofixed_int and -Ofixed_bits to assume fixed-precision ints and bitvector...
Alasdair Armstrong
2019-07-16
Merge remote-tracking branch 'origin/sail2' into separate_bv
Alasdair Armstrong
2019-06-19
Make C emulator exit with failure for uncaught exception. Make special case f...
Robert Norton
2019-06-05
Add some regression tests
Alasdair
2019-06-05
Fix: Make sure we check Jib types match for operators before optimizing
Alasdair Armstrong
2019-05-17
Experiment with making vector and bitvector distinct types
Alasdair Armstrong
2019-05-07
Move parser combinators shared by property and model parsing to separate file
Alasdair Armstrong
2019-05-05
C: Add option to compile using __int128 rather than GMP
Alasdair
2019-05-03
Jib: Optimize set_slice for ARM v8.5
Alasdair Armstrong
2019-05-03
Jib: Fix optimizations for SMT IR changes
Alasdair Armstrong
2019-05-01
SMT: Fix some C optimisations that were disabled
Alasdair Armstrong
2019-05-01
Jib: Refactor V_call
Alasdair Armstrong
2019-04-20
SMT: Support writing to register references
Alasdair Armstrong
[next]