summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerIO.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman2019-04-301-0/+2
* [libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany2019-04-131-0/+2
* [libFuzzer][Windows] Port fork mode to WindowsJonathan Metzman2019-02-271-0/+2
* [libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany2019-02-151-1/+1
* [libFuzzer] a bit of refactoring of the fork modeKostya Serebryany2019-02-131-1/+10
* [libFuzzer] move the implementation of the fork mode into a separate fileKostya Serebryany2019-02-121-0/+2
* [libFuzzer] make the fork mode less verboseKostya Serebryany2019-02-121-0/+1
* [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany2019-02-121-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-301-1/+1
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-1/+1
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-1/+1
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-1/+1
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-1/+1
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+2
* [libFuzzer] factor out some code into GetSizedFilesFromDir; NFCKostya Serebryany2017-09-121-0/+8
* [libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany2017-08-291-0/+1
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-2/+2
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-2/+2
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-2/+2
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+76