summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerTracePC.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] print new functions as they are discovered in the fork modeKostya Serebryany2019-02-151-0/+3
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-141-6/+7
* [libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany2019-01-311-0/+3
* [libFuzzer] refactor the handling of instrumentation counters so that they ar...Kostya Serebryany2019-01-301-12/+42
* [libFuzzer] remove stale code Kostya Serebryany2019-01-291-34/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer][MSVC] Make attribute-use compatible with MSVCJonathan Metzman2019-01-171-1/+1
* [libFuzzer] Remove unstable edge handlingJonathan Metzman2019-01-151-20/+0
* [libFuzzer] Optimize handle unstable checks by reducing iterationsMax Moroz2018-08-081-2/+2
* [libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz2018-07-241-0/+5
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-231-6/+7
* [libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany2018-07-191-1/+2
* [libFuzzer] Create single template for visiting Inline8bitCountersMax Moroz2018-07-181-0/+3
* libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse2018-07-171-1/+0
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-161-0/+11
* Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz2018-07-161-33/+22
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-161-22/+33
* [libFuzzer] add one more value profile metric, under a flag (experimental)Kostya Serebryany2018-07-031-3/+3
* [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany2018-05-211-0/+1
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-0/+6
* [libFuzzer] refactor the implementation of -print_coverageKostya Serebryany2018-05-111-0/+3
* [libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany2018-05-101-1/+0
* [libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany2018-05-101-16/+0
* [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction().Max Moroz2017-12-201-0/+1
* [libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany2017-12-121-1/+1
* [libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany2017-12-091-1/+12
* [libFuzzer] make the stack depth signal less agressive, otherwise we are some...Kostya Serebryany2017-12-091-1/+1
* [libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany2017-12-081-3/+10
* [LibFuzzer] Improve comments on `CounterToFeature()` function.Dan Liew2017-11-281-1/+12
* [libFuzzer] Disable experimental clang coverage support by default.Max Moroz2017-10-051-1/+4
* [libFuzzer] minor refactoring, NFCKostya Serebryany2017-09-151-1/+1
* [libFuzzer] allow -print_funcs=N: N is the max number of new covered function...Kostya Serebryany2017-08-281-2/+2
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-2/+2
* [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany2017-08-251-0/+3
* [sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany2017-08-251-2/+6
* [libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany2017-08-221-23/+27
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+253