summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/dataflow.test
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany2019-06-211-2/+3
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-141-47/+53
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg2019-06-141-53/+47
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-131-47/+53
* [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany2019-05-241-1/+1
* [libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany2019-05-231-13/+0
* [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany2019-05-141-6/+22
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-091-1/+1
* [libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany2019-05-081-2/+2
* [libFuzzer] extend the test for data flow tracer and coverage; also hopefully...Kostya Serebryany2019-05-081-1/+11
* [libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany2019-05-081-13/+19
* Enable x86 buildsJonathan Metzman2019-04-301-2/+1
* [libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz2019-04-121-0/+11
* [libFuzzer] Disable dataflow.test on AArch64.Matt Morehouse2018-07-101-0/+1
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+11
* [libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany2018-05-311-0/+5
* [libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany2018-05-241-7/+19
* [libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany2018-05-231-11/+9
* [libFuzzer] change the output format for the DataFlow tracerKostya Serebryany2018-05-231-37/+10
* [libFuzzer] add a stress test for the DataFlow tracerKostya Serebryany2018-05-231-2/+10
* [libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany2018-05-101-0/+76
OpenPOWER on IntegriCloud