summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [libFuzzer] Don't complain about lack of interesting inputs when -runs=0.Max Moroz2018-05-231-1/+1
* [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany2018-05-211-0/+2
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-0/+8
* [libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany2018-05-101-2/+0
* [libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany2018-05-101-1/+0
* [libFuzzer] Guard symbolization with try-lock.Matt Morehouse2018-05-081-12/+7
* [libFuzzer] Don't short-circuit from CrashCallback.Matt Morehouse2018-05-021-3/+2
* [libFuzzer] Report at most one crash per input.Matt Morehouse2018-05-011-0/+12
* [libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats.Matt Morehouse2018-02-221-4/+2
* [libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse2018-02-131-3/+3
* Reland "[libFuzzer] Support using libc++"Petr Hosek2018-01-171-2/+4
* Revert "[libFuzzer] Support using libc++"Petr Hosek2018-01-171-4/+2
* [libFuzzer] Support using libc++Petr Hosek2018-01-171-2/+4
* [libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany2017-12-121-8/+4
* [libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany2017-12-081-4/+7
* [libFuzzer] add a flag -malloc_limit_mbKostya Serebryany2017-12-011-1/+1
* [libFuzzer] remove stale flags; NFCKostya Serebryany2017-12-011-1/+0
* [libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany2017-12-011-3/+12
* [libFuzzer] Don't add leaking inputs to corpus.Matt Morehouse2017-11-091-2/+3
* [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany2017-11-091-0/+14
* [fuzzer] Fix nested mallocsVitaly Buka2017-11-021-3/+26
* [fuzzer] Fix threaded stack printingVitaly Buka2017-11-011-0/+5
* Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka2017-11-011-19/+0
* [fuzzer] Fix threaded stack printing and nested mallocsVitaly Buka2017-10-311-0/+19
* [Sanitizers-libFuzzer] Addressing coding style issues.Alex Shlyapnikov2017-10-231-37/+44
* [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-231-1/+22
* [libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany2017-10-131-3/+4
* [libFuzzer] experimental flag to tweak the corpus distribution. Seems to impr...Kostya Serebryany2017-10-111-0/+3
* [libFuzzer] Disable experimental clang coverage support by default.Max Moroz2017-10-051-0/+1
* [libFuzzer] factor out some code into GetSizedFilesFromDir; NFCKostya Serebryany2017-09-121-19/+14
* [libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a mem...Max Moroz2017-09-121-0/+2
* [libFuzzer] tolerate missing files when loading the seed corpusKostya Serebryany2017-08-311-1/+1
* [libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany2017-08-291-49/+58
* [libFuzzer] refactoring: move reading the seed corpus closer to where it's co...Kostya Serebryany2017-08-291-2/+29
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-2/+2
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-1/+1
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-1/+1
* [libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...Kostya Serebryany2017-08-251-0/+1
* [libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany2017-08-221-1/+2
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+721
OpenPOWER on IntegriCloud