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
/
Basic
Age
Commit message (
Expand
)
Author
2017-03-23
Add `AssignmentValidatingSolver`. It's purpose is to check any computed
Dan Liew
2016-11-23
Renamed .pc to .kquery (kleaver query)
Eric Rizzi
2016-11-18
[CMake] Remove use of tabs in `CMakeLists.txt` files.
Dan Liew
2016-11-18
[CMake] Re-express LLVM and KLEE library dependencies as
Dan Liew
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2016-09-26
Modified logging information to steer the usage of klee_message, klee_warning...
Andrea Mattavelli
2016-09-15
Rename `-debug-cross-check-core-solver` option to
Dan Liew
2016-09-15
Add ``-debug-cross-check-core-solver`` option to allow cross-checking
Dan Liew
2016-09-15
Clang-format ``ConstructSolverChain.cpp``
Dan Liew
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-04-14
Disabling --solver-optimize-divides by default, as the optimization is curren...
Cristian Cadar
2016-03-01
Documented default values for various options and improved the description of...
Cristian Cadar
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
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
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
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2013-12-21
Do not install KLEE's internal libraries.
Dan Liew
2013-10-15
command-line option --use-metasmt declared and defined inside #ifdef SUPPORT_...
Hristina Palikareva
2013-10-11
MetaSMT builder, solver and command-line options.
Hristina Palikareva
2013-08-06
TimingSolver and constructSolverChain() no longer coupled with pointers to ST...
Hristina Palikareva
2013-08-06
Renaming solver-related command-line options in order to decouple them from S...
Hristina Palikareva
2013-07-18
Patch by Stephan Falke fixing an incorrect message.
Cristian Cadar
2013-04-03
Code reformatting.
Cristian Cadar
2013-03-11
Forgot to add ConstructSolverChain.cpp in the previous patch.
Cristian Cadar
2013-03-11
Patch by Dan Liew which unifies the solver construction between KLEE
Cristian Cadar
2013-03-06
Patch by Tomek Kuchta which adds the --max-stp-time option to Kleaver.
Cristian Cadar
2013-01-29
Patch by Tomasz Kuchta that fixes the fragile way in which KLEE and Kleaver o...
Cristian Cadar
2009-05-29
Changed .ktest header from BOUT\n to KTEST. Old .bout files can still be read.
Cristian Cadar
2009-05-23
Changed bout to ktest. Kept "BOUT\n" as the header of test files, for backwa...
Cristian Cadar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar