| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ↵ | Kostya Serebryany | 2019-05-24 | 1 | -6/+10 |
| | | | | | | | present in the corpus llvm-svn: 361579 | ||||
| * | [libFuzzer] remove the data-flow-trace (DFT) python scripts; their ↵ | Kostya Serebryany | 2019-05-23 | 1 | -5/+8 |
| | | | | | | | functionality is now part of libFuzzer proper; also write functions.txt to the disk only if this file doesn't exist yet llvm-svn: 361452 | ||||
| * | [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ↵ | Kostya Serebryany | 2019-05-23 | 1 | -0/+2 |
| | | | | | | | if -collect_data_flow= is given llvm-svn: 361448 | ||||
| * | [libFuzzer] replace string_view with string to fix the bots. This is NFC, ↵ | Kostya Serebryany | 2019-05-14 | 1 | -6/+7 |
| | | | | | | | just slower. llvm-svn: 360717 | ||||
| * | [libFuzzer] #include <string_view>, hopefully should fix the windows build | Kostya Serebryany | 2019-05-14 | 1 | -0/+1 |
| | | | | | llvm-svn: 360715 | ||||
| * | [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we ↵ | Kostya Serebryany | 2019-05-14 | 1 | -34/+145 |
| | | | | | | | don't need external python scripts llvm-svn: 360712 | ||||
| * | [libFuzzer] code refactoring; NFC | Kostya Serebryany | 2019-05-10 | 1 | -4/+2 |
| | | | | | llvm-svn: 360400 | ||||
| * | [libFuzzer] small refactoring in the driver; dummy implementation of ↵ | Kostya Serebryany | 2019-05-10 | 1 | -0/+9 |
| | | | | | | | collect_data_flow; attempt to fix the windows bot llvm-svn: 360399 | ||||
| * | [libFuzzer] implement -focus_function=auto, to be used with Data Flow Traces | Kostya Serebryany | 2019-05-09 | 1 | -4/+111 |
| | | | | | llvm-svn: 360378 | ||||
| * | [libFuzzer] DFT: when dumping coverage, also dump the total number of ↵ | Kostya Serebryany | 2019-05-08 | 1 | -0/+2 |
| | | | | | | | instrumented blocks in a function; update merge_data_flow.py to merge coverage llvm-svn: 360272 | ||||
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -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 Serebryany | 2018-07-19 | 1 | -1/+1 |
| | | | | | | | (DFT=data-flow-trace) llvm-svn: 337434 | ||||
| * | [libFuzzer] make the corpus elements aware of their data flow traces | Kostya Serebryany | 2018-06-07 | 1 | -0/+1 |
| | | | | | llvm-svn: 334158 | ||||
| * | [libFuzzer] initial implementation of -data_flow_trace. It parses the data ↵ | Kostya Serebryany | 2018-06-06 | 1 | -0/+90 |
| flow trace and prints the summary, but doesn't use the information in any other way yet llvm-svn: 334058 | |||||

