This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4db70c21dc6 [X86][AVX] Fold extract_subvector(broadcast(x)) -> broadcas [...] new b3cb8ab4512 [AsmPrinter] refactor to support %c w/ GlobalAddress'
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: include/llvm/CodeGen/AsmPrinter.h | 4 ++ lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 19 +++++++-- lib/Target/AArch64/AArch64AsmPrinter.cpp | 9 +---- lib/Target/ARM/ARMAsmPrinter.cpp | 26 ++++++------ lib/Target/ARM/ARMAsmPrinter.h | 1 + lib/Target/AVR/AVRAsmPrinter.cpp | 5 +-- lib/Target/BPF/BPFAsmPrinter.cpp | 2 +- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 4 +- lib/Target/Lanai/LanaiAsmPrinter.cpp | 2 +- lib/Target/MSP430/MSP430AsmPrinter.cpp | 30 +++++++------- lib/Target/Mips/MipsAsmPrinter.cpp | 2 +- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +- lib/Target/PowerPC/PPCAsmPrinter.cpp | 46 ++++++++++++---------- lib/Target/Sparc/SparcAsmPrinter.cpp | 2 +- lib/Target/SystemZ/SystemZAsmPrinter.cpp | 14 +++---- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 3 +- lib/Target/X86/X86AsmPrinter.cpp | 1 + lib/Target/X86/X86AsmPrinter.h | 2 +- lib/Target/XCore/XCoreAsmPrinter.cpp | 2 +- test/CodeGen/AArch64/inlineasm-output-template.ll | 27 +++++++++++++ test/CodeGen/ARM/inlineasm-output-template.ll | 9 +++++ .../{PowerPC => BPF}/inlineasm-output-template.ll | 15 +++++-- test/CodeGen/Hexagon/inlineasm-output-template.ll | 13 +++++- test/CodeGen/Lanai/inlineasm-output-template.ll | 26 ++++++++++++ test/CodeGen/MSP430/inlineasm-output-template.ll | 26 ++++++++++++ .../{PowerPC => Mips}/inlineasm-output-template.ll | 15 +++++-- test/CodeGen/NVPTX/inlineasm-output-template.ll | 28 +++++++++++++ test/CodeGen/PowerPC/inlineasm-output-template.ll | 13 +++++- test/CodeGen/SPARC/inlineasm-output-template.ll | 26 ++++++++++++ .../inlineasm-output-template.ll | 11 +++++- .../inlineasm-output-template.ll | 11 +++++- .../inline-asm-modifier-c.ll} | 9 +++-- .../inlineasm-output-template.ll | 11 +++++- 33 files changed, 317 insertions(+), 99 deletions(-) create mode 100644 test/CodeGen/AArch64/inlineasm-output-template.ll copy test/CodeGen/{PowerPC => BPF}/inlineasm-output-template.ll (57%) create mode 100644 test/CodeGen/Lanai/inlineasm-output-template.ll create mode 100644 test/CodeGen/MSP430/inlineasm-output-template.ll copy test/CodeGen/{PowerPC => Mips}/inlineasm-output-template.ll (57%) create mode 100644 test/CodeGen/NVPTX/inlineasm-output-template.ll create mode 100644 test/CodeGen/SPARC/inlineasm-output-template.ll copy test/CodeGen/{PowerPC => SystemZ}/inlineasm-output-template.ll (57%) copy test/CodeGen/{PowerPC => WebAssembly}/inlineasm-output-template.ll (58%) copy test/CodeGen/{PowerPC/inlineasm-output-template.ll => X86/inline-asm-modifier [...] copy test/CodeGen/{PowerPC => XCore}/inlineasm-output-template.ll (58%)