summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerCorpus.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...Kostya Serebryany2016-10-141-0/+6
* [libFuzzer] when shrinking the corpus, delete evicted files previously create...Kostya Serebryany2016-10-081-8/+19
* [libFuzzer] fix use-after-free in libFuzzer found by ... fuzzing.Kostya Serebryany2016-10-081-24/+23
* [libFuzzer] be more careful with memory usage, print peak rss in status linesKostya Serebryany2016-10-061-1/+1
* [libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.Kostya Serebryany2016-10-051-55/+55
* [libFuzzer] clear the corpus elements if they are evicted (i.e. smaller eleme...Kostya Serebryany2016-10-051-3/+21
* [libFuzzer] change the probabilities so that we choose only the inputs that a...Kostya Serebryany2016-10-041-3/+12
* [libFuzzer] implement the -shrink=1 option that tires to make elements of the...Kostya Serebryany2016-10-011-1/+2
* [libFuzzer] more the feature set to InputCorpus; on feature update, change th...Kostya Serebryany2016-09-301-2/+75
* [libFuzzer] fix merging with trace-pc-guardKostya Serebryany2016-09-231-8/+3
* [libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...Kostya Serebryany2016-09-221-8/+14
* [libFuzzer] add stats to the corpus; more refactoringKostya Serebryany2016-09-211-8/+16
* [libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...Kostya Serebryany2016-09-211-9/+42
* [libFuzzer] refactoring: split the large header into many; NFCKostya Serebryany2016-09-211-0/+56
OpenPOWER on IntegriCloud