summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-338/+0
* [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1Justin Bogner2017-07-141-3/+4
* [libFuzzer] fix stats during mergeKostya Serebryany2017-07-141-1/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [libFuzzer] add two experimental flags to make corpus merging more scalable: ...Kostya Serebryany2017-03-221-4/+56
* [libFuzzer] reduce the number of vector resizes during merge (https://github....Kostya Serebryany2017-03-111-6/+7
* [libFuzzer] print how much memory is consumed by the outer merge process (htt...Kostya Serebryany2017-03-111-1/+11
* [libFuzzer] exit(1) on failed mergeKostya Serebryany2017-01-181-0/+6
* [libFuzzer] improve error handling during the merge (handle various IO failures)Kostya Serebryany2017-01-051-0/+8
* [libFuzzer] use /tmp (or $TMPDIR, if present) to store temp files during mergeKostya Serebryany2017-01-051-2/+2
* [libFuzzer] use less memory for mergeKostya Serebryany2016-12-171-6/+7
* [libFuzzer] enable the failure-resistant merge by default (with trace-pc-guar...Kostya Serebryany2016-12-151-2/+2
* [libFuzzer] Add missing header needed for Windows.Marcos Pividori2016-12-131-0/+1
* [libFuzzer] Avoid name collision with Windows API.Marcos Pividori2016-12-131-2/+2
* [libFuzzer] respect -max_len during mergeKostya Serebryany2016-12-121-0/+4
* [libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...Kostya Serebryany2016-12-091-0/+255
OpenPOWER on IntegriCloud