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
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
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
2019-05-10
SMT: Fix error in get_pathcond
Alasdair Armstrong
2019-05-10
SMT: Lazily compute efficient path conditionals
Alasdair
2019-05-09
SMT: Add explicit terminators to SSA graph
Alasdair Armstrong
2019-05-09
SMT: Make path conditionals more precise
Alasdair Armstrong
2019-05-08
SMT: Add test for various real number properties
Alasdair Armstrong
2019-05-08
SMT: Add reals and strings to SMT backend
Alasdair Armstrong
2019-05-07
SMT: Use builtin_type_error consistently across builtin definitions
Alasdair Armstrong
2019-05-01
Jib: Refactor V_call
Alasdair Armstrong
2019-04-30
SMT: Allow custom queries
Alasdair Armstrong
2019-04-30
SMT: Fix dead-code FIXME in jib_compile
Alasdair Armstrong
2019-04-30
SMT: Simplify and generalise checking events
Alasdair Armstrong
2019-04-29
SMT: Refactor overflow checks into generic event checking system
Alasdair Armstrong
2019-04-29
SMT: Support arbitrary tuple sizes
Alasdair Armstrong
2019-04-25
SMT: Provide a more useful error message when topsort fails
Alasdair
2019-04-24
SMT: Make sure we clear overflow checks between generating properties
Alasdair Armstrong
2019-04-24
SMT: Can now recheck some simple models via the interpreter
Alasdair
2019-04-23
SMT: Only check counterexamples automatically with -smt_auto flag
Alasdair Armstrong
2019-04-23
SMT: Add parser for generated models
Alasdair Armstrong
2019-04-23
SMT: Add signed builtin
Thomas Bauereiss
2019-04-20
SMT: Support writing to register references
Alasdair Armstrong
2019-04-17
SMT: Automatically get model when $counterexample is used rather than $property
Alasdair Armstrong
2019-04-17
SMT: Support register references
Alasdair Armstrong
2019-04-17
SMT: Support generic vectors and handle lets between specs and functions
Alasdair Armstrong
2019-04-17
SMT: Unroll simple foreach loops
Alasdair Armstrong
2019-04-16
Remove unnecessary assert
Thomas Bauereiss
2019-04-16
SMT: Support toplevel letbindings
Alasdair Armstrong
2019-04-16
SMT: Fix inlining issues
Alasdair Armstrong
2019-04-16
Bugfixing
Thomas Bauereiss
2019-04-16
SMT: Add struct value literals
Alasdair
2019-04-15
Add more SMT builtins
Thomas Bauereiss
2019-04-15
SMT: Allow partial specializations
Alasdair Armstrong
2019-04-13
SMT: Add count_leading_zeros and more builtins
Alasdair
2019-04-13
SMT: More builtins
Alasdair
2019-04-11
SMT: Add property and counterexample directive
Alasdair Armstrong
2019-04-11
SMT: Fixes for more cheri compressed cap properties
Alasdair
[next]