summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
AgeCommit message (Expand)Author
2025-09-10Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)"revert-157793-fix-codeql-errorsAmit Kumar Pandey
2025-09-10[NFC] Fix CodeQL violations in compiler-rt. (#157793)Amit Kumar Pandey
2025-08-26[fuzzer][Fuchsia] Forward fix for undefined StartRssThread (#155514)PiJoules
2025-08-25Reapply "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" … (#15...PiJoules
2025-08-22Revert "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" (#155042)gulfemsavrun
2025-08-22[fuzzer][Fuchsia] Prevent deadlock from suspending threads (#154854)PiJoules
2025-07-28[compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120)Dan Blackwell
2025-07-10[compiler-rt] Include missing headers for libFuzzer (#146828)Takuto Ikuta
2024-05-10[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang
2023-07-26[Fuzzer] Assign names to workersDavid CARLIER
2023-04-11[fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cppNico Weber
2023-03-07Add test for Flags.data_flow_traceWu, Yingcong
2023-03-07Use the right printf format specifiersWu, Yingcong
2021-09-08Redistribute energy for Corpusgtt1995
2021-09-07Greedy set cover implementation of `Merger::Merge`aristotelis
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2021-07-02Revert "Refactor mutation strategies into a standalone library"Marco Vanotti
2021-07-02Refactor mutation strategies into a standalone libraryAaron Green
2021-05-26Revert "Refactor mutation strategies into a standalone library"Matt Morehouse
2021-05-26Refactor mutation strategies into a standalone libraryAaron Green
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green
2020-11-12[fuzzer] Add Windows Visual C++ exception interceptJoe Pletcher
2020-10-23[libFuzzer] Added -print_full_coverage flag.Max Moroz
2020-09-16[libFuzzer] Enable entropic by default.Matt Morehouse
2020-09-09[libFuzzer] Add a command-line option for tracing mutation of corpus inputs i...Dokyung Song
2020-09-03[libFuzzer] Scale energy assigned to each input based on input execution time.Dokyung Song
2020-09-03[libFuzzer] Evenly select inputs to cross over with from the corpus regardles...Dokyung Song
2020-09-03[libFuzzer] Add an option to keep initial seed inputs around.Dokyung Song
2020-09-03[fuzzer] Create user provided fuzzer writeable directories when requested if ...Matt Morehouse
2020-09-01Revert "[fuzzer] Create user provided fuzzer writeable directories when reque...Matt Morehouse
2020-09-01[fuzzer] Create user provided fuzzer writeable directories when requested if ...Matt Morehouse
2020-08-26[libFuzzer] Error and exit if user supplied fuzzer writeable directories don'...Matt Morehouse
2020-08-11[libFuzzer] Fix minimizing timeoutsIlya Leoshkevich
2020-07-27Replace fuzzer::FuzzerDriver's INTERFACE marking with new LLVMRunFuzzerDriver.Matt Morehouse
2020-07-17Corrected __libfuzzer_is_present symbol inclusion for MSVC x86 32-bitVitaly Buka
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2020-05-19Entropic: Boosting LibFuzzer PerformanceMatt Morehouse
2020-02-12[Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target w...Yuanfang Chen
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
2020-02-10[libFuzzer] communicate through pipe to subprocess for MinimizeCrashInputYuanfang Chen
2020-01-22[libFuzzer] Add INFO output when LLVMFuzzerCustomMutator is found.Max Moroz
2019-12-12[fuzzer] Add basic support for emscripten.Jonathan Metzman
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse
2019-06-14[libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany
2019-06-14[libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz
2019-05-23[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany
2019-05-10[libFuzzer] code refactoring; NFCKostya Serebryany
2019-05-10[libFuzzer] small refactoring in the driver; dummy implementation of collect_...Kostya Serebryany