summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerInternal.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Merge: print feature coverage number as well.Max Moroz2019-08-121-1/+2
* [libFuzzer] code refactoring; NFCKostya Serebryany2019-05-101-4/+2
* [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany2019-02-121-1/+1
* [libFuzzer] introduce an experimental mode -fork=1, where fuzzing happens in ...Kostya Serebryany2019-02-081-7/+2
* [libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...Kostya Serebryany2019-02-081-2/+4
* [libFuzzer] set libFuzzer's own SEGV handler even one is already present, but...Kostya Serebryany2019-01-311-1/+0
* [libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany2019-01-311-0/+1
* [libFuzzer] remove stale code, NFCKostya Serebryany2019-01-301-1/+0
* 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-1/+0
* 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