Scalar/PlaceSafepoints.cpp: Fix a warning introduced in r228090. [-Wunused-variable]
[oota-llvm.git] / lib / Fuzzer /
2015-05-07 Kostya Serebryany[lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the...
2015-05-06 Kostya Serebryany[lib/Fuzzer] remove dfsan_fuzzer_abi.list -- its conten...
2015-05-06 Kostya Serebryany[lib/Fuzzer] add a fuzzer test for memcmp (does not...
2015-05-06 Kostya Serebryany[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneIn...
2015-05-05 Kostya Serebryany[lib/Fuzzer] on crash print the contents of the crashy...
2015-05-05 Kostya Serebryany[lib/Fuzzer] use handle_abort=1 by default so that...
2015-04-06 Aaron BallmanRemoving a spurious space; NFC.
2015-04-01 Kostya Serebryany[fuzzer] document the -tokens flag. Also change the...
2015-03-31 Kostya Serebryany[fuzzer] Add support for token-based fuzzing (e.g....
2015-03-30 Kostya SerebryanyMove lib/Fuzzer docs from a README.txt to a proper...
2015-03-30 Kostya Serebryany[fuzzer] when a single unit takes over 1 second to...
2015-03-30 Kostya Serebryany[fuzzer] print various stats in a unified way
2015-03-30 Kostya SerebryanyDFSan-based fuzzer (proof of concept).
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-02-20 Kostya Serebryany[fuzzer] one more experimental search mode: -use_covera...
2015-02-19 Kostya Serebryany[fuzzer] split main() into FuzzerDriver() that takes...
2015-02-19 Kostya Serebryany[fuzzer] properly annotate fallthrough, add one more...
2015-02-06 Kostya Serebryany[fuzzer] move default sanitizer options to a separate...
2015-02-04 Kostya Serebryany[fuzzer] add flag prefer_small_during_initial_shuffle...
2015-02-04 Kostya Serebryany[fuzzer] add -runs=N to limit the number of runs per...
2015-02-04 Kostya Serebryany[fuzzer] make multi-process execution more verbose...
2015-02-04 Kostya Serebryany[fuzzer]: fix exit code, add more diagnostics
2015-02-03 Kostya Serebryany[fuzzer] Add proper dependensices to the fuzzer tests
2015-02-03 Kostya Serebryany[fuzzer] update the include line to use the new header...
2015-01-31 Kostya Serebryany[fuzzer] add flags to run fuzzer in multiple parallel...
2015-01-30 Kostya Serebryany[fuzzer] Add a gtest-style test
2015-01-29 Kostya Serebryany[fuzzer] add -use_full_coverage_set=1 which solves...
2015-01-29 Kostya Serebryany[fuzzer] fix warning in a test
2015-01-29 Kostya Serebryany[fuzzer] minor cleanup based on reviews: remove redunda...
2015-01-29 Kostya Serebryany[fuzzer] add FAQ section to the README.txt
2015-01-29 Aaron BallmanReverting r227452, which adds back the fuzzer library...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-29 Aaron BallmanAdding missing #includes to try to get this to compile...
2015-01-28 Kostya Serebryany[fuzzer] add option -save_minimized_corpus
2015-01-28 Kostya SerebryanyAdd lit-style tests for the Fuzzer library
2015-01-28 Kostya Serebryany[fuzzer] instructions for building/running clang-format...
2015-01-27 Kostya Serebryany[fuzzer] properly enable asan's coverage feedback
2015-01-27 Kostya SerebryanyAdd a Fuzzer library