summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerCorpus.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany2019-04-131-3/+5
* [libFuzzer] Remove extra semicolonsJonathan Metzman2019-02-261-1/+1
* 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-6/+0
* Revert "[libFuzzer] Use std::discrete_distribution for input selection."Matt Morehouse2018-08-171-4/+7
* [libFuzzer] Use std::discrete_distribution for input selection.Matt Morehouse2018-08-171-7/+4
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-231-0/+6
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-191-2/+7
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-2/+15
* [libFuzzer] remove an experimental flag -use_feature_frequencyKostya Serebryany2018-06-061-22/+1
* [libFuzzer] modify -print_corpus_stats to print whether the input reaches the...Kostya Serebryany2018-05-231-2/+2
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-161-1/+11
* Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219"Mandeep Singh Grang2018-03-201-1/+1
* [compiler-rt] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-201-1/+1
* [libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany2017-10-131-3/+17
* [libFuzzer] make -use_feature_frequency less aggressive and enable by defaultKostya Serebryany2017-10-111-2/+1
* [libFuzzer] experimental flag to tweak the corpus distribution. Seems to impr...Kostya Serebryany2017-10-111-9/+23
* [libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov2017-08-271-6/+6
* Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov2017-08-261-6/+6
* [libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov2017-08-261-6/+6
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+275