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-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: SmallString is always up-to-date
Jiri Slaby
2018-07-12
llvm38: handle optimization passes changes
Jiri Slaby
2018-07-12
llvm38: no rounding in APFloat
Jiri Slaby
2018-07-12
Fix uploading of coverage information from inside of docker
Martin Nowack
2018-07-11
Add missing curl
Martin Nowack
2018-07-11
Fix slow Mac Travis build: wildcard is not expanded with quotes
Martin Nowack
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-10
test: remove undefined behaviour
Jiri Slaby
2018-07-10
Enabled tcmalloc by default
Timotej Kapus
2018-07-04
Link dynamic libraries with specific paths instead of resolving them during r...
Martin Nowack
2018-07-04
Fix incorrect invocation of klee
Martin Nowack
2018-07-04
Fix uninitialized memory: enums have to be initialized
Martin Nowack
2018-07-04
Add missing out-of-tree include files directory for TCMalloc
Martin Nowack
2018-07-04
Fix compiler warnings if assertions are disabled
Martin Nowack
2018-07-04
Support sanitizer suppression files with lit-based testing
Martin Nowack
2018-07-04
Extensive updates to the build script for dependencies and docker
Martin Nowack
2018-07-04
runtime: remove obsolete code for building modules instead of archives
Julian Büning
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-07-04
Reorganise runtime libraries provided by KLEE
Martin Nowack
2018-07-02
Removed obsolete script
Cristian Cadar
2018-07-02
test/lit.cfg: remove obsolete hack from (LLVM < 3.0 is no longer supported)
Julian Büning
2018-07-02
CMake: use cmake_{push,pop}_check_state
Julian Büning
2018-07-02
CMake: check for ctype and mallinfo functions with CXX instead of C compiler
Julian Büning
2018-06-29
fix out of range access in KleeHandler::getKTestFilesInDir
Frank Busse
2018-06-29
Explicitly initialize value to squelch a potentially uninitialized value warning
Daniel Schemmel
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-14
Add unittest for DiscretePDF
Martin Nowack
2018-06-13
klee_int: allow NULL as name
Frank Busse
2018-06-11
cmake: find_llvm, handle libLLVM-version.so properly
Jiri Slaby
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: enable travis testing
Jiri Slaby
2018-05-24
llvm37: handle getRegisteredOptions
Jiri Slaby
2018-05-24
test: add versions of some tests for LLVM 3.7
Richard Trembecký
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-23
test: add parenthesis around & operands
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
[next]