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-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ć
2016-02-23
When calling ``Assignment::dump()`` if there are no bindings emit
Dan Liew
2016-02-23
Move ``Assignment::dump()`` into its own implementation file so
Dan Liew
2016-02-22
Remove stray STP function declaration.
Dan Liew
2016-02-22
Move Array constructor out of ``Expr.h`` and into ``Expr.cpp``.
Dan Liew
2016-02-20
Fix valueIsOnlyCalled() used by MD2U.
Sean Bartell
2016-02-14
Handle Z3 API change between 4.4.1 and the current master branch
Dan Liew
2016-02-14
Add basic implementation of Z3Builder and Z3Solver and Z3SolverImpl
Dan Liew
2016-02-10
Add some of the basic plumbing required to support a Z3 solver in KLEE.
Dan Liew
2016-02-08
Fixed two spelling errors.
Marko Dimjašević
2016-01-14
MetaSMT build fixes.
Dan Liew
2016-01-14
Make it possible to build KLEE without using STP and only MetaSMT.
Dan Liew
2016-01-12
Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providing
Dan Liew
2016-01-12
Drop unnecessary ``#include``s from Solver.cpp.
Dan Liew
2016-01-12
Refactor MetaSMTSolver and MetaSMTSolverImpl out of Solver.cpp into
Dan Liew
2016-01-12
[NFC] Refactor STPSolver and STPSolverImpl out of Solver.cpp into their
Dan Liew
2016-01-12
[NFC] Refactor DummySolver out of Solver.cpp into its own file
Dan Liew
2016-01-12
[NFC] Refactor ValidatingSolver out of Solver.cpp into its own file
Dan Liew
2016-01-07
[NFC] Refactor SolverImpl out of Solver.cpp into its own file
Dan Liew
2015-12-23
Fix memory leak detected by ASan when
Dan Liew
2015-12-23
[NFC]
Dan Liew
2015-12-23
Merge pull request #323 from delcypher/support_objectsize_intrinsic
Dan Liew
[next]