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
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
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
2018-10-23
Modernize code
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
Remove condition check before function invocation
Martin Nowack
2018-10-23
Move ConstantExpr check inside optimizeExpr function
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
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...
Cristian Cadar
2018-10-10
fix handling of failing external calls
Frank Busse
2018-10-04
kleeModule: always link irreader (required since llvm 3.3)
Julian Büning
2018-10-04
remove obsolete dependency of kleeModule on kleeCore
Julian Büning
2018-10-03
Marking resolve methods as const
Cristian Cadar
2018-10-03
Refactored AddressSpace::resolve() by creating a new function AddressSpace::c...
Cristian Cadar
2018-09-30
Fix a crash when the last running state is terminated during merging
Lukas Wölfer
2018-09-20
Silence an uninitialized variable compiler warning (and a tiny formatting cha...
Cristian Cadar
2018-09-18
llvm4: gep_type_iterator has no operator*
Jiri Slaby
2018-09-18
llvm4: PointerType is not SequentialType
Jiri Slaby
2018-09-18
llvm4: use chrono helpers from LLVM
Jiri Slaby
2018-09-18
llvm4: errorOr and similar
Jiri Slaby
2018-09-18
llvm4: APFloat members are functions
Jiri Slaby
2018-09-18
llvm4: handle different header names
Jiri Slaby
2018-09-14
llvm: make KLEE compile against LLVM 3.9
Jiri Slaby
2018-09-10
Unify the error message if that function has not been found.
Martin Nowack
[next]