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
Age
Commit message (
Expand
)
Author
2016-07-08
Generate forked states for switch instructions deterministically
Martin Nowack
2016-07-08
Use vector instead of set to add/remove states
Martin Nowack
2016-07-08
IterativeDeepeningTimeSearcher: Fix using wrong iterator
Martin Nowack
2016-07-08
Refactoring: Extract method to dump remaining states
Martin Nowack
2016-07-08
Merge pull request #391 from MartinNowack/feat_zipstream_compress
MartinNowack
2016-07-08
Support gzip-based compression of raw_outstreams
Martin Nowack
2016-07-08
Add feature to dump statistics after n instructions
Martin Nowack
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-23
Merge pull request #415 from andreamattavelli/termination_info
Cristian Cadar
2016-06-23
Use klee_message for timeout information
Andrea Mattavelli
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
rename the configure option --with-metasmt-default-solver to --with-metasmt-d...
Hoang M. Le
2016-06-10
use default metaSMT solver as defined in configuration
Hoang M. Le
2016-06-10
update Makefile for metaSMT
Hoang M. Le
2016-06-10
clean up metaSMT includes
Hoang M. Le
2016-05-27
Merge pull request #396 from andreamattavelli/fix_kleaver_parser
Cristian Cadar
2016-05-25
add include in Z3Solver.cpp (did not compile with llvm-2.9)
Hoang M. Le
2016-05-24
Fixed bug #375 in Kleaver's parser
Andrea Mattavelli
2016-05-18
Modified -debug-print-instructions to allow to write directly on log file.
Andrea Mattavelli
2016-04-19
Merge pull request #369 from MartinNowack/fix_determ_solver_array
MartinNowack
2016-04-17
Merge pull request #359 from delcypher/fix_indep_solver_bug
Cristian Cadar
2016-04-14
Disabling --solver-optimize-divides by default, as the optimization is curren...
Cristian Cadar
2016-04-12
Merge pull request #364 from MartinNowack/feat_partial_logging
Cristian Cadar
2016-04-09
Generate unique STP and Z3 array names deterministically
Martin Nowack
2016-04-08
Remove computation of ``isLocal`` that is always true when handling
Dan Liew
2016-04-08
Rename KLEE command line options from
Dan Liew
2016-03-23
Refactoring of conditional flush into own function.
Martin Nowack
2016-03-23
Fix comment + Clang Formatting
Martin Nowack
2016-03-23
Add option to log partial solver queries before calling it
Martin Nowack
2016-03-22
Properly assert that an assignment computed in
Dan Liew
2016-03-22
ExprPPrinter: Print out arrays deterministically
Martin Nowack
2016-03-22
Try to fix #348
Dan Liew
2016-03-16
push_back usage for values vector
vpushkar
2016-03-16
Wrong std::vector 'values' usage after vector's capacity reserve. It is the e...
vpushkar
2016-03-01
Documented default values for various options and improved the description of...
Cristian Cadar
2016-02-29
Merge pull request #344 from MartinNowack/feat_malloc
MartinNowack
2016-02-27
Merge pull request #342 from delcypher/expr_fixes
MartinNowack
2016-02-27
Use klee-provided GetMallocUsage for consistency
Martin Nowack
2016-02-27
Refactoring: Extract checking memory limit into own function
Martin Nowack
2016-02-27
Add support for tcmalloc
Martin Nowack
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
[next]