summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerInternal.h
AgeCommit message (Expand)Author
2018-07-17libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-16Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-09[libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany
2017-12-12[libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany
2017-12-01[libFuzzer] add an experimental search heuristic flag -reduce_depthKostya Serebryany
2017-11-09[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany
2017-11-09[libFuzzer] allow user to specify the merge control fileKostya Serebryany
2017-10-23[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...Alex Shlyapnikov
2017-08-29[libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany
2017-08-29[libFuzzer] refactoring: move reading the seed corpus closer to where it's co...Kostya Serebryany
2017-08-27[libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov
2017-08-26Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov
2017-08-26[libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov