summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerFork.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany2019-06-141-34/+50
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-141-9/+10
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg2019-06-141-10/+9
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-131-9/+10
* [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany2019-05-231-2/+34
* [libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman2019-04-301-2/+7
* [libFuzzer] in fork mode, make sure the child stats are always collected. Thi...Kostya Serebryany2019-04-191-2/+3
* [libFuzzer] Remove tautological compare.Matt Morehouse2019-04-161-2/+1
* [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