This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5f1314ce9f6 Attempt to fix bots more after r329179. new 112f4caf3f4 [AMDGPU][MC] Added support of 3-element addresses for MIMG [...] new c5e0b13c3b6 Add AMDPAL Code Conventions section to AMD docs new f72ca59cae2 Revert r329179 (and follow-up unsuccessful fix attempts 329 [...]
The 3 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/AMDGPUUsage.rst | 119 ++ include/llvm/CodeGen/AccelTable.h | 29 - include/llvm/MC/MCObjectFileInfo.h | 14 +- lib/CodeGen/AsmPrinter/AccelTable.cpp | 244 --- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 89 +- lib/CodeGen/AsmPrinter/DwarfDebug.h | 24 +- lib/MC/MCObjectFileInfo.cpp | 10 - lib/Target/AMDGPU/MIMGInstructions.td | 10 +- .../Generic/accel-table-hash-collisions.ll | 2 +- test/DebugInfo/Generic/cross-cu-inlining.ll | 2 +- .../Generic/debug-names-hash-collisions.ll | 101 -- test/DebugInfo/Generic/debug-names-many-cu.ll | 1614 -------------------- .../Generic/debug-names-name-collisions.ll | 74 - test/DebugInfo/Generic/debug-names-one-cu.ll | 44 - test/DebugInfo/Generic/debug-names-two-cu.ll | 59 - test/DebugInfo/X86/coff_debug_info_type.ll | 6 +- test/MC/AMDGPU/mimg.s | 63 + 17 files changed, 227 insertions(+), 2277 deletions(-) delete mode 100644 test/DebugInfo/Generic/debug-names-hash-collisions.ll delete mode 100644 test/DebugInfo/Generic/debug-names-many-cu.ll delete mode 100644 test/DebugInfo/Generic/debug-names-name-collisions.ll delete mode 100644 test/DebugInfo/Generic/debug-names-one-cu.ll delete mode 100644 test/DebugInfo/Generic/debug-names-two-cu.ll