summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/only-some-bytes.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be ↵Kostya Serebryany2019-06-211-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) functionsKostya Serebryany2019-06-201-2/+9
| | | | llvm-svn: 363905
* [libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we ↵Kostya Serebryany2019-05-141-2/+2
| | | | | | don't need external python scripts llvm-svn: 360712
* [libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany2019-05-091-2/+11
| | | | llvm-svn: 360378
* [libFuzzer] disable two tests on i386 that are causing timeouts on the botsKostya Serebryany2019-05-081-1/+1
| | | | llvm-svn: 360211
* Enable x86 buildsJonathan Metzman2019-04-301-2/+1
| | | | llvm-svn: 359583
* [libFuzzer] use absolute distance in addition to the hamming distance in ↵Kostya Serebryany2018-08-021-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 botKostya Serebryany2018-07-191-0/+1
| | | | llvm-svn: 337436
* [libFuzzer] first experimental attempt at DFT-based mutations ↵Kostya Serebryany2018-07-191-6/+12
| | | | | | (DFT=data-flow-trace) llvm-svn: 337434
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-0/+31
llvm-svn: 334158
OpenPOWER on IntegriCloud