This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7943061ff9b AMDGPU: Improve hack for packing conversion ops new 55a0ed21cd4 [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC new 2b9857ed4fb [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC new bc7a6422c5d AMDGPU: Use SPseudoInst helper new 72eb9b0a58f [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUni [...]
The 4 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/DWARFCompileUnit.h | 14 +-- include/llvm/DebugInfo/DWARF/DWARFContext.h | 29 +++-- include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 5 +- include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 9 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 136 ++++------------------- lib/DebugInfo/DWARF/DWARFContext.cpp | 95 ++++++++-------- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 11 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 2 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 121 +++++++++++++++++--- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 14 +-- lib/Target/AMDGPU/SIInstructions.td | 13 +-- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 36 ++++-- unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | 4 +- 13 files changed, 251 insertions(+), 238 deletions(-)