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
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
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2018-05-15
remove QueryLog.h
Frank Busse
2018-05-09
Improve handling of constant array in Z3
Timotej Kapus
2018-05-09
Fix include files
Martin Nowack
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-01-22
MergeHandler: remove unused closedStateCount
Jiri Slaby
2018-01-08
[NFC] Remove unused config header template that was only used by
Dan Liew
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-10-17
add support for CVC4 and Yices2 via metaSMT
Hoang M. Le
2017-09-22
Merge pull request #748 from ccadar/options
Cristian Cadar
2017-08-27
Remove unnecessary null pointer checks
Oscar Deits
2017-08-11
Added support for hiding command-line options
Cristian Cadar
2017-08-04
Removed merging searchers
Lukas Wölfer
2017-07-29
Added another variant of printFileLine in KInstruction that returns the locat...
Cristian Cadar
2017-07-26
Now that LLVM 2.9 is gone, we can use cl::bits instead of cl::list
Cristian Cadar
2017-07-25
Added the const qualifier to the keys in the constantMap
Cristian Cadar
2017-07-23
Remove support for LLVM < 3.4
Martin Nowack
2017-06-16
move module loading into external function
Jörg Thalheim
2017-06-16
llvm37: introduce type for PassManager
Jiri Slaby
2017-06-12
llvm: don't use clEnumValEnd for LLVM 4.0
Jiri Slaby
[next]