summaryrefslogtreecommitdiff
path: root/compiler-rt/test/fuzzer/dataflow.test
AgeCommit message (Expand)Author
2023-03-07Add test for Flags.data_flow_traceWu, Yingcong
2021-08-06Disable a dataflow fuzz test after "Have REQUIRES support the target triple"Paul Robinson
2021-06-07[dfsan] Add full fast8 supportGeorge Balatsouras
2020-07-29[DFSan] Add efficient fast16labels instrumentation mode.Matt Morehouse
2020-02-19[libFuzzer] Fix denominator in the "inputs have DFT" log line.Max Moroz
2020-02-03[libFuzzer] Make dataflow and focus functions more user friendly.Max Moroz
2019-06-21[libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany
2019-06-14[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany
2019-06-14Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg
2019-06-13[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany
2019-05-24[libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany
2019-05-23[libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany
2019-05-14[libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany
2019-05-09[libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany
2019-05-08[libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany
2019-05-08[libFuzzer] extend the test for data flow tracer and coverage; also hopefully...Kostya Serebryany
2019-05-08[libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany
2019-04-30Enable x86 buildsJonathan Metzman
2019-04-12[libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz
2018-07-10[libFuzzer] Disable dataflow.test on AArch64.Matt Morehouse
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany
2018-05-31[libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany
2018-05-24[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany
2018-05-23[libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany
2018-05-23[libFuzzer] change the output format for the DataFlow tracerKostya Serebryany
2018-05-23[libFuzzer] add a stress test for the DataFlow tracerKostya Serebryany
2018-05-10[libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany