summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerFlags.def
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-139/+0
* [libFuzzer] explicitly use -fsanitize-coverage=trace-pc-guard in test/dump_co...Kostya Serebryany2017-08-141-2/+2
* [libFuzzer] enable reduce_inputs=1 by default (seems to be a big win usually)Kostya Serebryany2017-07-191-2/+2
* [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1Justin Bogner2017-07-141-0/+3
* [libFuzzer] refactoring in preparation for -reduce_inputs; NFC intendedKostya Serebryany2017-07-121-1/+3
* [libFuzzer] update docs on -print_coverage/-dump_coverageKostya Serebryany2017-05-091-4/+4
* [libFuzzer] extend help for -minimize_crash to cover ASAN_OPTIONS=dedup_token...Kostya Serebryany2017-04-191-0/+2
* [libFuzzer] remove -output_csv option. It duplicates the default output and g...Kostya Serebryany2017-04-191-1/+1
* [libFuzzer] update -help: mention -exact_artifact_path in help for -minimize_...Kostya Serebryany2017-04-191-2/+6
* [libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...Kostya Serebryany2017-04-171-0/+2
* [libFuzzer] fix type in signal name.Vitaly Buka2017-04-111-1/+1
* [libFuzzer] add two experimental flags to make corpus merging more scalable: ...Kostya Serebryany2017-03-221-0/+7
* [libFuzzer] Experimenting with dictionary minimization.Kostya Serebryany2017-03-171-0/+1
* [libFuzzer] experimental support for 'equivalance fuzzing'Kostya Serebryany2017-01-201-0/+3
* [libFuzzer] remove stale codeKostya Serebryany2017-01-181-2/+0
* [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code...Kostya Serebryany2017-01-171-1/+1
* [libFuzzer] improve error handling during the merge (handle various IO failures)Kostya Serebryany2017-01-051-0/+1
* [libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany2016-12-271-0/+1
* [libfuzzer] dump_coverage command line flagMike Aizatsky2016-12-191-0/+2
* Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...Daniel Jasper2016-12-171-1/+0
* [libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany2016-12-161-0/+1
* [libFuzzer] enable the failure-resistant merge by default (with trace-pc-guar...Kostya Serebryany2016-12-151-2/+0
* [libFuzzer] Properly use unsigned for workers, jobs and NumberOfCpuCores.Marcos Pividori2016-12-131-2/+2
* [libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...Kostya Serebryany2016-12-091-0/+3
* [libFuzzer] fix -error_exitcode=N, now with a test Kostya Serebryany2016-11-031-4/+4
* [libFuzzer] enable use_cmp by defaultKostya Serebryany2016-10-271-1/+1
* [libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...Kostya Serebryany2016-10-141-1/+2
* [libFuzzer] add -trace_malloc= flagKostya Serebryany2016-10-131-0/+2
* [libFuzzer] when shrinking the corpus, delete evicted files previously create...Kostya Serebryany2016-10-081-1/+1
* [libFuzzer] control the reload interval by a flag, make it 10 seconds by defaultKostya Serebryany2016-10-081-3/+3
* [libFuzzer] implement the -shrink=1 option that tires to make elements of the...Kostya Serebryany2016-10-011-0/+4
* [libFuzzer] remove unused optionKostya Serebryany2016-09-301-2/+0
* [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ...Kostya Serebryany2016-09-271-0/+3
* [libFuzzer] add stats to the corpus; more refactoringKostya Serebryany2016-09-211-0/+2
* [libFuzzer] refactoring: move the Corpus into a separate class; delete two un...Kostya Serebryany2016-09-211-3/+2
* [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuz...Kostya Serebryany2016-09-181-1/+2
* [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ...Kostya Serebryany2016-09-091-1/+0
* [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tes...Kostya Serebryany2016-09-011-0/+4
* [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...Kostya Serebryany2016-08-251-1/+1
* [libFuzzer] new experimental feature: value profiling. Profiles values that a...Kostya Serebryany2016-08-161-0/+2
* [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmpKostya Serebryany2016-07-151-0/+2
* [libfuzzer] prune_corpus option for disabling pruning during the load.Mike Aizatsky2016-06-071-0/+2
* [libfuzzer] Trying random unit prefixes during corpus load.Mike Aizatsky2016-05-241-0/+1
* [libFuzzer] better document the -merge=1 flagKostya Serebryany2016-05-091-1/+2
* [libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...Kostya Serebryany2016-05-061-1/+1
* [libFuzzer] add exeprimental -rss_limit_mb flag to fight against OOMsKostya Serebryany2016-05-061-0/+2
* [libFuzzer] enable detect_leaks=1, add proper docsKostya Serebryany2016-04-291-1/+1
* [libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...Kostya Serebryany2016-04-201-0/+2
* [libFuzzer] more docsKostya Serebryany2016-03-291-1/+2
* [libFuzzer] handle SIGTERMKostya Serebryany2016-03-241-0/+1
OpenPOWER on IntegriCloud