index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jib
/
jib_smt.ml
Age
Commit message (
Expand
)
Author
2021-03-05
Add more location information to IR
Alasdair
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-07-15
Update duplicate ctor warning
Alasdair
2020-06-12
Use output file for generated branch information.
Prashanth Mundkur
2020-05-21
Merge branch 'sail2' into mono-tweaks
Alasdair
2020-05-15
Add coverage tracking tool
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-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-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
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-08
Refactor Jib compilation
Alasdair Armstrong
2019-11-07
Backport fixes to SMT generation from poly_mapping branch
Alasdair Armstrong
2019-10-28
Fix jib.ott and SMT regressions
Alasdair Armstrong
2019-10-28
Some C backend refactoring
Alasdair
2019-10-25
Refactor Jib IR pretty printer
Alasdair Armstrong
2019-07-16
Merge remote-tracking branch 'origin/sail2' into separate_bv
Alasdair Armstrong
2019-06-27
SMT: Add a reverse endianness function and fix some bugs
Alasdair Armstrong
2019-06-25
SMT: Add another case to append
Alasdair Armstrong
2019-06-20
Add additional case to append for Sail -> SMT
Alasdair Armstrong
2019-06-20
Add more cases to signed for Sail SMT
Alasdair Armstrong
2019-06-12
SMT: Fix missing case for append builtin
Alasdair Armstrong
2019-06-06
SMT: Rename some functions to make usage clearer
Alasdair Armstrong
2019-06-06
SMT: Add function to de-serialise serialised model
Alasdair Armstrong
2019-06-06
Add an option to pre-compile the axiomatic model for SMT
Alasdair Armstrong
2019-06-04
Merge branch 'sail2' into separate_bv
Alasdair Armstrong
2019-06-04
SMT: Add a fuzzing tool for the SMT builtins
Alasdair Armstrong
2019-05-29
SMT: Make bitvector equality work between vectors of different lengths
Alasdair Armstrong
2019-05-29
SMT: Fix sail_truncate and sail_mask for unusual argument types
Alasdair Armstrong
2019-05-29
Fix sail_truncate error message in SMT
Alasdair Armstrong
2019-05-28
SMT: Add min and max functions
Alasdair Armstrong
2019-05-22
Move Util.warn to Reporting, and make it take the location as a parameter
Alasdair Armstrong
2019-05-21
SMT: Use a separate constructor for memory read variables
Alasdair Armstrong
2019-05-21
SMT: Add control flow node numbers to memory events to track program order
Alasdair Armstrong
2019-05-17
Experiment with making vector and bitvector distinct types
Alasdair Armstrong
2019-05-17
SMT: Finish adding all memory builtins from lib/regfp.sail
Alasdair Armstrong
2019-05-16
SMT: Tweak SMT generation interface
Alasdair Armstrong
2019-05-16
SMT: Improve simplification for generated SMT
Alasdair Armstrong
2019-05-14
SMT: Allow printing SMT with an optional variable prefix
Alasdair Armstrong
2019-05-14
Various bugfixes
Alasdair Armstrong
2019-05-14
SMT: Add comment explaining path conditionals
Alasdair Armstrong
2019-05-10
SMT: Implement memory events for read_mem and write_mem
Alasdair
2019-05-10
SMT: Experiment with symbolic memory reads and writes
Alasdair Armstrong
[next]