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-04-06
Support disabling compiler warnings; Use with external headers
Martin Nowack
2023-03-26
fix unused variables warning
Daniel Schemmel
2023-03-23
Remove model_version from the POSIX runtime, as we have never used it.
Cristian Cadar
2023-03-23
stats: add termination class stats
Frank Busse
2023-03-23
stats: add branch type stats
Frank Busse
2023-03-23
stats: rename States -> ActiveStates, add States
Frank Busse
2023-03-23
stats: add Allocations
Frank Busse
2023-03-23
stats: rename numQueries/Queries -> SolverQueries, add Queries
Frank Busse
2023-03-23
stats: add ExternalCalls
Frank Busse
2023-03-23
stats: add QCacheHits/Misses
Frank Busse
2023-03-23
stats: add InhibitedForks
Frank Busse
2023-03-22
Change `llvm_map_components_to_libnames` to `llvm_config` CMake function
Martin Nowack
2023-03-22
klee-stats: improve error message for missing tabulate package
Frank Busse
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
[next]