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-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
2018-07-23
fix: LLVM 3.5, begin_user() instead of begin_use()
Julian Büning
2018-07-12
llvm38: no more implicit iterators
Richard Trembecký
2018-07-12
llvm38: archive child iterator changes
Jiri Slaby
2018-07-12
llvm38: adapt to new Linker::linkModules
Jiri Slaby
2018-07-12
llvm38: handle optimization passes changes
Jiri Slaby
2018-07-04
Reorder linking and optimizations
Martin Nowack
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
clang-format on lib/Module/{IntrinsicCleaner.cpp,Passes.h}
Julian Büning
2018-05-22
some housekeeping in Passes.h and IntrinsicCleaner.cpp
Julian Büning
2018-05-22
Simplified printFileLine by using std::to_string, and removed unneeded versio...
Cristian Cadar
2018-05-09
Remove the option for truncating lines in assembly.ll
Martin Nowack
2018-05-09
Remove workaround for bug in older LLVM version (< 3)
Martin Nowack
2018-05-09
Fix include files
Martin Nowack
2018-02-01
llvm50: use auto variable instead of SwitchInst::CaseIt
Jiri Slaby
[prev]
[next]