[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace-based...
[oota-llvm.git] / lib / Fuzzer / FuzzerFlags.def
2015-08-12 Kostya Serebryany[libFuzzer] add two flags, -tbm_depth and -tbm_width...
2015-08-11 Kostya Serebryany[libFuzzer] add -only_ascii flag
2015-08-05 Kostya Serebryany[libFuzzer] add option -report_slow_units=Nsec to contr...
2015-05-26 Kostya Serebryany[lib/Fuzzer] make the fuzzing timeout 1200 seconds...
2015-05-26 Kostya Serebryany[lib/Fuzzer] fix docs
2015-05-22 Kostya Serebryany[lib/Fuzzer] remove -use_coverage_pairs=1, an experimen...
2015-05-19 Kostya Serebryany[lib/Fuzzer] change the meaning of -timeout flag: now...
2015-05-18 Kostya Serebryany[lib/Fuzzer] when -sync_command=<CMD> is given, periodi...
2015-05-13 Kostya Serebryany[lib/Fuzzer] enable -use_counters=1 by default
2015-05-12 Kostya Serebryany[lib/Fuzzer] guess the right number of workers if ...
2015-05-12 Kostya Serebryany[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_tr...
2015-05-11 Kostya Serebryany[lib/Fuzzer] add a trace-based mutatation logic. Same...
2015-05-08 Kostya Serebryany[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
2015-03-31 Kostya Serebryany[fuzzer] Add support for token-based fuzzing (e.g....
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-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-01-31 Kostya Serebryany[fuzzer] add flags to run fuzzer in multiple parallel...
2015-01-29 Kostya Serebryany[fuzzer] add -use_full_coverage_set=1 which solves...
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-28 Kostya Serebryany[fuzzer] add option -save_minimized_corpus
2015-01-27 Kostya SerebryanyAdd a Fuzzer library