summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerRandom.h
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand; se...Kostya Serebryany2019-02-121-3/+3
* [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany2019-02-121-0/+5
* Revert r352732: [libFuzzer] replace slow std::mt19937 with a much faster std:...Jeremy Morse2019-01-311-3/+3
* [libFuzzer] replace slow std::mt19937 with a much faster std::minstd_randKostya Serebryany2019-01-311-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+34