summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerFork.cpp
AgeCommit message (Expand)Author
2024-07-17[libFuzzer] Fix incorrect coverage number in fork mode (#82335)Scallop Ye
2023-01-19Adding missing colonAdvenam Tacet
2021-09-08[libFuzzer] Add missing argument to CrashResistantMerge.Matt Morehouse
2021-09-08Redistribute energy for Corpusgtt1995
2021-09-07Greedy set cover implementation of `Merger::Merge`aristotelis
2021-09-04[compiler-rt] NFC: Fix trivial typoKazuaki Ishizaki
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green
2021-02-12Expand unit tests for fuzzer::MergerMarco Vanotti
2020-09-03[libFuzzer] Add an option to keep initial seed inputs around.Dokyung Song
2020-02-10Reland "[NFC][libFuzzer] Prefix TempPath with string showing the work it is d...Yuanfang Chen
2020-02-10Revert "[NFC][libFuzzer] Prefix TempPath with string showing the work it is d...Yuanfang Chen
2020-02-10[NFC][libFuzzer] Prefix TempPath with string showing the work it is doing.Yuanfang Chen
2019-06-14[libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany
2019-06-14[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany
2019-06-14Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg
2019-06-13[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany
2019-05-23[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany
2019-04-30[libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman
2019-04-19[libFuzzer] in fork mode, make sure the child stats are always collected. Thi...Kostya Serebryany
2019-04-16[libFuzzer] Remove tautological compare.Matt Morehouse
2019-04-13[libFuzzer] speedup the merge step in the fork mode by merging only the files...Kostya Serebryany
2019-04-12[libFuzzer] support -runs=N in the fork mode. Make sure we see one-line repor...Kostya Serebryany
2019-02-27[libFuzzer][Windows] Port fork mode to WindowsJonathan Metzman
2019-02-16[libFuzzer] fork mode: try harder to cleanup after itselfKostya Serebryany
2019-02-15[libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany
2019-02-15[libFuzzer] print new functions as they are discovered in the fork modeKostya Serebryany
2019-02-15[libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany
2019-02-14[libFuzzer] better stats for the fork modeKostya Serebryany
2019-02-14[libFuzzer] trying to fix the bot (can't reproduce the build failure locally)Kostya Serebryany
2019-02-14[libFuzzer] add threads to the fork mode: now you can pass -fork=N to run N c...Kostya Serebryany
2019-02-13[libFuzzer] a bit of refactoring of the fork modeKostya Serebryany
2019-02-12[libFuzzer] move the implementation of the fork mode into a separate fileKostya Serebryany