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-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
2018-09-10
Fix generation of global constructors and destructors
Martin Nowack
2018-09-06
Fix missing includes and declarations
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-23
ExternalDispatcher: setErrorStr for EngineBuilder
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-12
llvm38: no rounding in APFloat
Jiri Slaby
2018-07-11
Added "override" in Executor.h to silence compiler warnings (and ran clang-fo...
Cristian Cadar
2018-07-11
Removed support for klee_make_symbolic with 2 arguments. This has been depre...
Cristian Cadar
2018-07-04
Fix compiler warnings if assertions are disabled
Martin Nowack
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-07-02
CMake: check for ctype and mallinfo functions with CXX instead of C compiler
Julian Büning
2018-06-29
Fix the final -Wimplicit-fallthrough warning
Daniel Schemmel
2018-06-29
Make ConstantExpr hashing function faster and modify affected test
Timotej Kapus
2018-06-13
klee_int: allow NULL as name
Frank Busse
2018-06-11
Fixed memory leak from Executor::inCloseMerge, fixes #883
Lukas Wölfer
2018-05-24
isLSB should be a boolean, as it is only used in truth contexts
Daniel Schemmel
2018-05-24
remove switch fallthrough in floating point comparision
Daniel Schemmel
2018-05-24
llvm37: handle getRegisteredOptions
Jiri Slaby
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
CompressionStream: fix sporadic segfaults (uninitialised avail_in)
Frank Busse
2018-05-22
Removed .c_str() from getSourceLocation calls
Cristian Cadar
2018-05-22
Renamed printFileLine to getSourceLocation (as suggested by @delcypher) to re...
Cristian Cadar
2018-05-22
Simplified printFileLine by using std::to_string, and removed unneeded versio...
Cristian Cadar
2018-05-21
stop using DEBUG macro name
Jiri Slaby
2018-05-21
fix some casts for LLP64 compilers
Frank Busse
2018-05-17
Abort execution if --only-output-states-covering-new is enabled but its depen...
Cristian Cadar
[next]