summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerMutate.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.Max Moroz2019-04-111-3/+3
* [libFuzzer] Fallback to default Mutate when MutateWithMask fails.Max Moroz2019-04-111-0/+1
* [libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...Kostya Serebryany2019-02-081-8/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libFuzzer] Remove mutation stats and weighted mutation selection.Max Moroz2018-08-291-63/+19
* [libFuzzer] Initial implementation of weighted mutation leveraging during run...Max Moroz2018-08-021-26/+50
* [libFuzzer] fix the bot (the no-assert build)Kostya Serebryany2018-07-191-0/+1
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-191-0/+27
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-171-19/+39
* libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse2018-07-171-1/+0
* Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz2018-07-161-24/+3
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-161-3/+24
* Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse2018-07-091-46/+20
* [libFuzzer] Mutation tracking and logging implementedMatt Morehouse2018-07-091-20/+46
* [LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.Dan Liew2018-04-241-1/+3
* [libFuzzer] Fix sizeof(ptr) bug.Matt Morehouse2018-01-301-1/+1
* [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-2/+2
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-2/+2
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+533
OpenPOWER on IntegriCloud