This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9c9936f9f1 AMDGPU: Fix assert on trunc from bitcast of build_vector new 61d7d108c8a [DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the [...]
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/IR/DebugInfoMetadata.h | 6 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 56 +++++- lib/IR/DebugInfoMetadata.cpp | 18 ++ test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 21 ++- test/DebugInfo/NVPTX/debug-addr-class.ll | 255 ++++++++++++++++++++++++++++ 5 files changed, 345 insertions(+), 11 deletions(-) create mode 100644 test/DebugInfo/NVPTX/debug-addr-class.ll