summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany2019-06-141-0/+2
| | | | llvm-svn: 363473
* [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ↵Kostya Serebryany2019-05-241-1/+3
| | | | | | present in the corpus llvm-svn: 361579
* [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we ↵Kostya Serebryany2019-05-141-1/+1
| | | | | | don't need external python scripts llvm-svn: 360712
* [libFuzzer] code refactoring; NFCKostya Serebryany2019-05-101-2/+2
| | | | llvm-svn: 360400
* [libFuzzer] small refactoring in the driver; dummy implementation of ↵Kostya Serebryany2019-05-101-0/+4
| | | | | | collect_data_flow; attempt to fix the windows bot llvm-svn: 360399
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-091-1/+73
| | | | llvm-svn: 360378
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [libFuzzer] first experimental attempt at DFT-based mutations ↵Kostya Serebryany2018-07-191-2/+2
| | | | | | (DFT=data-flow-trace) llvm-svn: 337434
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-1/+17
| | | | llvm-svn: 334158
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data ↵Kostya Serebryany2018-06-061-0/+40
flow trace and prints the summary, but doesn't use the information in any other way yet llvm-svn: 334058
OpenPOWER on IntegriCloud