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
/
tools
Age
Commit message (
Expand
)
Author
2023-03-17
Fix uninitialised memory access while reading last path entry
Martin Nowack
2023-03-17
Fix building of runtime library and klee-replay
Martin Nowack
2023-03-17
[MemSan] Mark memory objects modified by syscalls as initialised
Martin Nowack
2023-03-17
[cmake] Use LLVM's CMake functionality only
Martin Nowack
2023-02-17
create klee-last as a relative link
Daniel Schemmel
2023-02-17
Fix integer overflow
Daniel Schemmel
2022-12-09
Fixed some leaks in klee-replay
Cristian Cadar
2022-09-14
Support UBSan-enabled binaries
Pavel Yatcheniy
2022-07-04
Inline asm external call
Mikhail
2022-06-30
remove LLVM < 9
Frank Busse
2022-06-27
Fix error with empty EntryPoint
Saveliy Grigoryev
2022-05-06
Renamed gen-random-bout to ktest-randgen
Cristian Cadar
2022-05-06
Updated klee-zesti to use ktest-gen instead of gen-bout
Cristian Cadar
2022-05-06
Renamed gen-bout to ktest-gen
Cristian Cadar
2022-05-05
cl flags: document default values, remove dead option: --replay-keep-symbolic
Frank Busse
2022-04-28
Make Uclibc support a runtime option, not a compile-time one.
Gleb Popov
2022-03-17
remove obsolete KLEE_LLVM legacy defines
Julian Büning
2022-03-17
remove LLVM < 6 from sources
Frank Busse
2022-01-07
klee-stats: fix --print-more
Frank Busse
2022-01-07
klee-stats: add --print-columns
Frank Busse
2022-01-07
klee-stats: do not print summary line for csv/readable-csv
Frank Busse
2022-01-07
klee-stats: fix BCov calculation for zero br instructions
Frank Busse
2022-01-07
klee-stats: rename/reorder/document columns
Frank Busse
2022-01-05
Do not use stat64 directly in gen-random-bout
Cristian Cadar
2021-12-20
llvm13: llvm::cl::GeneralCategory is no longer a global
Lukas Zaoral
2021-11-02
ktest-tool: --extract: warn if object can't be found
Frank Busse
2021-11-02
klee-stats: order remaining columns alphabetically
Frank Busse
2021-10-27
tools/klee: Warn if module and host target triples differ
Lukas Zaoral
2021-05-04
differentiate between partial and completed paths in summary and fix paths st...
Frank Busse
2021-04-29
Fix erroneous klee-stats legend for --print-all
Jordy Ruiz
2021-04-18
klee-replay: Fix -Wformat-truncation warning
Lukas Zaoral
2021-02-16
add klee_messages for C++ exception handling support
Julian Büning
2021-02-16
add ifdefs for C++ exception handling
Julian Büning
2021-02-16
renaming 'libcxx' -> 'libc++'
Julian Büning
2020-12-04
llvm11: Use getCalledOperand instead of getCalledValue
Lukas Zaoral
2020-12-04
llvm11: Make conversions from StringRef to std::string explicit
Lukas Zaoral
2020-11-11
klee-stats: add (readable) csv format (--table-format=readable-csv/csv)
Frank Busse
2020-11-11
Do not redefine fgetc_unlocked and fputc_unlocked unconditionally.
Gleb Popov
2020-11-09
Added fortified library (for -D_FORTIFY_SOURCE), to be linked when uclibc is ...
Cristian Cadar
2020-11-04
Rename FreeStanding to Freestanding where appropriate
Martin Nowack
2020-11-04
Link to the different runtime libraries depending on the application to test.
Martin Nowack
2020-10-12
Exception handling only for LLVM >= 8.0.0
Julian Büning
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-09-30
klee-stats: fix behaviour for broken/empty DBs
Frank Busse
2020-09-17
[gen-bout] Support multiple symbolic files
Timotej Kapus
2020-09-17
Add klee-zesti a ZESTI like wrapper script
Timotej Kapus
2020-08-23
klee-stats: check for a run.stats file in the klee-out directory, to prevent ...
Jordy Ruiz
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-06-29
Implement fshr/fshl intrinsics
Alastair Reid
2020-04-30
Moved header files that were placed directly in include/klee/ into appropriat...
Cristian Cadar
[next]