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
/
tools
/
kleaver
Age
Commit message (
Expand
)
Author
2023-04-21
use unique_ptr all throughout the solver chain
Daniel Schemmel
2023-03-23
stats: rename numQueries/Queries -> SolverQueries, add Queries
Frank Busse
2023-03-22
Change `llvm_map_components_to_libnames` to `llvm_config` CMake function
Martin Nowack
2023-03-17
[cmake] Use LLVM's CMake functionality only
Martin Nowack
2022-03-17
remove obsolete KLEE_LLVM legacy defines
Julian Büning
2022-03-17
remove LLVM < 6 from sources
Frank Busse
2021-12-20
llvm13: llvm::cl::GeneralCategory is no longer a global
Lukas Zaoral
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-04-30
Moved header files that were placed directly in include/klee/ into appropriat...
Cristian Cadar
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-08
stats: rename QueriesConstructs to QueryConstructs
Frank Busse
2019-09-03
Moved solver-related header files into a separate klee/Solver/ directory.
Cristian Cadar
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-03-21
drop support for LLVM <= 3.7
Julian Büning
2019-03-13
Hide the general category (with LLVM options) in Kleaver.
Cristian Cadar
2019-03-13
Renamed directoryToWriteQueryLogs to DirectoryToWriteQueryLogs (and some refo...
Cristian Cadar
2019-03-13
Moved options in kleaver/main.cpp in either the constraint solving or the exp...
Cristian Cadar
2018-10-30
Base time API upon std::chrono
Frank Busse
2018-10-16
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...
Cristian Cadar
2018-09-14
llvm: make KLEE compile against LLVM 3.9
Jiri Slaby
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-06-12
llvm: don't use clEnumValEnd for LLVM 4.0
Jiri Slaby
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-07-08
Support gzip-based compression of raw_outstreams
Martin Nowack
2016-05-24
Fixed bug #375 in Kleaver's parser
Andrea Mattavelli
2016-02-29
Merge pull request #344 from MartinNowack/feat_malloc
MartinNowack
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-10
Add some of the basic plumbing required to support a Z3 solver in KLEE.
Dan Liew
2016-01-14
Remove unnecessary MetaSMT includes from kleaver's ``main.cpp``.
Dan Liew
2016-01-14
Refactor the MetaSMT makefile commands into its own file which can
Dan Liew
2016-01-14
Fix linking with stp via MetaSMT when not building with direct STP
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
2015-04-25
Give KLEE release version information in the output of klee and kleaver
Dan Liew
2015-04-03
Upstream STP now depends on an external build of minisat. Attempt to
Dan Liew
2014-12-02
Implement :named and let abbreviation modes in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-11-01
Upstream libstp is no longer dependent on Boost so remove the
Dan Liew
2014-09-16
[LLVM3.5] Update Kleaver for MemoryBuffer::getFileOrSTDIN changes.
Daniel Dunbar
2014-09-16
Fix #include under LLVM3.5. OwningPtr doesn't exist anymore.
Dan Liew
2014-09-16
Fix LLVM3.5 compilation a little more. ``Support/system_error.h``
Dan Liew
2014-05-29
Remove #include <iostream> to avoid static constructors
Martin Nowack
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-04-23
Fixing linking order if metaSMT is used: linking rt after z3 to avoid undefin...
Hristina Palikareva
2014-01-25
Upstream STP's libstp now depends on boost. This commit updates
Dan Liew
2013-12-06
Deprecate LLVM 2.8 and lower
Martin Nowack
2013-10-21
Removed unnecessary/redundant linking of library boost_thread-mt to klee and ...
Hristina Palikareva
[next]