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
/
Executor.cpp
Age
Commit message (
Expand
)
Author
2020-07-30
introduce --rng-initial-seed=<unsigned>
Frank Busse
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
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-24
print stateID with --debug-print-instructions
Frank Busse
2020-06-24
add ExecutionState IDs
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-02-19
Use `ref<>` for MemoryObject handling
Martin Nowack
2019-12-13
Remove unnecessary std::move's that prevent copy elision
Cristian Cadar
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-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-29
ExecutorTimers: refactor and move to support lib
Frank Busse
2019-09-20
refactor PTree: remove split(), add attach() method
Frank Busse
2019-09-03
Moved solver-related header files into a separate klee/Solver/ directory.
Cristian Cadar
2019-08-15
ExecutorTimers: move dumpStates/dumpPTree into Executor
Frank Busse
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-05-30
ExecutionState: remove fnAliases
Julian Büning
2019-05-28
Implement handling of the llvm.fabs intrinsic
Felix Rath
2019-04-02
Fix build of Executor.cpp on FreeBSD.
Gleb Popov
2019-03-21
drop support for LLVM <= 3.7
Julian Büning
2019-03-19
Add support to assign debug instructions to optimised code
Martin Nowack
2019-03-19
Use debugging information from newer LLVM versions
Martin Nowack
2019-03-19
Refactor InstructionInfoTable
Martin Nowack
2019-03-17
run VerifierPass after optimization and instrumentation
Julian Büning
2019-03-15
Placed option categories in the klee namespace and options in the anonymous n...
Cristian Cadar
2019-03-15
Renamed --seed-out to --seed-file and --seed-out-dir to --seed-dir, and place...
Cristian Cadar
2019-03-15
Reformatted options and headers in Executor.cpp and did a proofreading pass o...
Cristian Cadar
2019-03-15
Added several options in Executor.cpp to the constraint solving category
Cristian Cadar
2019-03-13
Consistently use "default=true" and "default=false" instead of "default=on" a...
Cristian Cadar
2019-03-12
time: add double type for span multiplications
Frank Busse
2019-03-11
Add support for LLVM 8.0
Martin Nowack
2019-03-05
Renamed "Starting options" to "Startup options" and added a missing space in ...
Cristian Cadar
2019-03-05
fix Executor::initializeGlobals for aliases pointing to another alias
Julian Büning
2018-12-19
Added debugging category
Cristian Cadar
[next]