| Commit message (Expand) | Author | Age | Files | Lines |
* | [libFuzzer] print new functions as they are discovered in the fork mode | Kostya Serebryany | 2019-02-15 | 1 | -0/+3 |
* | [libFuzzer] when doing the merge, keep track of the coveraged edges, not just... | Kostya Serebryany | 2019-02-14 | 1 | -6/+7 |
* | [libFuzzer] experimental performance optimization -lazy_counters, off by defa... | Kostya Serebryany | 2019-01-31 | 1 | -0/+3 |
* | [libFuzzer] refactor the handling of instrumentation counters so that they ar... | Kostya Serebryany | 2019-01-30 | 1 | -12/+42 |
* | [libFuzzer] remove stale code | Kostya Serebryany | 2019-01-29 | 1 | -34/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [libFuzzer][MSVC] Make attribute-use compatible with MSVC | Jonathan Metzman | 2019-01-17 | 1 | -1/+1 |
* | [libFuzzer] Remove unstable edge handling | Jonathan Metzman | 2019-01-15 | 1 | -20/+0 |
* | [libFuzzer] Optimize handle unstable checks by reducing iterations | Max Moroz | 2018-08-08 | 1 | -2/+2 |
* | [libFuzzer] Handle unstable edges by disregarding unstable edges | Max Moroz | 2018-07-24 | 1 | -0/+5 |
* | [libFuzzer] Handle unstable edges by using minimum hit counts | Max Moroz | 2018-07-23 | 1 | -6/+7 |
* | [libFuzzer] when -print_coverage=1 is given, print more stats (the number of ... | Kostya Serebryany | 2018-07-19 | 1 | -1/+2 |
* | [libFuzzer] Create single template for visiting Inline8bitCounters | Max Moroz | 2018-07-18 | 1 | -0/+3 |
* | libFuzzer: prevent irrelevant strings from leaking into auto-dictionary | Matt Morehouse | 2018-07-17 | 1 | -1/+0 |
* | [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl... | Max Moroz | 2018-07-16 | 1 | -0/+11 |
* | Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ... | Max Moroz | 2018-07-16 | 1 | -33/+22 |
* | [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl... | Max Moroz | 2018-07-16 | 1 | -22/+33 |
* | [libFuzzer] add one more value profile metric, under a flag (experimental) | Kostya Serebryany | 2018-07-03 | 1 | -3/+3 |
* | [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036) | Kostya Serebryany | 2018-05-21 | 1 | -0/+1 |
* | [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f... | Kostya Serebryany | 2018-05-16 | 1 | -0/+6 |
* | [libFuzzer] refactor the implementation of -print_coverage | Kostya Serebryany | 2018-05-11 | 1 | -0/+3 |
* | [libFuzzer] remove the dump_coverage flag, it hasn't been working with the in... | Kostya Serebryany | 2018-05-10 | 1 | -1/+0 |
* | [libFuzzer] remove the experimental support for clang coverage instrumentatio... | Kostya Serebryany | 2018-05-10 | 1 | -16/+0 |
* | [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction(). | Max Moroz | 2017-12-20 | 1 | -0/+1 |
* | [libFuzzer] change the strategy for -experimental_len_control to grow max_len... | Kostya Serebryany | 2017-12-12 | 1 | -1/+1 |
* | [libFuzzer] even less aggressive step function for stack depth. Also don't us... | Kostya Serebryany | 2017-12-09 | 1 | -1/+12 |
* | [libFuzzer] make the stack depth signal less agressive, otherwise we are some... | Kostya Serebryany | 2017-12-09 | 1 | -1/+1 |
* | [libFuzzer] honor -use_counters, sligntly change the meaning of -experimental... | Kostya Serebryany | 2017-12-08 | 1 | -3/+10 |
* | [LibFuzzer] Improve comments on `CounterToFeature()` function. | Dan Liew | 2017-11-28 | 1 | -1/+12 |
* | [libFuzzer] Disable experimental clang coverage support by default. | Max Moroz | 2017-10-05 | 1 | -1/+4 |
* | [libFuzzer] minor refactoring, NFC | Kostya Serebryany | 2017-09-15 | 1 | -1/+1 |
* | [libFuzzer] allow -print_funcs=N: N is the max number of new covered function... | Kostya Serebryany | 2017-08-28 | 1 | -2/+2 |
* | [libFuzzer] Use custom allocators for STL containers in libFuzzer. | George Karpenkov | 2017-08-27 | 1 | -2/+2 |
* | [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct... | Kostya Serebryany | 2017-08-25 | 1 | -0/+3 |
* | [sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PC | Kostya Serebryany | 2017-08-25 | 1 | -2/+6 |
* | [libFuzzer] apply changes lost during the migration to compiler-rt | Kostya Serebryany | 2017-08-22 | 1 | -23/+27 |
* | Move libFuzzer to compiler_rt. | George Karpenkov | 2017-08-21 | 1 | -0/+253 |