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