summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerOptions.h
AgeCommit message (Expand)Author
2017-07-12[libFuzzer] refactoring in preparation for -reduce_inputs; NFC intendedKostya Serebryany
2017-04-19[libFuzzer] remove -output_csv option. It duplicates the default output and g...Kostya Serebryany
2017-01-18[libFuzzer] remove stale codeKostya Serebryany
2017-01-05[libFuzzer] improve error handling during the merge (handle various IO failures)Kostya Serebryany
2016-12-27[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany
2016-12-19[libfuzzer] dump_coverage command line flagMike Aizatsky
2016-12-17Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...Daniel Jasper
2016-12-16[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany
2016-12-13[libFuzzer] Improve Signal Handler interface.Marcos Pividori
2016-10-14[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...Kostya Serebryany
2016-10-13[libFuzzer] add -trace_malloc= flagKostya Serebryany
2016-10-08[libFuzzer] control the reload interval by a flag, make it 10 seconds by defaultKostya Serebryany
2016-10-01[libFuzzer] implement the -shrink=1 option that tires to make elements of the...Kostya Serebryany
2016-09-30[libFuzzer] remove unused optionKostya Serebryany
2016-09-27[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ...Kostya Serebryany
2016-09-23[libFuzzer] move value profiling logic into TracePCKostya Serebryany
2016-09-21[libFuzzer] add stats to the corpus; more refactoringKostya Serebryany
2016-09-21[libFuzzer] more refactoring; NFCKostya Serebryany