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
2019-03-17
Fix libc++ testcases
Martin Nowack
2019-03-17
Added libcxx flag
Lukas Wölfer
2019-03-15
Hiding general (LLVM) options in klee --help !
Cristian Cadar
2019-03-15
Placed --max-time in the termination category
Cristian Cadar
2019-03-15
Placed --exit-on-error, --max-tests and --watchdog in the termination category
Cristian Cadar
2019-03-15
Renamed --seed-out to --seed-file and --seed-out-dir to --seed-dir, and place...
Cristian Cadar
2019-03-13
Hide the general category (with LLVM options) in Kleaver.
Cristian Cadar
2019-03-13
Renamed directoryToWriteQueryLogs to DirectoryToWriteQueryLogs (and some refo...
Cristian Cadar
2019-03-13
Moved options in kleaver/main.cpp in either the constraint solving or the exp...
Cristian Cadar
2019-03-13
Renamed --warn-all-externals to --warn-all-external-symbols and placed it in ...
Cristian Cadar
2019-03-13
Renamed --no-output to --write-no-tests and placed it in the test case catego...
Cristian Cadar
2019-03-05
ktest-tool: add --extract option
Frank Busse
2019-03-05
Renamed "Starting options" to "Startup options" and added a missing space in ...
Cristian Cadar
2018-12-19
ktest-tool: move from optparse to argparse, add ouput/example sections to help
Frank Busse
2018-12-19
Various fixes for ktest-tool
Frank Busse
2018-12-19
Added default values to option comments
MartinNowack
2018-12-19
Renamed --environ to --env-file
Cristian Cadar
2018-12-19
Renamed --stop-after-n-tests to --max-tests
Cristian Cadar
2018-12-19
Added a replaying option category
Cristian Cadar
2018-12-19
Added checks option category, moved --optimize to starting category, renamed ...
Cristian Cadar
2018-12-19
Added linking option category
Cristian Cadar
2018-12-19
Added starting option category
Cristian Cadar
2018-12-19
Added test case option category
Cristian Cadar
2018-11-23
Implemented memalign with alignment
Lukas Wölfer
2018-10-30
Base time API upon std::chrono
Frank Busse
2018-10-26
Added gen-bout tool to generate ktest file (file.bout) using specified concre...
Andrew Santosa
2018-10-26
llvm5: avoid ++ on function->arg_begin()
Jiri Slaby
2018-10-23
refactor klee_open_output_file to return std::unique_ptr
Julian Büning
2018-10-16
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...
Cristian Cadar
2018-10-08
cleanup headers, whitespaces, and types
Frank Busse
2018-10-08
add support for klee-replay on OSX
Frank Busse
2018-09-18
llvm4: handle different header names
Jiri Slaby
2018-09-14
llvm: make KLEE compile against LLVM 3.9
Jiri Slaby
2018-09-10
Unify the error message if that function has not been found.
Martin Nowack
2018-09-10
POSIX: Add invocation of klee_init_env into wrapper before calling main
Martin Nowack
2018-08-29
klee-stats: add TResolve(%) to --print-all
Frank Busse
2018-08-03
Replace remaining *Inst::Create() calls with llvm::Builder
Martin Nowack
2018-07-12
llvm38: SmallString is always up-to-date
Jiri Slaby
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-06-29
fix out of range access in KleeHandler::getKTestFilesInDir
Frank Busse
2018-05-24
llvm: make KLEE compile against LLVM 3.7
Richard Trembecký
2018-05-08
remove unused file: tools/klee/Debug.cpp
Daniel Schemmel
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-04-28
exitOnError no output buf fix
Zekun Shen
2018-03-01
Store CexCache stats and then update klee-stats to use them
Domenico Fabio Marino
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-08-27
Remove unnecessary null pointer checks
Oscar Deits
2017-08-04
Removed merging searchers
Lukas Wölfer
2017-08-01
Fixed test case counter: Previously the number of test cases generated by KLE...
Andrea Mattavelli
[next]