summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerCorpus.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-275/+0
* [libFuzzer] when adding a reduced input print REDUCED instead of NEWKostya Serebryany2017-07-181-1/+3
* [libFuzzer] improve -reduce_inputs=1: now only consider the unique features o...Kostya Serebryany2017-07-181-18/+7
* [libFuzzer] remove stale codeKostya Serebryany2017-07-151-8/+3
* [libFuzzer] make sure that -reduce_inputs=1 deletes redundant files in the co...Kostya Serebryany2017-07-131-2/+9
* [libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...Kostya Serebryany2017-07-131-6/+64
* [libFuzzer] simplify the code a bitKostya Serebryany2017-03-311-3/+4
* [libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...Kostya Serebryany2017-03-241-9/+8
* [libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuf...Kostya Serebryany2017-02-071-1/+1
* Include <algorithm> for std::max etcReid Kleckner2016-12-301-0/+1
* [libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany2016-12-271-0/+6
* Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...Daniel Jasper2016-12-171-6/+0
* [libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany2016-12-161-0/+6
* [libFuzzer] Avoid name collision with Windows API.Marcos Pividori2016-12-131-1/+1
* [libFuzzer] Clean up headers and file formatting of LibFuzzer files.Marcos Pividori2016-12-131-3/+3
* [LibFuzzer] Split up some functions among different headers.Zachary Turner2016-11-301-0/+2
* [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