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
/
Core
Age
Commit message (
Expand
)
Author
2020-11-12
Casting.h: isa_and_nonnull<>
Julian Büning
2020-11-12
Ref: implement operator bool()
Julian Büning
2020-11-04
Link to the different runtime libraries depending on the application to test.
Martin Nowack
2020-10-21
fix Executor: remove UB from bindInstructionConstants
Julian Büning
2020-10-12
searchers: more consistent formatting
Frank Busse
2020-10-12
DFS/BFS/RandomSearcher: replace loop with std::find
Frank Busse
2020-10-12
searchers: move implementations from .h to .cpp
Frank Busse
2020-10-12
Searcher: remove addState/removeState functions
Frank Busse
2020-10-12
MergingSearcher: remove random-path incompatibility
Frank Busse
2020-10-12
searchers: clean up, add documentation
Frank Busse
2020-10-12
address MartinNowack's remaining feedback
Julian Büning
2020-10-12
Exception handling only for LLVM >= 8.0.0
Julian Büning
2020-10-12
use isa<> and explicit nullptr-check for compilation with older LLVM versions...
Felix Rath
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-10-09
implement fneg instruction
Julian Büning
2020-10-09
fix: fabs() working on the wrong argument
David Laprell
2020-09-26
Replace llvm::CallSite with llvm::CallBase on LLVM 8+
Lukas Zaoral
2020-09-03
Guard process-tree compression with a command-line switch
Sebastian Poeplau
2020-09-03
Fix PTree::remove to clean the tree properly
Sebastian Poeplau
2020-09-02
More robust handling of unknown intrinsics
Alastair Reid
2020-08-19
DiscretePDF: use IDs instead of pointers (see PR #739)
Frank Busse
2020-07-30
introduce --rng-initial-seed=<unsigned>
Frank Busse
2020-07-01
Remove state contructor with constraints
Martin Nowack
2020-07-01
Use constraint sets and separate metadata for timing solver invocation
Martin Nowack
2020-07-01
Use `unique_ptr` for solver in timing solver
Martin Nowack
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
2020-06-29
[PTree] Replace left/right with PointerIntPair
Timotej Kapus
2020-06-29
Revert "refactor PTree: use unique_ptr"
Timotej Kapus
2020-06-29
Implement fshr/fshl intrinsics
Alastair Reid
2020-06-25
Enforce fork/branch limits in branch() and fix double termination
Frank Busse
2020-06-25
fix Executor: initializeGlobalAliases
Julian Büning
2020-06-25
Executor: consolidate initialization of global objects
Julian Büning
2020-06-25
Executor: light refactoring of {allocate,initialize}GlobalObjects
Julian Büning
2020-06-25
Executor: split initializeGlobals
Julian Büning
2020-06-25
ExecutorUtil: assert that GlobalValue is already known
Julian Büning
2020-06-24
StatsTracker: initialize indexed stats when user searcher requires MD2U
Adrian Herrera
2020-06-24
print stateID with --debug-print-instructions
Frank Busse
2020-06-24
add ExecutionState IDs
Frank Busse
2020-06-24
slightly update ExecutionState, remove holes in struct
Frank Busse
2020-06-19
Correctly copy variadic arguments with byval attribute
Cristian Cadar
2020-06-19
Renamed loop index from "i" to "k" in executeCall() so that we can reuse "Ins...
Cristian Cadar
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
Created include/klee/Core directory and moved appropriate files direc\
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-08
readStringAtAddress: support pointer into objects
Marek Chalupa
2020-04-08
readStringAtAddress: use stringstream to obtain the string
Marek Chalupa
2020-03-22
StatsTracker: remove NumObjects, fix assignment of and always write ArrayHash...
Frank Busse
[next]