index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jib
/
jib_util.ml
Age
Commit message (
Expand
)
Author
2021-03-05
Add more location information to IR
Alasdair
2020-05-11
Functorise and refactor C code generator
Alasdair
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
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-14
Fix typo in constant folding for and_bool/or_bool
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
Fix jib.ott and SMT regressions
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-14
Add -Ofixed_int and -Ofixed_bits to assume fixed-precision ints and bitvector...
Alasdair Armstrong
2019-05-09
SMT: Make path conditionals more precise
Alasdair Armstrong
2019-05-08
SMT: Add reals and strings to SMT backend
Alasdair Armstrong
2019-05-07
Move parser combinators shared by property and model parsing to separate file
Alasdair Armstrong
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-17
SMT: Support register references
Alasdair Armstrong
2019-04-17
SMT: Unroll simple foreach loops
Alasdair Armstrong
2019-04-16
SMT: Fix inlining issues
Alasdair Armstrong
2019-04-16
SMT: Add struct value literals
Alasdair
2019-04-15
Add more SMT builtins
Thomas Bauereiss
2019-04-09
SMT: Refactor Jib values to make inlining work
Alasdair Armstrong
2019-04-09
SMT: Experimental Jib->SMT translation
Alasdair Armstrong
2019-04-06
Various bugfixes and improvements
Alasdair
2019-04-05
Fix: Don't remove uncalled polymorphic constructors if they are matched upon
Alasdair Armstrong
2019-04-01
C: Add identifier to end instruction
Alasdair
2019-03-21
Jib: Add types to Phi functions
Alasdair Armstrong
2019-03-19
C: Some simplification
Alasdair Armstrong
2019-03-19
C: Inlining support
Alasdair Armstrong
2019-03-15
C: Wrap Jib identifiers
Alasdair
2019-03-13
C: Improve Jib IR, add SSA representation
Alasdair Armstrong
2019-03-09
C: Fix miscompilation of constrained struct field access
Alasdair
2019-03-08
C: Refactor C backend
Alasdair Armstrong