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
2020-03-18
Added another `ScalarizerLegacyPass` run to remove vectorized code introduced...
Frederic Kehrein
2020-03-02
stats: enforce table creation
Frank Busse
2020-02-19
Use `ref<>` for MemoryObject handling
Martin Nowack
2020-02-19
Use `ref<>` for UpdateNode
Martin Nowack
2020-02-19
Add `ReferenceCounter` struct utilized by ref<>
Martin Nowack
2020-02-13
Replace old TR1 implementations of unordered_map/set with std::* versions
Martin Nowack
2020-01-28
update
comet
2020-01-19
Remove statistics limit from istats.
Martin Nowack
2020-01-18
Fix handling of debug information for functions
Martin Nowack
2020-01-13
Assume assembly.ll is local to the run.istats file
Martin Nowack
2019-12-13
Remove unnecessary std::move's that prevent copy elision
Cristian Cadar
2019-12-12
[optimize-array] Fix value transformation
Timotej Kapus
2019-12-12
[optimize-array] Fix hole index in buildMixedSelectExpr
Timotej Kapus
2019-12-12
[optimize-array] Fix hash collisions
Timotej Kapus
2019-12-12
[optimize-array] Fix update list read order
Timotej Kapus
2019-12-12
[Searchers] Remove weight from es, add nurs_depth
Timotej Kapus
2019-11-28
Move merging related code from Executor into MergingSearcher
Lukas Wölfer
2019-11-15
Implement @llvm.is.constant() intrinsic handling and add a test for it.
Gleb Popov
2019-11-07
Handle llvm.objectsize explicitly
Martin Nowack
2019-11-05
Core: Executor, remove unused variable
Jiri Slaby
2019-11-05
Mark all constant global memory objects as constant
Martin Nowack
2019-11-04
Remove the duplicated check for DebugInfoIntrinsic
Hui Peng
2019-10-31
Executor: fix missing default case in switch instruction
Frank Busse
2019-10-31
LLVM 9.0: fourth parameter for @llvm.objectsize()
Julian Büning
2019-10-31
support compilation against LLVM 9.0
Julian Büning
2019-10-29
ExecutorTimers: refactor and move to support lib
Frank Busse
2019-10-29
ExecutorTimers: remove signalling, fix endless looping fork
Frank Busse
2019-10-08
Executor.h: remove defined functions without implementation
Frank Busse
2019-09-20
refactor PTree: use unique_ptr
Frank Busse
2019-09-20
refactor PTree: remove split(), add attach() method
Frank Busse
2019-09-20
Add saturated arithmetic intrinsics
Mateusz Naściszewski
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-08-15
ExecutorTimers: move dumpStates/dumpPTree into Executor
Frank Busse
2019-08-14
Update basic block iterator after deleting instruction; add test case
Martin Nowack
2019-08-14
fixed bug in IntrinsicCleaner trap cleaner
Michael Bryman
2019-08-14
Replace sprintf with snprintf throughout codebase
Cristian Cadar
2019-08-12
StatsTracker: switch from TRUNCATE to WAL journal mode
Frank Busse
2019-08-01
Renamed misspelled file
Cristian Cadar
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
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
fix some incorrect first lines
Julian Büning
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-05-31
PTree: fix dump() method
Frank Busse
[next]