Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i... | Kostya Serebryany | 2015-10-02 | 1 | -1/+2 |
* | [lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e... | Kostya Serebryany | 2015-05-19 | 1 | -0/+4 |
* | [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more un... | Kostya Serebryany | 2015-05-06 | 1 | -1/+1 |
* | [fuzzer] minor cleanup based on reviews: remove redundant includes, fix a cop... | Kostya Serebryany | 2015-01-29 | 1 | -1/+1 |
* | Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz... | Aaron Ballman | 2015-01-29 | 1 | -0/+20 |
* | Temporarily reverting the fuzzer library as it causes too many build issues f... | Aaron Ballman | 2015-01-29 | 1 | -20/+0 |
* | Adding missing #includes to try to get this to compile on Windows with Visual... | Aaron Ballman | 2015-01-29 | 1 | -0/+1 |
* | Add a Fuzzer library | Kostya Serebryany | 2015-01-27 | 1 | -0/+19 |