aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
6 days[NFC] [compiler-rt] fix typos (#160803)co63oc1-2/+2
2025-09-16Reapply "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) (#1...Amit Kumar Pandey1-2/+2
2025-09-10Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913)Amit Kumar Pandey1-2/+2
2025-09-10[NFC] Fix CodeQL violations in compiler-rt. (#157793)Amit Kumar Pandey1-2/+2
2025-08-26[fuzzer][Fuchsia] Forward fix for undefined StartRssThread (#155514)PiJoules1-2/+2
2025-08-25Reapply "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" … (#15...PiJoules1-0/+6
2025-08-22Revert "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" (#155042)gulfemsavrun1-4/+0
2025-08-22[fuzzer][Fuchsia] Prevent deadlock from suspending threads (#154854)PiJoules1-0/+4
2025-07-28[compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120)Dan Blackwell1-0/+1
2025-07-10[compiler-rt] Include missing headers for libFuzzer (#146828)Takuto Ikuta1-1/+2
2024-05-10[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang1-0/+1
2023-07-26[Fuzzer] Assign names to workersDavid CARLIER1-3/+6
2023-04-11[fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cppNico Weber1-1/+0
2023-03-07Add test for Flags.data_flow_traceWu, Yingcong1-1/+1
2023-03-07Use the right printf format specifiersWu, Yingcong1-4/+4
2021-09-08Redistribute energy for Corpusgtt19951-0/+1
2021-09-07Greedy set cover implementation of `Merger::Merge`aristotelis1-4/+6
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany1-30/+33
2021-07-02Revert "Refactor mutation strategies into a standalone library"Marco Vanotti1-5/+3
2021-07-02Refactor mutation strategies into a standalone libraryAaron Green1-3/+5
2021-05-26Revert "Refactor mutation strategies into a standalone library"Matt Morehouse1-5/+3
2021-05-26Refactor mutation strategies into a standalone libraryAaron Green1-3/+5
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green1-6/+6
2020-11-12[fuzzer] Add Windows Visual C++ exception interceptJoe Pletcher1-0/+2
2020-10-23[libFuzzer] Added -print_full_coverage flag.Max Moroz1-1/+7
2020-09-16[libFuzzer] Enable entropic by default.Matt Morehouse1-7/+3
2020-09-09[libFuzzer] Add a command-line option for tracing mutation of corpus inputs i...Dokyung Song1-0/+2
2020-09-03[libFuzzer] Scale energy assigned to each input based on input execution time.Dokyung Song1-0/+2
2020-09-03[libFuzzer] Evenly select inputs to cross over with from the corpus regardles...Dokyung Song1-0/+1
2020-09-03[libFuzzer] Add an option to keep initial seed inputs around.Dokyung Song1-0/+1
2020-09-03[fuzzer] Create user provided fuzzer writeable directories when requested if ...Matt Morehouse1-7/+23
2020-09-01Revert "[fuzzer] Create user provided fuzzer writeable directories when reque...Matt Morehouse1-23/+7
2020-09-01[fuzzer] Create user provided fuzzer writeable directories when requested if ...Matt Morehouse1-7/+23
2020-08-26[libFuzzer] Error and exit if user supplied fuzzer writeable directories don'...Matt Morehouse1-5/+33
2020-08-11[libFuzzer] Fix minimizing timeoutsIlya Leoshkevich1-0/+1
2020-07-27Replace fuzzer::FuzzerDriver's INTERFACE marking with new LLVMRunFuzzerDriver.Matt Morehouse1-0/+6
2020-07-17Corrected __libfuzzer_is_present symbol inclusion for MSVC x86 32-bitVitaly Buka1-0/+4
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song1-0/+1
2020-05-19Entropic: Boosting LibFuzzer PerformanceMatt Morehouse1-1/+21
2020-02-12[Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target w...Yuanfang Chen1-16/+2
2020-02-10Reland "[NFC][libFuzzer] Prefix TempPath with string showing the work it is d...Yuanfang Chen1-2/+2
2020-02-10Revert "[NFC][libFuzzer] Prefix TempPath with string showing the work it is d...Yuanfang Chen1-2/+2
2020-02-10[NFC][libFuzzer] Prefix TempPath with string showing the work it is doing.Yuanfang Chen1-2/+2
2020-02-10[libFuzzer] communicate through pipe to subprocess for MinimizeCrashInputYuanfang Chen1-19/+27
2020-01-22[libFuzzer] Add INFO output when LLVMFuzzerCustomMutator is found.Max Moroz1-1/+4
2019-12-12[fuzzer] Add basic support for emscripten.Jonathan Metzman1-1/+6
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse1-1/+0
2019-06-14[libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany1-0/+2
2019-06-14[libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz1-2/+8
2019-05-23[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany1-1/+3