aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/FuzzerMain.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-02[LibFuzzer] Reimplement how the optional user functions are called.Dan Liew1-5/+1
2016-01-16[libFuzzer] introduce LLVMFuzzerInitializeKostya Serebryany1-1/+7
2015-10-02[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany1-1/+1
2015-05-06[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more un...Kostya Serebryany1-2/+2
2015-02-19[fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...Kostya Serebryany1-177/+4
2015-02-06[fuzzer] move default sanitizer options to a separate fileKostya Serebryany1-7/+0
2015-02-04[fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verboseKostya Serebryany1-1/+5
2015-02-04[fuzzer] add -runs=N to limit the number of runs per session. Also, make sure...Kostya Serebryany1-1/+2
2015-02-04[fuzzer] make multi-process execution more verbose; fix mutation to actually ...Kostya Serebryany1-6/+17
2015-02-04[fuzzer]: fix exit code, add more diagnosticsKostya Serebryany1-1/+1
2015-01-31[fuzzer] add flags to run fuzzer in multiple parallel processesKostya Serebryany1-0/+35
2015-01-29[fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...Kostya Serebryany1-0/+1
2015-01-29Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman1-0/+148
2015-01-29Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman1-148/+0
2015-01-28[fuzzer] add option -save_minimized_corpusKostya Serebryany1-0/+2
2015-01-27[fuzzer] properly enable asan's coverage feedbackKostya Serebryany1-1/+4
2015-01-27Add a Fuzzer libraryKostya Serebryany1-0/+143