summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerOptions.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] implement a better queue for the fork mode. Add an internal flag ...Kostya Serebryany2019-06-141-0/+1
* [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany2019-05-231-0/+1
* [libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany2019-04-131-0/+1
* [libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany2019-02-151-2/+3
* [libFuzzer] teach the fork mode to ignore OOMs and timeoutsKostya Serebryany2019-02-121-0/+2
* [libFuzzer] more refactoring; change some of the exit codes (timeout, OOM, in...Kostya Serebryany2019-02-091-1/+3
* [libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany2019-01-311-0/+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-2/+0
* [libFuzzer] Remove mutation stats and weighted mutation selection.Max Moroz2018-08-291-2/+0
* [libFuzzer] Initial implementation of weighted mutation leveraging during run...Max Moroz2018-08-021-0/+1
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-231-0/+1
* [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/+1
* Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz2018-07-161-1/+0
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-161-0/+1
* 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] add one more value profile metric, under a flag (experimental)Kostya Serebryany2018-07-031-1/+1
* [libFuzzer] remove an experimental flag -use_feature_frequencyKostya Serebryany2018-06-061-1/+0
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+1
* [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany2018-05-211-0/+1
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-0/+1
* [libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany2018-05-101-1/+0
* [libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany2018-05-101-1/+0
* [libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse2018-02-131-1/+1
* [libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany2017-12-081-1/+1
* [libFuzzer] add a flag -malloc_limit_mbKostya Serebryany2017-12-011-0/+1
* [libFuzzer] remove stale flags; NFCKostya Serebryany2017-12-011-1/+0
* [libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany2017-12-011-0/+1
* [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany2017-11-091-0/+2
* [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-231-0/+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/+1
* [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/+68