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-10-23
Added missing headers and clang-format the files
Cristian Cadar
2018-10-23
Added support for KLEE value-based array optimization
Andrea Mattavelli
2018-10-23
Added support for KLEE index-based array optimization
Andrea Mattavelli
2018-10-17
tests: disable CompressedExprLogging on zlib-less systems
Frank Busse
2018-10-16
Small changes to comments
Cristian Cadar
2018-10-16
Added missing header to SolverCmdLine.h and clang-format it
Cristian Cadar
2018-10-16
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...
Cristian Cadar
2018-10-10
fix handling of failing external calls
Frank Busse
2018-10-10
cmake/lit: add asan/non-asan, ubsan/non-ubsan flags
Frank Busse
2018-10-08
cleanup headers, whitespaces, and types
Frank Busse
2018-10-08
add support for klee-replay on OSX
Frank Busse
2018-10-07
Workaround for flaky coverage
Martin Nowack
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-04
config.h.cmin: remove obsolete cmakedefine
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-29
Changed code to create up to 100 properly-numbered symbolic arguments, and ad...
Cristian Cadar
2018-09-29
Add checks for correct usage of the POSIX model, together with an associated ...
Cristian Cadar
2018-09-27
Revert lit to 0.6.0 version, as 0.7.0 misbehaves
Cristian Cadar
2018-09-20
Removed unused file
Cristian Cadar
2018-09-20
Removed unused --sym-files 0 0 argument from FD_Fail test and rewrote the tes...
Cristian Cadar
2018-09-20
Updated IoCtl test to use --sym-stdin instead of --sym-files 0 x to make stdi...
Cristian Cadar
2018-09-20
Updated DirSeek test to use --sym-stdin instead of --sym-files 0 x to make st...
Cristian Cadar
2018-09-20
Silence an uninitialized variable compiler warning (and a tiny formatting cha...
Cristian Cadar
2018-09-18
travis: enable LLVM 4 testing
Jiri Slaby
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
travis CI: add LLVM 3.9 build tests
Jiri Slaby
2018-09-14
llvm39: switch KLEE_RUNTIME_BUILD_TYPE to Debug+Asserts
Jiri Slaby
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
[next]