summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
AgeCommit message (Expand)Author
2025-09-26[NFC] [compiler-rt] fix typos (#160803)co63oc
2025-09-26[compiler-rt] fix typos (#160799)co63oc
2025-09-16Reapply "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) (#1...Amit Kumar Pandey
2025-09-10Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913)Amit Kumar Pandey
2025-09-10[NFC] Fix CodeQL violations in compiler-rt. (#157793)Amit Kumar Pandey
2024-08-13Don't pass null pointers to memcmp and memcpy in libFuzzer (#96775)David Benjamin
2023-10-22[compiler-rt] Use std::clamp (NFC)Kazu Hirata
2023-03-09[libfuzzer] avoid unneccessary copyWu, Yingcong
2023-03-07[fuzzer] Make sure we never delete FuzzerVitaly Buka
2023-03-07Use the right printf format specifiersWu, Yingcong
2022-08-16Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1Maxim Schessler
2022-06-30[libFuzzer] Extend the fuzz target intarface to allow -1 return value.Kostya Serebryany
2021-10-20[libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus.PZ Read
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-04-16[fuzzer] Print reloaded file pathsAlexey Vishnyakov
2021-03-12[libFuzzer] Use macro instead of __attribute__.Matt Morehouse
2021-03-11[libFuzzer] Add attribute noinline on Fuzzer::ExecuteCallback().Jonas Paulsson
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green
2020-10-23[libFuzzer] Added -print_full_coverage flag.Max Moroz
2020-09-16[libfuzzer] Reduce default verbosity when printing large mutation sequencesmhl
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-01Revert "[libfuzzer] Reduce default verbosity when printing large mutation seq...Matt Morehouse
2020-09-01[libfuzzer] Reduce default verbosity when printing large mutation sequencesmhl
2020-07-14[libFuzzer] Fix compilation error by including missing platform macro definit...Dokyung Song
2020-05-19Entropic: Boosting LibFuzzer PerformanceMatt Morehouse
2020-02-19[libFuzzer] Fix denominator in the "inputs have DFT" log line.Max Moroz
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-10-09[libFuzzer] Fix Alarm callback in fuchsia.Jake Ehrlich
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse
2019-09-27[libFuzzer] Dump trace and provide correct msg for overwritten input.Mitch Phillips
2019-09-26[libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips
2019-08-12[libFuzzer] Merge: print feature coverage number as well.Max Moroz
2019-06-14[libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany
2019-05-24[libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany
2019-05-10[libFuzzer] code refactoring; NFCKostya Serebryany
2019-05-09[libFuzzer] Unpoison parameters before calling user callback.Matt Morehouse
2019-05-09[libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany
2019-04-26[libFuzzer] Disable MSan interceptors in SIGINT handler.Matt Morehouse
2019-04-13[libFuzzer] speedup the merge step in the fork mode by merging only the files...Kostya Serebryany
2019-04-13[libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany
2019-04-11[libFuzzer] Fallback to default Mutate when MutateWithMask fails.Max Moroz