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
/
unittests
Age
Commit message (
Expand
)
Author
2020-11-04
[cmake] Remove several leftovers from old autoconf build system
Martin Nowack
2020-09-03
Fix PTree::remove to clean the tree properly
Sebastian Poeplau
2020-07-30
[unittests] use static PTree::remove method in SearcherTest
Frank Busse
2020-07-30
introduce --rng-initial-seed=<unsigned>
Frank Busse
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-07-01
Move constraint implementation from header to cpp files
Martin Nowack
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
2020-04-30
Removed include/klee/util and moved header files to appropriate places
Cristian Cadar
2020-04-30
Move header files from lib/Expr to include/klee/Expr to eliminate includes us...
Cristian Cadar
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-07
Add unit test for Z3Solver::getConstraintLog
Daniel Grumberg
2020-02-19
Add move assignment operator and move construct for `ref` class.
Martin Nowack
2020-02-19
Add `ReferenceCounter` struct utilized by ref<>
Martin Nowack
2020-02-19
Fix ptr reference invalidation if last reference gets freed before new refere...
Martin Nowack
2019-12-12
[optimize-array] Hash collision test
Timotej Kapus
2019-09-03
Moved solver-related header files into a separate klee/Solver/ directory.
Cristian Cadar
2019-09-03
Moved ConstructSolverChain.cpp to the Solver library.
Cristian Cadar
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-07-30
CMake: enable reuse of LLVM's googletest src and targets
Julian Büning
2019-03-12
time: add double type for span multiplications
Frank Busse
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-07-04
Support sanitizer suppression files with lit-based testing
Martin Nowack
2018-06-14
Add unittest for DiscretePDF
Martin Nowack
2018-03-26
[CMake] Add option to set GTest include dir
lyxia
2017-10-06
Silenced warnings on comparison of integers of different signs in TreeStreamTest
Andrea Mattavelli
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-07-23
Remove LLVM 2.9 from Makefiles
Martin Nowack
2017-07-19
Added some unit tests for TreeStream: one testing some basic behaviour, the o...
Cristian Cadar
2017-02-16
Silenced warning: comparison of integers of different signs ('const int' and ...
Andrea Mattavelli
2017-02-14
Added unit tests for ReadExpr::create() to check that constant folding is cor...
Andrea Mattavelli
2016-11-19
[CMake] Remove unneeded dependency declarations for the unit tests.
Dan Liew
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2016-09-29
Fix bug in `AssignmentEvaluator` where NotOptimizedExpr would not (#466)
Dan Liew
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
Refactor the MetaSMT makefile commands into its own file which can
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-12-18
Fix memory leaks of ``Array`` objects detected by ASan.
Dan Liew
2015-04-03
Upstream STP now depends on an external build of minisat. Attempt to
Dan Liew
2015-02-22
Added factory method for Arrays + hid constructors from outside calls
Eric Rizzi
2014-11-01
Upstream libstp is no longer dependent on Boost so remove the
Dan Liew
2014-05-30
Fix ExprTest under LLVM 2.9
Martin Nowack
2014-02-12
Fixed compilation of unittests with upstream STP (Boost dependency).
Dan Liew
2013-12-21
Fixed mistake in commit c5510caa2a0ce6ad9a153fee094fe50855313450
Dan Liew
2013-12-20
Fix compilation of unittests under Clang.
Dan Liew
2013-08-21
Remove unnecessary loop from SolverTest unit test.
Dan Liew
2013-07-23
BFS searcher.
Lei Zhang
2013-03-11
Small patch by Dan Liew removing unnecessary line from a Makefile.
Cristian Cadar
[next]