This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d84a31be444 [X86] Added TODO list for missing generic x86 instruction s [...] new 089f886ad92 [llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing opt [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/FuzzingLLVM.rst | 22 ++ include/llvm/FuzzMutate/FuzzerCLI.h | 4 + lib/FuzzMutate/FuzzerCLI.cpp | 34 +++ tools/llvm-opt-fuzzer/CMakeLists.txt | 24 ++ .../DummyOptFuzzer.cpp} | 6 +- tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 259 +++++++++++++++++++++ 6 files changed, 346 insertions(+), 3 deletions(-) create mode 100644 tools/llvm-opt-fuzzer/CMakeLists.txt copy tools/{llvm-isel-fuzzer/DummyISelFuzzer.cpp => llvm-opt-fuzzer/DummyOptFuzzer [...] create mode 100644 tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp