summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerOptions.h
AgeCommit message (Expand)Author
2018-07-23[libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz
2018-07-17[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-16Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz
2018-07-16[libFuzzer] Mutation tracking and logging implemented.Max Moroz
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-09Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse
2018-07-09[libFuzzer] Mutation tracking and logging implementedMatt Morehouse
2018-07-03[libFuzzer] add one more value profile metric, under a flag (experimental)Kostya Serebryany
2018-06-06[libFuzzer] remove an experimental flag -use_feature_frequencyKostya Serebryany
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...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-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-02-13[libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse
2017-12-08[libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany
2017-12-01[libFuzzer] add a flag -malloc_limit_mbKostya Serebryany
2017-12-01[libFuzzer] remove stale flags; NFCKostya Serebryany
2017-12-01[libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany
2017-11-09[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany
2017-10-23[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov
2017-10-11[libFuzzer] experimental flag to tweak the corpus distribution. Seems to impr...Kostya Serebryany
2017-10-05[libFuzzer] Disable experimental clang coverage support by default.Max Moroz
2017-08-28[libFuzzer] allow -print_funcs=N: N is the max number of new covered function...Kostya Serebryany
2017-08-25[libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov