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
Age
Commit message (
Expand
)
Author
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-12-14
Enable C++14 support
Martin Nowack
2018-11-23
Implemented memalign with alignment
Lukas Wölfer
2018-11-11
Use LLVM 4 for Mac Build
Martin Nowack
2018-11-07
Fix bug which resulted in an incorrect warning to be printed.
Cristian Cadar
2018-11-06
fix: actually set -O0 in test/concrete/CMakeLists.txt
Julian Büning
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
Added test for the case where external calls are encountered but disallowed
Cristian Cadar
2018-11-02
Replaced --no-externals and --allow-external-sym-calls with --external-calls,...
Cristian Cadar
2018-11-02
The test DeterministicSwitch.c does not need to allow external symbolic 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-29
add %OOopt to recently added tests and Concrete
Julian Büning
2018-10-26
travis: enable LLVM 7 testing
Jiri Slaby
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
Added gen-bout tool to generate ktest file (file.bout) using specified concre...
Andrew Santosa
2018-10-26
travis: enable LLVM 6 testing
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
travis: enable LLVM 5 testing
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: test, add -disable-O0-optnone to -O0
Jiri Slaby
2018-10-26
llvm5: test, change objectsize
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-26
llvm5: avoid ++ on function->arg_begin()
Jiri Slaby
2018-10-24
Add testcase for shift check
Martin Nowack
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
2018-10-24
Add test case for div checker
Martin Nowack
2018-10-24
DivCheck do not instrument multiple times
Martin Nowack
2018-10-24
DivCheck Skip unneeded checks
Martin Nowack
2018-10-24
Use llvm::Builder for DivCheck instrumentation
Martin Nowack
2018-10-24
Introduce KLEEIRMetaData to manipulate LLVM-IR metadata
Martin Nowack
2018-10-24
Added lowering pass
Rafael Zaehl
2018-10-23
refactor klee_open_output_file to return std::unique_ptr
Julian Büning
2018-10-23
use klee_open_output_file for uncompressed logs
Julian Büning
2018-10-23
Updated an include to reflect a recent filename change
Cristian Cadar
2018-10-23
Move unrelated function from ReadExpr class
Martin Nowack
2018-10-23
Avoid unsafe static downcasts
Martin Nowack
[prev]
[next]