summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/scripts
AgeCommit message (Expand)Author
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta
2019-05-23[libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...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-04-04[libFuzzer] Another follow up fix for Data Flow scripts in Py3.Max Moroz
2019-04-04[libFuzzer] Fix output format in data flow merge script after Py3 change.Max Moroz
2019-04-04[libFuzzer] Make DataFlow scripts Python3 compatible.Max Moroz
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-17[fuzzer] Python 3 print fixesVitaly Buka
2018-06-17[fuzzer] Fix collect_data_flow.py for python 3Vitaly Buka
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-04-20[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.Dan Liew
2017-11-01[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka
2017-11-01Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka
2017-10-31[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka