summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerDataFlowTrace.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany2019-06-141-0/+2
* [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany2019-05-241-1/+3
* [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany2019-05-141-1/+1
* [libFuzzer] code refactoring; NFCKostya Serebryany2019-05-101-2/+2
* [libFuzzer] small refactoring in the driver; dummy implementation of collect_...Kostya Serebryany2019-05-101-0/+4
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-091-1/+73
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-191-2/+2
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-1/+17
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+40