This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81e38244284 Reland "[WebAssembly] Add support for naming wasm data segments" new ae40a104209 AMDGPU: Fix encoding of op_sel for mad_mix* opcodes new db99a998067 Introduce the llvm-cfi-verify tool (resubmission of D37937).
The 2 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/CFIVerify.rst | 91 ++++++++ docs/index.rst | 6 +- lib/Target/AMDGPU/VOP3PInstructions.td | 6 +- test/CodeGen/AMDGPU/mad-mix.ll | 48 ++--- test/MC/AMDGPU/vop3p.s | 20 +- tools/LLVMBuild.txt | 1 + tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt | 5 +- tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt | 4 +- tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 241 ++++++++++++++++++++++ 9 files changed, 379 insertions(+), 43 deletions(-) create mode 100644 docs/CFIVerify.rst copy tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt (75%) copy tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt (88%) create mode 100644 tools/llvm-cfi-verify/llvm-cfi-verify.cpp