summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerLoop.cpp
Commit message (Expand)AuthorAgeFilesLines
* [fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verboseKostya Serebryany2015-02-041-5/+15
* [fuzzer] add -runs=N to limit the number of runs per session. Also, make sure...Kostya Serebryany2015-02-041-7/+10
* [fuzzer] make multi-process execution more verbose; fix mutation to actually ...Kostya Serebryany2015-02-041-2/+2
* [fuzzer]: fix exit code, add more diagnosticsKostya Serebryany2015-02-041-0/+1
* [fuzzer] update the include line to use the new header nameKostya Serebryany2015-02-031-1/+1
* [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...Kostya Serebryany2015-01-291-0/+29
* [fuzzer] minor cleanup based on reviews: remove redundant includes, fix a cop...Kostya Serebryany2015-01-291-2/+0
* Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman2015-01-291-0/+170
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-291-170/+0
* [fuzzer] add option -save_minimized_corpusKostya Serebryany2015-01-281-1/+10
* Add lit-style tests for the Fuzzer libraryKostya Serebryany2015-01-281-2/+2
* Add a Fuzzer libraryKostya Serebryany2015-01-271-0/+161
OpenPOWER on IntegriCloud