This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 22bcc0e Revert r294356, "DebugInfo: Track spilled variables in LiveDe [...] new a32d7c9 Revert "[Assembler] Enable nicer diagnostics for inline assembly." new 017228c [AMDGPU] Add target information that is required by tools to [...]
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/CodeGen/AsmPrinter.h | 14 -- include/llvm/MC/MCContext.h | 5 - include/llvm/MC/MCParser/MCAsmParser.h | 2 +- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 60 ++--- lib/MC/MCContext.cpp | 14 +- lib/MC/MCParser/AsmParser.cpp | 15 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 34 +-- lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 141 +++++++++--- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 81 +------ lib/Target/AMDGPU/AMDGPUSubtarget.h | 93 ++++---- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 33 +-- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 11 +- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 41 +++- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.h | 4 +- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 10 +- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 10 +- lib/Target/AMDGPU/SIInsertWaits.cpp | 25 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 256 ++++++++++++++++++--- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 137 +++++++++-- test/Assembler/inline-asm-diags.ll | 9 - .../AMDGPU/invalid-opencl-version-metadata1.ll | 2 +- .../AMDGPU/invalid-opencl-version-metadata2.ll | 2 +- .../AMDGPU/invalid-opencl-version-metadata3.ll | 2 +- test/CodeGen/AMDGPU/runtime-metadata.ll | 12 +- 24 files changed, 670 insertions(+), 343 deletions(-) delete mode 100644 test/Assembler/inline-asm-diags.ll