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
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
2019-05-30
ExecutionState: remove fnAliases
Julian Büning
2019-05-30
implement FunctionAliasPass
Julian Büning
2019-05-30
remove klee_alias_function()
Julian Büning
2019-05-28
Implement handling of the llvm.fabs intrinsic
Felix Rath
2019-04-04
some minor refactorings
Frank Busse
2019-04-04
Clean klee-stats, StatsTracker and cmake
Timotej Kapus
2019-04-04
Change the .stats format into sqlite3
Timotej Kapus
2019-04-02
Add FreeBSD OS triple in RaiseAsm
Gleb Popov
2019-04-02
Handle __assert() function as handleAssertFail. This assert variant is used o...
Gleb Popov
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-21
remove copy of ScalarizerPass for LLVM 3.4
Julian Büning
2019-03-21
remove obsolete LegacyLLVMPassManagerTy
Julian Büning
2019-03-21
remove obsolete macro KLEE_LLVM_GEP_TYPE
Julian Büning
2019-03-20
STPSolver: C++11, add missing free, refactoring
Frank Busse
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
separate between instructions and functions
Martin Nowack
2019-03-19
Refactor InstructionInfoTable
Martin Nowack
2019-03-19
Add Read consistency test case, spelling
Timotej Kapus
2019-03-19
Fix representation of ReadExpr of equivalent arrays
Martin Nowack
2019-03-18
Disable optimisation for functions that contain KLEE calls
Martin Nowack
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-16
Added support for disabling --batch-instructions and --batch-time by setting ...
Cristian Cadar
2019-03-15
Placed option categories in the klee namespace and options in the anonymous n...
Cristian Cadar
2019-03-15
Placed --max-time in the termination category
Cristian Cadar
2019-03-15
Placed --rewrite-constraints in the constraint solving category
Cristian Cadar
2019-03-15
Categorized the options in SpecialFunctionHandler.cpp
Cristian Cadar
2019-03-15
Added help message for --use-constant-arrays, and placed option in the constr...
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-15
Created a new statistics option category
Cristian Cadar
2019-03-15
Moved the options in Optimize.cpp to the module category
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
Placed --warnings-only-to-file in a miscellaneous category
Cristian Cadar
2019-03-13
Placed --use-visitor-hash in the expresion building/printing category
Cristian Cadar
2019-03-13
Renamed --red-zone-space to --redzone-size and improved help message
Cristian Cadar
[next]