summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp
AgeCommit message (Expand)Author
2021-06-19[libfuzzer] Disable failing DFSan-related testsGeorge Balatsouras
2021-06-07[dfsan] Add full fast8 supportGeorge Balatsouras
2020-07-29[DFSan] Add efficient fast16labels instrumentation mode.Matt Morehouse
2019-06-21[libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...Kostya Serebryany
2019-06-20[libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functionsKostya 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-08[libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany
2019-05-08[libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany
2019-04-12[libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...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-10[libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany