summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerMutate.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...Kostya Serebryany2019-02-081-3/+3
* 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-24/+1
* [libFuzzer] Initial implementation of weighted mutation leveraging during run...Max Moroz2018-08-021-1/+18
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-191-0/+8
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-171-2/+7
* Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz2018-07-161-7/+2
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-161-2/+7
* Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse2018-07-091-10/+2
* [libFuzzer] Mutation tracking and logging implementedMatt Morehouse2018-07-091-2/+10
* fix some user facing typos / in the commentsSylvestre Ledru2018-03-131-2/+2
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-7/+7
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-7/+7
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-7/+7
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+150