This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f717fa86d2 AMDGPU: Add intrinsics for address space identification new 5d5cff4a149 [DWARF] Support DWARF64 in DWARFListTableHeader.
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/DebugInfo/DWARF/DWARFListTable.h | 35 +++++++++------ include/llvm/DebugInfo/DWARF/DWARFUnit.h | 2 +- lib/DebugInfo/DWARF/DWARFListTable.cpp | 52 +++++++++++++--------- .../X86/Inputs/debug_rnglists_DWARF64.s | 2 - .../llvm-dwarfdump/X86/debug_rnglists_dwarf64.s | 39 ++++++++++++++++ .../llvm-dwarfdump/X86/debug_rnglists_invalid.s | 5 --- .../X86/debug_rnglists_reserved_length.s | 8 ++++ 7 files changed, 99 insertions(+), 44 deletions(-) delete mode 100644 test/tools/llvm-dwarfdump/X86/Inputs/debug_rnglists_DWARF64.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug_rnglists_dwarf64.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug_rnglists_reserved_length.s