mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
4ecbed71c1
Redo r311356 with a fix to avoid std::uniform_int_distribution<bool>. The bool specialization is undefined according to the standard, even though libc++ seems to have it. Original commit message: This introduces the FuzzMutate library, which provides structured fuzzing for LLVM IR, as described in my [EuroLLVM 2017 talk][1]. Most of the basic mutators to inject and delete IR are provided, with support for most basic operations. llvm-svn: 311392 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
IRMutator.cpp | ||
LLVMBuild.txt | ||
OpDescriptor.cpp | ||
Operations.cpp | ||
RandomIRBuilder.cpp |