Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be ↵ | Kostya Serebryany | 2019-06-21 | 1 | -1/+2 |
| | | | | | | compiled w/o dfsan to speed things up (~25% speedup) llvm-svn: 364002 | ||||
* | [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functions | Kostya Serebryany | 2019-06-20 | 1 | -2/+9 |
| | | | | llvm-svn: 363905 | ||||
* | [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we ↵ | Kostya Serebryany | 2019-05-14 | 1 | -2/+2 |
| | | | | | | don't need external python scripts llvm-svn: 360712 | ||||
* | [libFuzzer] implement -focus_function=auto, to be used with Data Flow Traces | Kostya Serebryany | 2019-05-09 | 1 | -2/+11 |
| | | | | llvm-svn: 360378 | ||||
* | [libFuzzer] disable two tests on i386 that are causing timeouts on the bots | Kostya Serebryany | 2019-05-08 | 1 | -1/+1 |
| | | | | llvm-svn: 360211 | ||||
* | Enable x86 builds | Jonathan Metzman | 2019-04-30 | 1 | -2/+1 |
| | | | | llvm-svn: 359583 | ||||
* | [libFuzzer] use absolute distance in addition to the hamming distance in ↵ | Kostya Serebryany | 2018-08-02 | 1 | -1/+1 |
| | | | | | | value profiling; our A/B testing have (somewhat weak) indication that this provides an additional signal for corpus expansion llvm-svn: 338661 | ||||
* | [libFuzzer] quick hack to fix the bot | Kostya Serebryany | 2018-07-19 | 1 | -0/+1 |
| | | | | llvm-svn: 337436 | ||||
* | [libFuzzer] first experimental attempt at DFT-based mutations ↵ | Kostya Serebryany | 2018-07-19 | 1 | -6/+12 |
| | | | | | | (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/+31 |
llvm-svn: 334158 |