summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman2019-04-301-0/+5
* [libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany2019-04-131-1/+5
* Use binary write mode in WriteToFile function to avoid appended \r characters...Vitaly Buka2019-04-051-1/+1
* [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-5/+5
* [libFuzzer] move the implementation of the fork mode into a separate fileKostya Serebryany2019-02-121-1/+7
* [libFuzzer] make the fork mode less verboseKostya Serebryany2019-02-121-0/+9
* [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany2019-02-121-0/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [fuzzer] Read files as binaryJonathan Metzman2018-11-061-2/+2
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-301-8/+0
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-0/+8
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-8/+0
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-0/+8
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-8/+0
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+8
* [libFuzzer] factor out some code into GetSizedFilesFromDir; NFCKostya Serebryany2017-09-121-0/+9
* [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/+120