summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerCrossOver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Delete llvm/lib/FuzzerVitaly Buka2017-10-161-52/+0
* [libFuzzer] Clean up headers and file formatting of LibFuzzer files.Marcos Pividori2016-12-131-2/+1
* [libFuzzer] more refactoring; NFCKostya Serebryany2016-09-211-1/+1
* [libFuzzer] refactoring: split the large header into many; NFCKostya Serebryany2016-09-211-0/+2
* [libFuzzer] refactor the mutation functions so that they are now methods of a...Kostya Serebryany2015-09-031-3/+3
* [libFuzzer] allow users to supply their own implementation of randKostya Serebryany2015-07-241-3/+3
* [lib/Fuzzer] fix build with assertionsKostya Serebryany2015-05-261-0/+1
* [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutatorsKostya Serebryany2015-05-221-26/+29
* Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman2015-01-291-0/+47
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-291-47/+0
* Adding missing #includes to try to get this to compile on Windows with Visual...Aaron Ballman2015-01-291-0/+1
* Add a Fuzzer libraryKostya Serebryany2015-01-271-0/+46
OpenPOWER on IntegriCloud