This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b7e9d797759 Re-commit: [globalisel][tablegen] Keep track of the inserti [...] new b2fffdec527 Parse DWARF information to reduce false positives. new 63e68918195 [AMDGPU] Clean up symbols in the global namespace.
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: lib/Target/AMDGPU/AMDGPU.h | 71 +++---- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 2 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 23 --- .../llvm-cfi-verify/X86/indirect-cf-elimination.s | 206 +++++++++++++++++++++ .../llvm-cfi-verify}/X86/lit.local.cfg | 0 .../tools/llvm-cfi-verify/X86/protected-lineinfo.s | 203 ++++++++++++++++++++ .../llvm-cfi-verify/X86/unprotected-lineinfo.s | 167 +++++++++++++++++ .../llvm-cfi-verify/X86/unprotected-nolineinfo.s | 92 +++++++++ tools/llvm-cfi-verify/CMakeLists.txt | 1 + tools/llvm-cfi-verify/LLVMBuild.txt | 2 +- tools/llvm-cfi-verify/lib/CMakeLists.txt | 1 + tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 54 ++++++ tools/llvm-cfi-verify/lib/FileAnalysis.h | 19 +- tools/llvm-cfi-verify/lib/GraphBuilder.cpp | 7 + tools/llvm-cfi-verify/lib/LLVMBuild.txt | 2 +- tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 55 ++++-- 17 files changed, 836 insertions(+), 71 deletions(-) create mode 100644 test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s copy test/{CodeGen/MIR => tools/llvm-cfi-verify}/X86/lit.local.cfg (100%) create mode 100644 test/tools/llvm-cfi-verify/X86/protected-lineinfo.s create mode 100644 test/tools/llvm-cfi-verify/X86/unprotected-lineinfo.s create mode 100644 test/tools/llvm-cfi-verify/X86/unprotected-nolineinfo.s