Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving libFuzzer from LLVM to compiler-rt. | George Karpenkov | 2017-08-21 | 1 | -31/+0 |
* | 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] suggest a dictionary to the user of some of the trace-based dicti... | Kostya Serebryany | 2016-01-14 | 1 | -1/+1 |
* | [libFuzzer] don't limit memcmp tracing with 8 bytes | Kostya Serebryany | 2016-01-09 | 1 | -2/+10 |
* | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i... | Kostya Serebryany | 2015-10-02 | 1 | -1/+2 |
* | [libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o d... | Kostya Serebryany | 2015-07-30 | 1 | -2/+4 |
* | [libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), e... | Kostya Serebryany | 2015-07-30 | 1 | -2/+7 |
* | [Fuzzer] Clearly separate regular and DFSan tests. NFC. | Alexey Samsonov | 2015-07-21 | 1 | -0/+12 |