| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libFuzzer] refactoring: split the large header into many; NFC | Kostya Serebryany | 2016-09-21 | 1 | -2/+1 |
| * | [LibFuzzer] Reimplement how the optional user functions are called. | Dan Liew | 2016-06-02 | 1 | -5/+1 |
| * | [libFuzzer] introduce LLVMFuzzerInitialize | Kostya Serebryany | 2016-01-16 | 1 | -1/+7 |
| * | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i... | Kostya Serebryany | 2015-10-02 | 1 | -1/+1 |
| * | [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more un... | Kostya Serebryany | 2015-05-06 | 1 | -2/+2 |
| * | [fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete... | Kostya Serebryany | 2015-02-19 | 1 | -177/+4 |
| * | [fuzzer] move default sanitizer options to a separate file | Kostya Serebryany | 2015-02-06 | 1 | -7/+0 |
| * | [fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verbose | Kostya Serebryany | 2015-02-04 | 1 | -1/+5 |
| * | [fuzzer] add -runs=N to limit the number of runs per session. Also, make sure... | Kostya Serebryany | 2015-02-04 | 1 | -1/+2 |
| * | [fuzzer] make multi-process execution more verbose; fix mutation to actually ... | Kostya Serebryany | 2015-02-04 | 1 | -6/+17 |
| * | [fuzzer]: fix exit code, add more diagnostics | Kostya Serebryany | 2015-02-04 | 1 | -1/+1 |
| * | [fuzzer] add flags to run fuzzer in multiple parallel processes | Kostya Serebryany | 2015-01-31 | 1 | -0/+35 |
| * | [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ... | Kostya Serebryany | 2015-01-29 | 1 | -0/+1 |
| * | Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz... | Aaron Ballman | 2015-01-29 | 1 | -0/+148 |
| * | Temporarily reverting the fuzzer library as it causes too many build issues f... | Aaron Ballman | 2015-01-29 | 1 | -148/+0 |
| * | [fuzzer] add option -save_minimized_corpus | Kostya Serebryany | 2015-01-28 | 1 | -0/+2 |
| * | [fuzzer] properly enable asan's coverage feedback | Kostya Serebryany | 2015-01-27 | 1 | -1/+4 |
| * | Add a Fuzzer library | Kostya Serebryany | 2015-01-27 | 1 | -0/+143 |