summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerTracePC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-301-2/+1
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-1/+2
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-2/+1
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-1/+2
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-2/+1
* [libFuzzer] Optimize handle unstable checks by reducing iterationsMax Moroz2018-08-081-4/+14
* [libFuzzer] Add unstable function printing to print_unstable_stats flagMax Moroz2018-08-061-2/+14
* [libFuzzer] use absolute distance in addition to the hamming distance in valu...Kostya Serebryany2018-08-021-10/+5
* [libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz2018-07-241-4/+7
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-231-6/+15
* [libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany2018-07-191-13/+16
* [libFuzzer] Create single template for visiting Inline8bitCountersMax Moroz2018-07-181-27/+22
* libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse2018-07-171-10/+8
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-161-0/+40
* Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz2018-07-161-43/+3
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-161-3/+43
* libFuzzer: always print line-break for NEW_FUNC/PC outputKostya Serebryany2018-07-061-3/+6
* [libFuzzer] add one more value profile metric, under a flag (experimental)Kostya Serebryany2018-07-031-1/+8
* [libFuzzer] Use Vector rather than std::vector.Matt Morehouse2018-06-251-1/+1
* [libFuzzer] When printing NEW_FUNC, use 1-base indexing.Kostya Serebryany2018-06-071-1/+1
* [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany2018-05-211-0/+9
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-0/+33
* [libFuzzer] refactor the implementation of -print_coverageKostya Serebryany2018-05-111-44/+40
* [libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany2018-05-101-9/+0
* [libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany2018-05-101-10/+0
* [LibFuzzer] Report when custom counters are available.Dan Liew2018-04-201-0/+3
* [libFuzzer] print a better warning if we hit the ld bugKostya Serebryany2017-10-141-3/+5
* [libFuzzer] allow -print_funcs=N: N is the max number of new covered function...Kostya Serebryany2017-08-281-2/+8
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-3/+3
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-1/+1
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-1/+1
* [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany2017-08-251-6/+13
* [sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany2017-08-251-8/+9
* [SanitizerCoverage] Optimize stack-depth instrumentation.Matt Morehouse2017-08-221-1/+2
* [libFuzzer] fix the stack-depth initialization, add a lit test for DeepRecurs...Kostya Serebryany2017-08-221-1/+3
* [libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany2017-08-221-8/+25
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+566