summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerTracePC.h
AgeCommit message (Expand)Author
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, NFCKostya 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 PCKostya Serebryany
2017-08-22[libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov