summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerMain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-21/+0
* [libFuzzer] refactoring: split the large header into many; NFCKostya Serebryany2016-09-211-2/+1
* [LibFuzzer] Reimplement how the optional user functions are called.Dan Liew2016-06-021-5/+1
* [libFuzzer] introduce LLVMFuzzerInitializeKostya Serebryany2016-01-161-1/+7
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-021-1/+1
* [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more un...Kostya Serebryany2015-05-061-2/+2
* [fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...Kostya Serebryany2015-02-191-177/+4
* [fuzzer] move default sanitizer options to a separate fileKostya Serebryany2015-02-061-7/+0
* [fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verboseKostya Serebryany2015-02-041-1/+5
* [fuzzer] add -runs=N to limit the number of runs per session. Also, make sure...Kostya Serebryany2015-02-041-1/+2
* [fuzzer] make multi-process execution more verbose; fix mutation to actually ...Kostya Serebryany2015-02-041-6/+17
* [fuzzer]: fix exit code, add more diagnosticsKostya Serebryany2015-02-041-1/+1
* [fuzzer] add flags to run fuzzer in multiple parallel processesKostya Serebryany2015-01-311-0/+35
* [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...Kostya Serebryany2015-01-291-0/+1
* Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman2015-01-291-0/+148
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-291-148/+0
* [fuzzer] add option -save_minimized_corpusKostya Serebryany2015-01-281-0/+2
* [fuzzer] properly enable asan's coverage feedbackKostya Serebryany2015-01-271-1/+4
* Add a Fuzzer libraryKostya Serebryany2015-01-271-0/+143
OpenPOWER on IntegriCloud