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-03-13
Documented options in ExprPPrinter.cpp and placed them into a new option cate...
Cristian Cadar
2019-03-13
Consistently use "default=true" and "default=false" instead of "default=on" a...
Cristian Cadar
2019-03-13
Added options in QueryLoggingSolver.cpp to the constraint solving category
Cristian Cadar
2019-03-13
Added missing description for some options in CmdLineOptions.cpp (and some re...
Cristian Cadar
2019-03-13
Added options in CexCachingSolver.cpp to the constraint solving category and ...
Cristian Cadar
2019-03-13
Created new search option category and moved there the options in UserSearche...
Cristian Cadar
2019-03-13
Added options in ArrayExprOptimizer.cpp to the constraint solving category
Cristian Cadar
2019-03-13
Reordered includes in ArrayExprOptimizer.cpp for consistency with the other f...
Cristian Cadar
2019-03-13
Created a new memory management option category for the options in MemoryMana...
Cristian Cadar
2019-03-13
Added --debug-log-state-merge to path merging category
Cristian Cadar
2019-03-12
Fixed unitialised memory in `MergeHandler`
Martin Nowack
2019-03-12
time: add double type for span multiplications
Frank Busse
2019-03-12
Removed unneeded and confusing disable-opt option, reformatted Optimize() fun...
Cristian Cadar
2019-03-11
Replaced "default=off" with "default=false"
MartinNowack
2019-03-11
Created a path merging option category and improved help message for path mer...
Cristian Cadar
2019-03-11
Added options in STPSolver.cpp to the constraint solving category
Cristian Cadar
2019-03-11
Added Z3 options to the constraint solving category
Cristian Cadar
2019-03-11
Add support for LLVM 8.0
Martin Nowack
2019-03-05
workaround for LLVM PR39177
Julian Büning
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
2019-01-15
make AssignmentLessThan::operator() const-invocable
Julian Büning
2018-12-19
Added debugging category
Cristian Cadar
2018-12-19
Renamed --stop-after-n-instructions to --max-instructions, as suggested by @251
Cristian Cadar
2018-12-19
Added some descriptions suggested by @MartinNowack and placed --max-static-.....
Cristian Cadar
2018-12-19
Added option categories for external call policy and termination criteria
Cristian Cadar
2018-12-19
Created two more option categories: test generation and seeding.
Cristian Cadar
2018-11-23
Implemented memalign with alignment
Lukas Wölfer
2018-11-07
Fix bug which resulted in an incorrect warning to be printed.
Cristian Cadar
2018-11-05
Fixed crash on zero size arrays
Lukas Wölfer
2018-11-05
Check for stack overflow in a tested program
Martin Nowack
2018-11-02
Replaced --no-externals and --allow-external-sym-calls with --external-calls,...
Cristian Cadar
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
llvm7: handle new header files
Jiri Slaby
2018-10-26
llvm7: adapt to new openFileForWrite
Jiri Slaby
2018-10-26
llvm7: WriteBitcodeToFile takes Module &
Jiri Slaby
2018-10-26
llvm6: handle headers renaming
Jiri Slaby
2018-10-26
llvm6: SetVersionPrinter now passes down a stream
Jiri Slaby
2018-10-26
llvm5: APInt->getSignBit -> getSignMask
Jiri Slaby
2018-10-26
llvm5: CallSite.paramHasAttr is indexed from 0
Jiri Slaby
2018-10-26
llvm5: Intrinsic::objectsize has three arguments
Jiri Slaby
2018-10-26
llvm5: use MutableArrayRef for APFloat::convertToInteger
Jiri Slaby
2018-10-26
llvm5: handle new file_magic's location
Jiri Slaby
2018-10-26
llvm5: SwitchInst case functions now return pointers
Jiri Slaby
2018-10-26
llvm5: handle getOrInsertFunction terminator
Jiri Slaby
2018-10-26
llvm5: integerPartWidth is from llvm::APFloatBase
Jiri Slaby
2018-10-24
ShiftChecker: Instrument shift instructions only once
Martin Nowack
2018-10-24
ShiftChecker: Avoid unneeded checks
Martin Nowack
2018-10-24
ShiftCheck: Use llvm::Builder instead of Inst::Create*
Martin Nowack
[next]