summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerFork.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] speedup the merge step in the fork mode by merging only the files...Kostya Serebryany2019-04-131-4/+31
* [libFuzzer] support -runs=N in the fork mode. Make sure we see one-line repor...Kostya Serebryany2019-04-121-1/+9
* [libFuzzer][Windows] Port fork mode to WindowsJonathan Metzman2019-02-271-5/+4
* [libFuzzer] fork mode: try harder to cleanup after itselfKostya Serebryany2019-02-161-11/+19
* [libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany2019-02-151-16/+56
* [libFuzzer] print new functions as they are discovered in the fork modeKostya Serebryany2019-02-151-1/+10
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-151-5/+7
* [libFuzzer] better stats for the fork modeKostya Serebryany2019-02-141-5/+44
* [libFuzzer] trying to fix the bot (can't reproduce the build failure locally)Kostya Serebryany2019-02-141-1/+2
* [libFuzzer] add threads to the fork mode: now you can pass -fork=N to run N c...Kostya Serebryany2019-02-141-88/+145
* [libFuzzer] a bit of refactoring of the fork modeKostya Serebryany2019-02-131-68/+106
* [libFuzzer] move the implementation of the fork mode into a separate fileKostya Serebryany2019-02-121-0/+127
OpenPOWER on IntegriCloud