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
/
include
Age
Commit message (
Expand
)
Author
2019-03-17
Added libcxx flag
Lukas Wölfer
2019-03-17
Renamed --use-cache to --use-branch-cache
Cristian Cadar
2019-03-17
run VerifierPass after optimization and instrumentation
Julian Büning
2019-03-15
Categorized the options in SpecialFunctionHandler.cpp
Cristian Cadar
2019-03-15
Placed --exit-on-error, --max-tests and --watchdog in the termination category
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
Created a new module-related option category and moved the options in KModule...
Cristian Cadar
2019-03-13
Added function to hide all options in a given category. Removed uneeded (and...
Cristian Cadar
2019-03-13
Documented options in ExprPPrinter.cpp and placed them into a new option cate...
Cristian Cadar
2019-03-13
Added missing description for some options in CmdLineOptions.cpp (and some re...
Cristian Cadar
2019-03-13
Added --debug-log-state-merge to path merging category
Cristian Cadar
2019-03-12
time: add double type for span multiplications
Frank Busse
2019-03-11
Fixed wrong header include check and fully qualify llvm::cl::OptionCategory i...
Cristian Cadar
2019-03-05
workaround for LLVM PR39177
Julian Büning
2018-11-02
Introduced a constraint solving option category to which all the options in C...
Cristian Cadar
2018-10-30
Base time API upon std::chrono
Frank Busse
2018-10-26
llvm6: SetVersionPrinter now passes down a stream
Jiri Slaby
2018-10-26
llvm5: handle getOrInsertFunction terminator
Jiri Slaby
2018-10-23
refactor klee_open_output_file to return std::unique_ptr
Julian Büning
2018-10-23
Move unrelated function from ReadExpr class
Martin Nowack
2018-10-23
Move optimization specific headers away from the project include directory
Martin Nowack
2018-10-23
Clean-up headers
Martin Nowack
2018-10-23
Use std::unordered collections as we use C++11
Martin Nowack
2018-10-23
Remove unneeded externs
Martin Nowack
2018-10-23
optimizeExpr: return the result as return value instead as function argument
Martin Nowack
2018-10-23
Make valueOnly parameter of optimizeExpr explicit
Martin Nowack
2018-10-23
Fixed compilation of array optimization patch with LLVM >= 4.0
Cristian Cadar
2018-10-23
Added missing headers and clang-format the files
Cristian Cadar
2018-10-23
Added support for KLEE value-based array optimization
Andrea Mattavelli
2018-10-23
Added support for KLEE index-based array optimization
Andrea Mattavelli
2018-10-16
Small changes to comments
Cristian Cadar
2018-10-16
Added missing header to SolverCmdLine.h and clang-format it
Cristian Cadar
2018-10-16
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...
Cristian Cadar
2018-10-08
add support for klee-replay on OSX
Frank Busse
2018-10-04
config.h.cmin: remove obsolete cmakedefine
Julian Büning
2018-09-18
llvm4: PointerType is not SequentialType
Jiri Slaby
2018-09-18
llvm4: use chrono helpers from LLVM
Jiri Slaby
2018-09-06
Fix missing includes and declarations
Martin Nowack
2018-07-04
Fix uninitialized memory: enums have to be initialized
Martin Nowack
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-06-29
Explicitly initialize value to squelch a potentially uninitialized value warning
Daniel Schemmel
2018-06-14
Add unittest for DiscretePDF
Martin Nowack
2018-06-13
klee_int: allow NULL as name
Frank Busse
2018-06-11
Fixed memory leak from Executor::inCloseMerge, fixes #883
Lukas Wölfer
2018-05-24
llvm: make KLEE compile against LLVM 3.7
Richard Trembecký
2018-05-24
llvm37: handle GetElementPtrInst::Create's new parameter
Jiri Slaby
2018-05-22
Renamed printFileLine to getSourceLocation (as suggested by @delcypher) to re...
Cristian Cadar
2018-05-22
Simplified printFileLine by using std::to_string, and removed unneeded versio...
Cristian Cadar
2018-05-21
stop using DEBUG macro name
Jiri Slaby
2018-05-15
Improved code quality
Lukas Wölfer
[next]