This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e7676fec11b CodeGen: support an extension to pass linker options on ELF new c22557992e3 [DeadArgumentElimination] Preserve llvm.dbg.values's first [...] new 95db9f18a7a AMDGPU/SI: Add decoding in the GFX80_UNPACKED decoding 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/IR/Metadata.cpp | 24 ++-- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 5 + test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt | 50 ++++++++ .../Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt | 50 ++++++++ .../DeadArgElim/dbginfo-preserve-dbgloc.ll | 135 +++++++++++++++++++++ 5 files changed, 256 insertions(+), 8 deletions(-) create mode 100644 test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt create mode 100644 test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt create mode 100644 test/Transforms/DeadArgElim/dbginfo-preserve-dbgloc.ll