summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-764/+0
* [libFuzzer] reimplement experimental_len_control=1: bump the temporary max_le...Kostya Serebryany2017-07-221-2/+0
* Generate error reports when a fuzz target exits.Matt Morehouse2017-07-201-0/+3
* [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1Justin Bogner2017-07-141-7/+13
* [libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...Kostya Serebryany2017-07-131-1/+0
* [libFuzzer] refactoring in preparation for -reduce_inputs; NFC intendedKostya Serebryany2017-07-121-2/+3
* [libFuzzer] change the default max_len from 64 to 4096. This will affect case...Kostya Serebryany2017-06-151-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [llvm] Remove double semicolonsMandeep Singh Grang2017-06-061-1/+1
* [libFuzzer] make sure the input data is not overwritten in the fuzz target (i...Kostya Serebryany2017-05-091-1/+2
* [libFuzzer] remove -output_csv option. It duplicates the default output and g...Kostya Serebryany2017-04-191-1/+0
* [libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...Kostya Serebryany2017-04-171-0/+63
* [libFuzzer] read asan's dedup_token while minimizing a crash and stop minimiz...Kostya Serebryany2017-03-251-4/+37
* [libFuzzer] honor -exact_artifact_path for all intermediate files during cras...Kostya Serebryany2017-03-241-1/+3
* [libFuzzer] add two experimental flags to make corpus merging more scalable: ...Kostya Serebryany2017-03-221-1/+3
* [libFuzzer] Experimenting with dictionary minimization.Kostya Serebryany2017-03-171-0/+81
* [libFuzzer] remove more stale codeKostya Serebryany2017-03-141-8/+4
* Use "%zd" format specifier for printing number of testcases executed.Kostya Serebryany2017-02-141-1/+1
* [libFuzzer] increase the default size for shmemKostya Serebryany2017-02-011-2/+2
* [libFuzzer] use print+exit(1) instead of assert to report an errorKostya Serebryany2017-01-211-2/+4
* [libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing a...Kostya Serebryany2017-01-201-0/+3
* [libFuzzer] experimental support for 'equivalance fuzzing'Kostya Serebryany2017-01-201-0/+26
* [libFuzzer] improve -minimize_crash: honor -artifact_prefix= and don't specia...Kostya Serebryany2017-01-191-10/+11
* [libFuzzer] remove stale codeKostya Serebryany2017-01-181-1/+0
* [libFuzzer] improve error handling during the merge (handle various IO failures)Kostya Serebryany2017-01-051-0/+1
* [libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany2016-12-271-0/+3
* [libFuzzer] fix UB and simplify the computation of the RNG seed (https://llvm...Kostya Serebryany2016-12-271-2/+2
* [libfuzzer] dump_coverage command line flagMike Aizatsky2016-12-191-0/+1
* Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...Daniel Jasper2016-12-171-3/+0
* [libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany2016-12-161-0/+3
* [libFuzzer] enable the failure-resistant merge by default (with trace-pc-guar...Kostya Serebryany2016-12-151-11/+9
* [libFuzzer] Clean up headers and file formatting of LibFuzzer files.Marcos Pividori2016-12-131-1/+0
* [libFuzzer] Properly use unsigned for workers, jobs and NumberOfCpuCores.Marcos Pividori2016-12-131-8/+8
* [libFuzzer] Improve Signal Handler interface.Marcos Pividori2016-12-131-10/+8
* [libFuzzer] don't require extra flags with -minimize_crash=1 (default to -max...Kostya Serebryany2016-12-131-6/+12
* [libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...Kostya Serebryany2016-12-091-7/+12
* Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows."Zachary Turner2016-12-021-2/+1
* Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows."Zachary Turner2016-12-021-1/+2
* [LibFuzzer] Split FuzzerUtil for Posix and Windows.Zachary Turner2016-12-021-2/+1
* [LibFuzzer] Split up some functions among different headers.Zachary Turner2016-11-301-0/+1
* [libFuzzer] replace 'auto' with 'auto *' to better follow the LLVM styleKostya Serebryany2016-11-141-3/+3
* [libFuzzer] use a valid ASCII string for a dummy seed corpusKostya Serebryany2016-11-121-1/+1
* [libFuzzer] use less stackKostya Serebryany2016-11-121-16/+16
* [libFuzzer] fix -error_exitcode=N, now with a test Kostya Serebryany2016-11-031-0/+1
* [libFuzzer] detect leaks after every run when executing fixed inputs (./fuzze...Kostya Serebryany2016-10-181-0/+1
* [libFuzzer] better algorithm for -minimize_crashKostya Serebryany2016-10-151-1/+1
* [libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...Kostya Serebryany2016-10-141-0/+1
* [libFuzzer] add -trace_malloc= flagKostya Serebryany2016-10-131-0/+1
* [libFuzzer] when shrinking the corpus, delete evicted files previously create...Kostya Serebryany2016-10-081-2/+3
* [libFuzzer] control the reload interval by a flag, make it 10 seconds by defaultKostya Serebryany2016-10-081-1/+1
OpenPOWER on IntegriCloud