summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerFlags.def
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] add -timeout_exitcode optionKostya Serebryany2016-01-291-0/+2
* [libFuzzer] add -abort_on_timeout optionKostya Serebryany2016-01-231-0/+1
* [libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate...Kostya Serebryany2016-01-151-0/+2
* [libFuzzer] change the way trace-based mutations are applied. Instead of a cu...Kostya Serebryany2016-01-091-4/+0
* [libfuzzer] print_new_cov_pcs experimental option.Mike Aizatsky2016-01-061-0/+2
* [libFuzzer] deprecate -save_minimized_corpus, -merge can be used insteadKostya Serebryany2015-12-191-4/+1
* [LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.Mike Aizatsky2015-12-101-1/+1
* [libFuzzer] add a flag -exact_artifact_pathKostya Serebryany2015-11-251-0/+5
* output_csv libfuzzer optionMike Aizatsky2015-11-121-0/+1
* [libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...Kostya Serebryany2015-11-121-0/+2
* [libFuzzer] add -merge flag to merge corporaKostya Serebryany2015-10-241-0/+2
* [libFuzzer] use the indirect caller-callee counter as an independent search h...Kostya Serebryany2015-10-221-0/+1
* [libFuzzer] remove the deprecated 'tokens' featureKostya Serebryany2015-10-221-5/+0
* [libFuzzer] add -shuffle flagKostya Serebryany2015-10-171-0/+1
* [libFuzzer] add -artifact_prefix flagKostya Serebryany2015-10-091-0/+3
* [libFuzzer] remove experimental flag and functionalityKostya Serebryany2015-10-021-4/+0
* [libFuzzer] add a flag -max_total_timeKostya Serebryany2015-10-021-1/+3
* [LibFuzzer] test_single_input option to run a single test case.Ivan Krasin2015-10-011-0/+1
* [libFuzzer] better documentatio for -save_minimized_corpus=1Kostya Serebryany2015-09-081-1/+2
* [libFuzzer] remove -iterations as redundant (there is also -num_runs)Kostya Serebryany2015-09-081-3/+0
* [libFuzzer] adding a parser for AFL-style dictionaries + tests.Kostya Serebryany2015-09-031-0/+1
* [libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...Kostya Serebryany2015-09-021-2/+3
* Fix missing space in libfuzzer's help text.Lenny Maiorani2015-08-121-1/+1
* [libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...Kostya Serebryany2015-08-121-0/+4
* [libFuzzer] add -only_ascii flagKostya Serebryany2015-08-111-0/+2
* [libFuzzer] add option -report_slow_units=Nsec to control when slow units are...Kostya Serebryany2015-08-051-0/+2
* [lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)Kostya Serebryany2015-05-261-1/+1
* [lib/Fuzzer] fix docsKostya Serebryany2015-05-261-2/+2
* [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is un...Kostya Serebryany2015-05-221-2/+0
* [lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e...Kostya Serebryany2015-05-191-1/+4
* [lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...Kostya Serebryany2015-05-181-0/+4
* [lib/Fuzzer] enable -use_counters=1 by defaultKostya Serebryany2015-05-131-1/+1
* [lib/Fuzzer] guess the right number of workers if -jobs=N is given but -worke...Kostya Serebryany2015-05-121-1/+2
* [lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)Kostya Serebryany2015-05-121-2/+0
* [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-base...Kostya Serebryany2015-05-111-0/+1
* [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...Kostya Serebryany2015-05-081-1/+3
* [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...Kostya Serebryany2015-03-311-23/+28
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-301-0/+2
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-0/+1
* [fuzzer] one more experimental search mode: -use_coverage_pairs=1 Kostya Serebryany2015-02-201-1/+3
* [fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verboseKostya Serebryany2015-02-041-0/+4
* [fuzzer] add -runs=N to limit the number of runs per session. Also, make sure...Kostya Serebryany2015-02-041-1/+4
* [fuzzer] make multi-process execution more verbose; fix mutation to actually ...Kostya Serebryany2015-02-041-1/+1
* [fuzzer] add flags to run fuzzer in multiple parallel processesKostya Serebryany2015-01-311-0/+5
* [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...Kostya Serebryany2015-01-291-0/+4
* Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman2015-01-291-0/+27
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-291-27/+0
* [fuzzer] add option -save_minimized_corpusKostya Serebryany2015-01-281-0/+3
* Add a Fuzzer libraryKostya Serebryany2015-01-271-0/+24
OpenPOWER on IntegriCloud