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
/
Solver
Age
Commit message (
Expand
)
Author
2023-04-21
use unique_ptr all throughout the solver chain
Daniel Schemmel
2023-04-21
use unique_ptr in Solver
Daniel Schemmel
2023-04-21
use unique_ptr in QueryLoggingSolver
Daniel Schemmel
2023-04-21
use unique_ptr in IndependentSolver
Daniel Schemmel
2023-04-21
use unique_ptr in CexCachingSolver
Daniel Schemmel
2023-04-21
use unique_ptr in AssignmentValidatingSolver
Daniel Schemmel
2023-04-21
use unique_ptr in CachingSolver
Daniel Schemmel
2023-04-21
use unique_ptr in StagedSolverImpl
Daniel Schemmel
2023-04-21
use unique_ptr in Z3SolverImpl
Daniel Schemmel
2023-04-21
use unique_ptr in ValidatingSolver
Daniel Schemmel
2023-04-21
use unique_ptr in STPSolverImpl
Daniel Schemmel
2023-04-01
remove include/klee/Support/IntEvaluation.h
Daniel Schemmel
2023-03-23
stats: rename numQueries/Queries -> SolverQueries, add Queries
Frank Busse
2023-03-22
STP: add option to switch SAT solver: --stp-sat-solver and set default to Cry...
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
2023-03-16
The KDAlloc slot allocator is useful for small sized allocations
Daniel Schemmel
2022-08-26
Use true instead of Z3_TRUE (removed in z3 4.11.0)
Jerry James
2022-07-04
Fix memory leak in crosscheck core solver mechanism
Daniel Schemmel
2022-06-30
remove LLVM < 9
Frank Busse
2022-06-28
Implement getArrayForUpdate iteratively
Daniel Schemmel
2022-06-15
Spelling Fixes
m-davis
2022-03-17
remove obsolete KLEE_LLVM legacy defines
Julian Büning
2021-03-04
[Z3] Handle the case when interruption caught by Z3
Pavel Yatcheniy
2020-11-12
Ref: implement operator bool()
Julian Büning
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-05-01
[Solver:STP] Fix handling of array names
Martin Nowack
2020-04-30
Moved header files that were placed directly in include/klee/ into appropriat...
Cristian Cadar
2020-04-30
Removed include/klee/util and moved header files to appropriate places
Cristian Cadar
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-08
stats: rename QueriesConstructs to QueryConstructs
Frank Busse
2020-04-08
stats: remove queryConstructTime (unused)
Frank Busse
2020-03-27
Ensure that temp_builder is used when adding constant array value assertion c...
Daniel Grumberg
2020-02-19
Use `ref<>` for MemoryObject handling
Martin Nowack
2020-02-19
Use `ref<>` for UpdateNode
Martin Nowack
2020-02-13
Replace old TR1 implementations of unordered_map/set with std::* versions
Martin Nowack
2020-01-28
update
comet
2019-10-31
support compilation against LLVM 9.0
Julian Büning
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-09-03
Renamed CmdLineOptions.cpp to SolverCmdLine.cpp (in line with the associated ...
Cristian Cadar
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-07-23
Refactor ConstraintManager to more modern coding standards
Daniel Schemmel
2019-07-23
Refactor ValueRange to more modern coding standards
Daniel Schemmel
2019-06-04
make endif guard naming consistent
Julian Büning
2019-06-04
make include guard naming consistent
Julian Büning
2019-06-04
Fixed identifiers used in ifdefs to (1) not use reserved names and (2) use a ...
Cristian Cadar
2019-06-04
Remove parenthesis around returns, as reported and discussed in #891
Cristian Cadar
2019-03-20
STPSolver: C++11, add missing free, refactoring
Frank Busse
2019-03-13
Renamed --use-construct-hash to --use-construct-hash-stp and moved it and use...
Cristian Cadar
[next]