summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [lib/Fuzzer] detach the pulse thread instad of joining itKostya Serebryany2015-05-121-1/+1
* [lib/Fuzzer] when running multiple fuzzing processes, print something every 1...Kostya Serebryany2015-05-111-2/+14
* [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-base...Kostya Serebryany2015-05-111-0/+1
* [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...Kostya Serebryany2015-05-081-1/+4
* [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...Kostya Serebryany2015-03-311-12/+65
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-301-0/+1
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-0/+1
* [fuzzer] one more experimental search mode: -use_coverage_pairs=1 Kostya Serebryany2015-02-201-0/+1
* [fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...Kostya Serebryany2015-02-191-0/+198
OpenPOWER on IntegriCloud