summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerFlags.def
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany2019-02-151-0/+1
* [libFuzzer] teach the fork mode to ignore OOMs and timeoutsKostya Serebryany2019-02-121-0/+2
* [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany2019-02-121-1/+1
* [libFuzzer] remove two unused experimental flagsKostya Serebryany2019-02-081-7/+0
* [libFuzzer] introduce an experimental mode -fork=1, where fuzzing happens in ...Kostya Serebryany2019-02-081-0/+2
* [libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...Kostya Serebryany2019-02-081-0/+2
* [libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany2019-01-311-0/+3
* [libFuzzer] remove stale code, NFCKostya Serebryany2019-01-301-2/+0
* [libFuzzer] remove stale code Kostya Serebryany2019-01-291-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer] Remove unstable edge handlingJonathan Metzman2019-01-151-9/+0
* [libFuzzer] make len_control less aggressiveKostya Serebryany2018-12-141-1/+1
* [libFuzzer] Remove mutation stats and weighted mutation selection.Max Moroz2018-08-291-3/+0
* [libFuzzer] Initial implementation of weighted mutation leveraging during run...Max Moroz2018-08-021-0/+2
* [libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz2018-07-241-1/+3
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-231-0/+5
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-171-0/+1
* Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz2018-07-161-1/+0
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-161-0/+1
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-161-0/+2
* Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz2018-07-161-2/+0
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-161-0/+2
* Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse2018-07-091-1/+0
* [libFuzzer] Mutation tracking and logging implementedMatt Morehouse2018-07-091-0/+1
* [libFuzzer] remove an experimental flag -use_feature_frequencyKostya Serebryany2018-06-061-2/+0
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+2
* [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany2018-05-211-1/+3
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-0/+2
* [libFuzzer] deprecate equivalence_serverKostya Serebryany2018-05-151-2/+2
* [libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany2018-05-101-3/+1
* [libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany2018-05-101-1/+1
* fix some user facing typos / in the commentsSylvestre Ledru2018-03-131-1/+1
* [libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse2018-02-131-1/+4
* [libFuzzer] add a flag -malloc_limit_mbKostya Serebryany2017-12-011-0/+3
* [libFuzzer] remove stale flags; NFCKostya Serebryany2017-12-011-10/+0
* [libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany2017-12-011-1/+3
* [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany2017-11-091-0/+2
* [libFuzzer] allow merge to resume after being preempted Kostya Serebryany2017-11-091-0/+2
* [libFuzzer] allow user to specify the merge control fileKostya Serebryany2017-11-091-1/+4
* [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-231-0/+4
* [libFuzzer] disable use_feature_frequency as it degrades some of the benchmar...Kostya Serebryany2017-10-111-1/+1
* [libFuzzer] make -use_feature_frequency less aggressive and enable by defaultKostya Serebryany2017-10-111-1/+1
* [libFuzzer] experimental flag to tweak the corpus distribution. Seems to impr...Kostya Serebryany2017-10-111-0/+1
* [libFuzzer] Disable experimental clang coverage support by default.Max Moroz2017-10-051-0/+1
* [libFuzzer] allow -print_funcs=N: N is the max number of new covered function...Kostya Serebryany2017-08-281-1/+2
* [libFuzzer] prepare tests for switching from -fsanitize-coverage=trace-pc-gua...Kostya Serebryany2017-08-251-1/+2
* [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany2017-08-251-0/+1
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+139
OpenPOWER on IntegriCloud