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
/
Module
Age
Commit message (
Expand
)
Author
2019-10-31
LLVM 9.0: fourth parameter for @llvm.objectsize()
Julian Büning
2019-10-31
support compilation against LLVM 9.0
Julian Büning
2019-09-20
Add saturated arithmetic intrinsics
Mateusz Naściszewski
2019-08-14
Update basic block iterator after deleting instruction; add test case
Martin Nowack
2019-08-14
fixed bug in IntrinsicCleaner trap cleaner
Michael Bryman
2019-06-04
make endif guard naming consistent
Julian Büning
2019-06-04
make include guard naming consistent
Julian Büning
2019-05-30
implement FunctionAliasPass
Julian Büning
2019-05-28
Implement handling of the llvm.fabs intrinsic
Felix Rath
2019-04-02
Add FreeBSD OS triple in RaiseAsm
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-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-18
Disable optimisation for functions that contain KLEE calls
Martin Nowack
2019-03-17
run VerifierPass after optimization and instrumentation
Julian Büning
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-12
Removed unneeded and confusing disable-opt option, reformatted Optimize() fun...
Cristian Cadar
2019-03-11
Add support for LLVM 8.0
Martin Nowack
2019-03-05
workaround for LLVM PR39177
Julian Büning
2018-10-26
llvm7: handle new header files
Jiri Slaby
2018-10-26
llvm7: WriteBitcodeToFile takes Module &
Jiri Slaby
2018-10-26
llvm6: handle headers renaming
Jiri Slaby
2018-10-26
llvm5: Intrinsic::objectsize has three arguments
Jiri Slaby
2018-10-26
llvm5: handle new file_magic's location
Jiri Slaby
2018-10-26
llvm5: handle getOrInsertFunction terminator
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-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-09-18
llvm4: errorOr and similar
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
2018-09-10
Fix generation of global constructors and destructors
Martin Nowack
2018-08-03
Replace remaining *Inst::Create() calls with llvm::Builder
Martin Nowack
2018-07-28
remove last comma from -debug-print-escaping-functions
Julian Büning
2018-07-28
add declarations to escapingFunctions
Julian Büning
2018-07-23
ModuleUtil: improve and test valueIsOnlyCalled
Julian Büning
[next]