This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92b342470ea [Docs][llvm-strip] Fix an indentation issue. new 0cd6fdb0325 [MC] Don't recreate a label if it's already used new 9c0082921f0 [CodeGen] Require a name for a block addr target
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: include/llvm/MC/MCContext.h | 13 ++++ lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 1 + lib/CodeGen/MachineModuleInfo.cpp | 2 +- lib/MC/MCContext.cpp | 6 ++ lib/MC/MCParser/AsmParser.cpp | 4 +- test/CodeGen/AArch64/callbr-asm-label.ll | 63 +++++++++++++++ test/CodeGen/AArch64/callbr-asm-obj-file.ll | 102 +++++++++++++++++++++++++ test/CodeGen/X86/callbr-asm-label-addr.ll | 30 ++++++++ test/CodeGen/X86/callbr-asm-obj-file.ll | 19 +++++ test/CodeGen/X86/callbr-asm.ll | 16 ++-- 10 files changed, 246 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AArch64/callbr-asm-label.ll create mode 100644 test/CodeGen/AArch64/callbr-asm-obj-file.ll create mode 100644 test/CodeGen/X86/callbr-asm-label-addr.ll create mode 100644 test/CodeGen/X86/callbr-asm-obj-file.ll