summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
AgeCommit message (Expand)Author
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2020-08-26[libFuzzer] Error and exit if user supplied fuzzer writeable directories don'...Matt Morehouse
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2019-11-21[libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.Marco Vanotti
2019-04-13[libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany
2019-02-27[libFuzzer][Windows] Port fork mode to WindowsJonathan Metzman
2019-02-15[libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany
2019-02-13[libFuzzer] a bit of refactoring of the fork modeKostya Serebryany
2019-02-12[libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany
2019-02-04[libFuzzer][Windows] Clean up RawPrintJonathan Metzman
2019-01-31[fuzzer] Use RawPrint instead of Printf for instrumentation warningJonathan Metzman
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-04[libFuzzer] Enable tests on WindowsMatt Morehouse
2018-08-30[libFuzzer] Port to WindowsMatt Morehouse
2018-08-29Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-29[libFuzzer] Port to WindowsMatt Morehouse
2018-08-28Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-28[libFuzzer] Port to WindowsMatt Morehouse
2017-08-27[libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov
2017-08-26Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov
2017-08-26[libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov