index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jib
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-11-21
Make coverage support look a little harder for location information
Brian Campbell
2020-11-20
Add coverage output to short-circuiting operators
Brian Campbell
2020-11-18
Fix coverage information in case branches that immediately return
Brian Campbell
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
Refactor: Rename 'a defs to 'a ast
Alasdair
2020-09-28
Move the ast defs wrapper into it's own file
Alasdair
2020-09-16
C codegen: remove an unnecessary declaration in the header file
Julien Freche
2020-08-25
Add function sail_set_coverage_file to sail_coverage header
Alasdair
2020-08-24
Merge pull request #83 from julienfreche/configure_get_set
Alasdair Armstrong
2020-08-21
C generation tweaks
Alasdair
2020-08-21
c2: make the global state API configurable for externally defined get/set fun...
Julien Freche
2020-08-18
Move sail_state declaration into it's own file
Alasdair
2020-08-10
Fix a C backend bug with letbindings in guards shadowing body definitions
Alasdair
2020-08-06
Fix a small bug with nested structs test in -c2 state api
Alasdair
2020-08-05
Generate accessors for scalar types, array of scalars and scalars in struct i...
Julien Freche
2020-07-15
Update duplicate ctor warning
Alasdair
2020-07-14
c2: primop: -O: make sure to pick global or name correctly
Julien Freche
2020-06-23
Fix bug with duplicate enum identifiers in patterns
Alasdair
2020-06-12
Use output file for generated branch information.
Prashanth Mundkur
2020-05-22
Fix atomicity of register field writes
Alasdair
2020-05-21
Merge branch 'sail2' into mono-tweaks
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-14
Merge remote-tracking branch 'origin' into codegen
Alasdair
2020-05-14
Various bugfixes and improvements for updated codegen
Alasdair
2020-05-12
Add support for instrumenting generated C with branch coverage metrics
Alasdair
2020-05-12
Support for user-defined state and headers in new codegen
Alasdair
2020-05-11
Functorise and refactor C code generator
Alasdair
2020-04-27
Fix try in exception handler jib bug
Brian Campbell
2020-04-21
Add more SMT builtins
Thomas Bauereiss
2020-03-13
SMT fixes for some corner cases of vector updates
Thomas Bauereiss
2020-03-02
Add arith_shiftr to SMT and interpreter
Thomas Bauereiss
2020-02-21
SMT: Implement a few more primops
Thomas Bauereiss
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
Allow effects on mappings
Alasdair Armstrong
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-18
Make sure we generate literals of precisely the right length for symbolic exe...
Alasdair Armstrong
[next]