summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerDataFlowTrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany2019-06-141-4/+12
* [libFuzzer] fix -Werror buildKostya Serebryany2019-06-141-1/+1
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-141-64/+9
* Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg2019-06-141-8/+64
* [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany2019-06-131-64/+8
* [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany2019-05-241-6/+10
* [libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany2019-05-231-5/+8
* [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany2019-05-231-0/+2
* [libFuzzer] replace string_view with string to fix the bots. This is NFC, jus...Kostya Serebryany2019-05-141-6/+7
* [libFuzzer] #include <string_view>, hopefully should fix the windows build Kostya Serebryany2019-05-141-0/+1
* [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany2019-05-141-34/+145
* [libFuzzer] code refactoring; NFCKostya Serebryany2019-05-101-4/+2
* [libFuzzer] small refactoring in the driver; dummy implementation of collect_...Kostya Serebryany2019-05-101-0/+9
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-091-4/+111
* [libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany2019-05-081-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-191-1/+1
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-0/+1
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+90