summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerTracePC.cpp
AgeCommit message (Expand)Author
2018-07-23[libFuzzer] Handle unstable edges by using minimum hit countsMax 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 Inline8bitCountersMax Moroz
2018-07-17libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-16Revert 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-06libFuzzer: always print line-break for NEW_FUNC/PC outputKostya Serebryany
2018-07-03[libFuzzer] add one more value profile metric, under a flag (experimental)Kostya Serebryany
2018-06-25[libFuzzer] Use Vector rather than std::vector.Matt Morehouse
2018-06-07[libFuzzer] When printing NEW_FUNC, use 1-base indexing.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_coverageKostya 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
2018-04-20[LibFuzzer] Report when custom counters are available.Dan Liew
2017-10-14[libFuzzer] print a better warning if we hit the ld bugKostya 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-26Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov
2017-08-26[libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge 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 PCKostya Serebryany
2017-08-22[SanitizerCoverage] Optimize stack-depth instrumentation.Matt Morehouse
2017-08-22[libFuzzer] fix the stack-depth initialization, add a lit test for DeepRecurs...Kostya Serebryany
2017-08-22[libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov