summaryrefslogtreecommitdiff
path: root/lib/fuzzer/dataflow/DataFlow.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany2019-06-211-100/+29
* [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya Serebryany2019-06-201-1/+3
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-141-63/+57
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg2019-06-141-57/+63
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-131-63/+57
* [libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany2019-05-081-22/+25
* [libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany2019-05-081-16/+70
* [libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz2019-04-121-9/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-1/+7
* [libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany2018-05-241-6/+11
* [libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany2018-05-231-2/+3
* [libFuzzer] change the output format for the DataFlow tracerKostya Serebryany2018-05-231-23/+25
* [libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany2018-05-101-0/+203