summaryrefslogtreecommitdiff
path: root/lib/fuzzer/scripts/collect_data_flow.py
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz2019-04-121-2/+2
* [libFuzzer] Make DataFlow scripts Python3 compatible.Max Moroz2019-04-041-5/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [fuzzer] Python 3 print fixesVitaly Buka2018-06-171-3/+3
* [fuzzer] Fix collect_data_flow.py for python 3Vitaly Buka2018-06-171-1/+1
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-1/+24
* [libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany2018-05-311-0/+56