This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 616537d9aa7 [X86] Add additional CPUs and features to Host.cpp and X86T [...] new b5d5e5ebf64 DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5
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/DWARFDebugRangeList.h | 3 +-- include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 8 +++++++ include/llvm/DebugInfo/DWARF/DWARFSection.h | 5 ++++ include/llvm/DebugInfo/DWARF/DWARFUnit.h | 11 +++------ lib/CodeGen/AsmPrinter/AddressPool.cpp | 6 ++--- lib/CodeGen/AsmPrinter/DIE.cpp | 2 ++ lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 6 +++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 16 +++++++------ lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 +++-- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 2 +- lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 2 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 2 +- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 28 +++++++++++++++------- lib/DebugInfo/DWARF/DWARFUnit.cpp | 23 +++++++++--------- test/DebugInfo/X86/debug_addr.ll | 3 ++- test/DebugInfo/X86/fission-ranges.ll | 1 + 17 files changed, 78 insertions(+), 48 deletions(-)