summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerMutate.cpp
AgeCommit message (Expand)Author
2018-07-19[libFuzzer] fix the bot (the no-assert build)Kostya Serebryany
2018-07-19[libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany
2018-07-17[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-17libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse
2018-07-16Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz
2018-07-16[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-09Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse
2018-07-09[libFuzzer] Mutation tracking and logging implementedMatt Morehouse
2018-04-24[LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.Dan Liew
2018-01-30[libFuzzer] Fix sizeof(ptr) bug.Matt Morehouse
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