summaryrefslogtreecommitdiff
path: root/lib/fuzzer/scripts
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany2019-05-232-138/+0
* [libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany2019-05-081-0/+17
* [libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany2019-05-081-0/+2
* [libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz2019-04-121-2/+2
* [libFuzzer] Another follow up fix for Data Flow scripts in Py3.Max Moroz2019-04-041-2/+6
* [libFuzzer] Fix output format in data flow merge script after Py3 change.Max Moroz2019-04-041-1/+1
* [libFuzzer] Make DataFlow scripts Python3 compatible.Max Moroz2019-04-042-6/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [fuzzer] Python 3 print fixesVitaly Buka2018-06-172-4/+4
* [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
* [libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany2018-05-241-0/+36
* [LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.Dan Liew2018-04-201-5/+5
* [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-11-011-0/+93
* Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka2017-11-011-93/+0
* [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-10-311-0/+93