[libFuzzer] allow users to supply their own implementation of rand
[oota-llvm.git] / lib / Fuzzer / FuzzerDriver.cpp
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-05-23 Kostya Serebryany[lib/Fuzzer] start getting rid of std::cerr. Sadly...
2015-05-22 Kostya Serebryany[lib/Fuzzer] remove -use_coverage_pairs=1, an experimen...
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-05-21 Kostya Serebryany[lib/Fuzzer] ignore flags that start with --; use git...
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-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-12 Kostya Serebryany[lib/Fuzzer] detach the pulse thread instad of joining it
2015-05-11 Kostya Serebryany[lib/Fuzzer] when running multiple fuzzing processes...
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-19 Kostya Serebryany[fuzzer] split main() into FuzzerDriver() that takes...