aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/FuzzerCrossOver.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-03[libFuzzer] refactor the mutation functions so that they are now methods of a...Kostya Serebryany1-3/+3
2015-07-24[libFuzzer] allow users to supply their own implementation of randKostya Serebryany1-3/+3
2015-05-26[lib/Fuzzer] fix build with assertionsKostya Serebryany1-0/+1
2015-05-22[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutatorsKostya Serebryany1-26/+29
2015-01-29Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...Aaron Ballman1-0/+47
2015-01-29Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman1-47/+0
2015-01-29Adding missing #includes to try to get this to compile on Windows with Visual...Aaron Ballman1-0/+1
2015-01-27Add a Fuzzer libraryKostya Serebryany1-0/+46