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.h
Age
Commit message (
Expand
)
Author
2022-01-05
introduce BranchTypes
Frank Busse
2021-12-23
Introduce termination categories
Frank Busse
2021-05-10
allocate memory objects for functions
Julian Büning
2021-04-20
Replaced the time-based delay after which the max-static-*-pct checks are per...
Cristian Cadar
2021-04-20
Added -max-static-pct-check-delay to replace the hardcoded delay after which ...
Cristian Cadar
2021-04-20
Refactored MaxStatis*Pct conditions into a separate function.
Cristian Cadar
2021-02-16
add ifdefs for C++ exception handling
Julian Büning
2020-12-04
llvm11: Composite and Sequential types were removed
Lukas Zaoral
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-07-30
introduce --rng-initial-seed=<unsigned>
Frank Busse
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
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: split initializeGlobals
Julian Büning
2020-06-24
add ExecutionState IDs
Frank Busse
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
2019-11-28
Move merging related code from Executor into MergingSearcher
Lukas Wölfer
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: remove split(), add attach() method
Frank Busse
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-06-04
make endif guard naming consistent
Julian Büning
2018-11-23
Implemented memalign with alignment
Lukas Wölfer
2018-10-30
Base time API upon std::chrono
Frank Busse
2018-10-23
refactor klee_open_output_file to return std::unique_ptr
Julian Büning
2018-10-23
Move optimization specific headers away from the project include directory
Martin Nowack
2018-10-23
Added support for KLEE index-based array optimization
Andrea Mattavelli
2018-07-11
Added "override" in Executor.h to silence compiler warnings (and ran clang-fo...
Cristian Cadar
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-05-15
Improved code quality
Lukas Wölfer
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-11-30
Added pause and continue functionality for states in Executor
Lukas Wölfer
2017-07-29
Added an optional KInstruction* argument to evalConstant and evalConstantExpr...
Cristian Cadar
2017-07-25
This commit simply moves evalConstant to ExecutorUtil (where evalConstantExpr...
Cristian Cadar
2017-07-23
Remove support for LLVM < 3.4
Martin Nowack
2017-07-19
Implement basic support for vectorized instructions.
Dan Liew
2017-03-23
[WIP] Fix bug where stats would not be updated on early exit caused by
Dan Liew
2017-02-28
Merge pull request #547 from delcypher/fix_alignment_of_alloc_memory
Cristian Cadar
2017-02-25
llvm: stop using global context
Jiri Slaby
2017-02-24
Teach KLEE to respect the requested memory alignment of globals and stack
Dan Liew
2016-08-04
klee: add exit-on-error-type parameter
Jiri Slaby
2016-07-08
Use vector instead of set to add/remove states
Martin Nowack
2016-07-08
Refactoring: Extract method to dump remaining states
Martin Nowack
2016-05-18
Modified -debug-print-instructions to allow to write directly on log file.
Andrea Mattavelli
[next]