summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInterface.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] remove some old code; also make __sanitizer_get_total_unique_call...Kostya Serebryany2015-10-231-3/+0
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-021-4/+8
* [libFuzzer] add two more variants of FuzzerDriver for convenienceKostya Serebryany2015-09-101-0/+6
* [libFuzzer] add one more mutator: Mutate_ChangeASCIIIntegerKostya Serebryany2015-09-081-0/+2
* [libFuzzer] actually make the dictionaries work (+docs)Kostya Serebryany2015-09-041-1/+12
* [libFuzzer] refactor the mutation functions so that they are now methods of a...Kostya Serebryany2015-09-031-28/+33
* [libFuzzer] move the mutators to public interface so that custom mutators may...Kostya Serebryany2015-08-061-8/+31
* [libFuzzer] add one more mutation strategy: byte shufflingKostya Serebryany2015-08-061-1/+1
* [libFuzzer] allow users to supply their own implementation of randKostya Serebryany2015-07-241-1/+29
* [lib/Fuzzer] make assertions more informative and update comments for the use...Kostya Serebryany2015-05-301-2/+2
* [lib/Fuzzer] doxygen-ify the comments for the user interfaceKostya Serebryany2015-05-231-13/+22
* [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutatorsKostya Serebryany2015-05-221-1/+65
* [fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...Kostya Serebryany2015-02-191-0/+25
OpenPOWER on IntegriCloud