summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] simplify FuzzerInterface.hKostya Serebryany2016-05-131-20/+0
* [libFuzzer] get rid of UserSuppliedFuzzer; NFCKostya Serebryany2016-02-131-25/+0
* [libFuzzer] simplify the code around Random. NFCKostya Serebryany2016-02-131-24/+2
* [libFuzzer] provide a plain C interface for custom mutators (experimental)Kostya Serebryany2016-02-131-1/+5
* [libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...Kostya Serebryany2016-01-191-0/+14
* [libFuzzer] move some code from public interface header to a non-public heade...Kostya Serebryany2016-01-161-1/+20
* [LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.Mike Aizatsky2015-12-101-1/+1
* [libFuzzer] remove some old code; also make __sanitizer_get_total_unique_call...Kostya Serebryany2015-10-231-3/+0
* [libFuzzer] refactor the mutation functions so that they are now methods of a...Kostya Serebryany2015-09-031-2/+3
* [libFuzzer] move the mutators to public interface so that custom mutators may...Kostya Serebryany2015-08-061-11/+0
* [libFuzzer] allow users to supply their own implementation of randKostya Serebryany2015-07-241-2/+18
* [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutatorsKostya Serebryany2015-05-221-0/+27
OpenPOWER on IntegriCloud