llvm/unittests/FuzzMutate
Justin Bogner 0f87ccdc99 Re-apply "Introduce FuzzMutate library"
Same as r311392 with some fixes for library dependencies. Thanks to
Chapuni for helping work those out!

Original commit message:

This introduces the FuzzMutate library, which provides structured
fuzzing for LLVM IR, as described in my EuroLLVM 2017 talk. Most of
the basic mutators to inject and delete IR are provided, with support
for most basic operations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311402 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-21 22:57:06 +00:00
..
CMakeLists.txt Re-apply "Introduce FuzzMutate library" 2017-08-21 22:57:06 +00:00
OperationsTest.cpp Re-apply "Introduce FuzzMutate library" 2017-08-21 22:57:06 +00:00
ReservoirSamplerTest.cpp Re-apply "Introduce FuzzMutate library" 2017-08-21 22:57:06 +00:00