index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
Solver
/
MetaSMTBuilder.h
Age
Commit message (
Expand
)
Author
2022-06-28
Implement getArrayForUpdate iteratively
Daniel Schemmel
2020-02-19
Use `ref<>` for MemoryObject handling
Martin Nowack
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-06-04
make include guard naming consistent
Julian Büning
2016-09-29
remove mimic_stp option and the associated ITE chain construction for shift o...
Hoang M. Le
2016-06-28
add assertions to check the pre-condition of bvVar*Shift that both operands h...
Hoang M. Le
2016-06-27
change bitwidth of expr_shpost in MetaSMTBuilder::constructSDivByConstant to ...
Hoang M. Le
2016-06-10
apply clang-format
Hoang M. Le
2016-06-10
remove now unused getShiftBits()
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvVarArithRightShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvVarRightShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvVarLeftShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in constructAShrByConstant and make it return ...
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvRightShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvLeftShift
Hoang M. Le
2016-06-10
handle special cases of sdiv 1 and -1
Hoang M. Le
2016-06-10
clean up metaSMT includes
Hoang M. Le
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
2016-01-14
Make it possible to build KLEE without using STP and only MetaSMT.
Dan Liew
2014-12-09
Merge pull request #186 from paulmar/fixshift
Cristian Cadar
2014-12-08
Fix overshift check
Paul Marinescu
2014-12-03
Handling overshift behaviour in MetaSMTBuilder
Hristina Palikareva
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-04-24
Fixed order of domain and range in array creation in MetaSMTBuilder.
Hristina Palikareva
2014-04-24
Fixed creation of arrays with variable domains and ranges in STPBuilder and M...
Hristina Palikareva
2013-10-11
Bug fix in MetaSMTBuilder
Hristina Palikareva
2013-10-11
MetaSMT builder, solver and command-line options.
Hristina Palikareva