summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerTracePC.cpp
AgeCommit message (Expand)Author
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