Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving libFuzzer from LLVM to compiler-rt. | George Karpenkov | 2017-08-21 | 1 | -40/+0 |
* | [libFuzzer] change several tests to not limit the max len: with reduce_inputs... | Kostya Serebryany | 2017-07-19 | 1 | -1/+1 |
* | [libFuzzer] change the default max_len from 64 to 4096. This will affect case... | Kostya Serebryany | 2017-06-15 | 1 | -1/+1 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | [libfuzzer] adding license headers to cpp files | Mike Aizatsky | 2016-04-01 | 1 | -0/+3 |
* | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i... | Kostya Serebryany | 2015-10-02 | 1 | -3/+4 |
* | [libFuzzer]Add a test for defeating a hash sum. | Ivan Krasin | 2015-09-08 | 1 | -0/+36 |