summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerInternal.h
Commit message (Expand)AuthorAgeFilesLines
* libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse2018-07-171-1/+0
* [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
* [libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse2018-07-091-0/+22
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+2
* [libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany2017-12-121-2/+0
* [libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany2017-12-011-1/+1
* [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany2017-11-091-0/+4
* [libFuzzer] allow user to specify the merge control fileKostya Serebryany2017-11-091-1/+2
* [libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov2017-10-231-0/+3
* [libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany2017-08-291-2/+0
* [libFuzzer] refactoring: move reading the seed corpus closer to where it's co...Kostya Serebryany2017-08-291-1/+2
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-4/+4
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-4/+4
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-4/+4
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+150
OpenPOWER on IntegriCloud