Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving libFuzzer from LLVM to compiler-rt. | George Karpenkov | 2017-08-21 | 1 | -58/+0 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
* | [libFuzzer] make __sanitizer_cov_trace_switch more predictable | Kostya Serebryany | 2016-12-29 | 1 | -2/+2 |
* | [libFuzzer] when tracing switch statements, handle only one case at a time (t... | Kostya Serebryany | 2016-12-17 | 1 | -2/+2 |
* | [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 | -1/+2 |
* | [libFuzzer] make sure that 2-byte arguments of switch() are handled properly | Kostya Serebryany | 2015-07-31 | 1 | -2/+21 |
* | [libFuzzer] support switch interception in dfsan mode | Kostya Serebryany | 2015-07-31 | 1 | -2/+2 |
* | [libFuzzer] trace switch statements and apply mutations based on the expected... | Kostya Serebryany | 2015-07-31 | 1 | -0/+35 |