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-09-14
cmake: find_llvm, fix libraries with llvm-config 3.9
Jiri Slaby
2018-09-14
llvm: make KLEE compile against LLVM 3.9
Jiri Slaby
2018-09-10
Add testcase to run POSIX environment and main without arguments
Martin Nowack
2018-09-10
Add POSIX runtime as dependency for the test case
Martin Nowack
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-10
POSIX: Add invocation of klee_init_env into wrapper before calling main
Martin Nowack
2018-09-06
Fix missing includes and declarations
Martin Nowack
2018-09-06
Use FileCheck and LINE instead of grep if possible
Martin Nowack
2018-09-06
llvm36.patch: fix build for newer glibc/gcc versions
Frank Busse
2018-09-06
runtime: fix memory error in canonicalize_file_name
Frank Busse
2018-09-06
Build on trusty without sudo - uses faster Docker infrastructure from TravisCI
Martin Nowack
2018-09-06
Avoid Vararg non-deterministic allocation
Martin Nowack
2018-08-29
klee-stats: add TResolve(%) to --print-all
Frank Busse
2018-08-12
llvm.sh: fix patch source paths
Frank Busse
2018-08-03
Disabled unit testing in default build
Andrea Mattavelli
2018-08-03
Fixed runtest library to handle the case of a NULL "name" argument in klee_ma...
Cristian Cadar
2018-08-03
Replace remaining *Inst::Create() calls with llvm::Builder
Martin Nowack
2018-08-03
[clang-format]Allow longer codelines in test/
Martin Nowack
2018-08-01
test: remove geq-llvm-3.4
Julian Büning
2018-07-28
remove last comma from -debug-print-escaping-functions
Julian Büning
2018-07-28
test/Feature/EscapingFunctionsAlias.c: clarify alias(ee) casting
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
travis CI: add LLVM 3.8 build tests
Jiri Slaby
2018-07-12
llvm38: test, change some tests
Jiri Slaby
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
[next]