This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3a92755ac6 [X86] Connect the flags user from PCMPISTR instructions to [...] new c11a95fb078 [DWARF v5] Generate range list tables into the .debug_rngli [...]
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/MC/MCObjectFileInfo.h | 9 +++ lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 23 ++++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 109 +++++++++++++++++++++++++--- lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 + lib/CodeGen/AsmPrinter/DwarfFile.h | 8 ++ lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 +++ lib/CodeGen/AsmPrinter/DwarfUnit.h | 5 ++ lib/MC/MCObjectFileInfo.cpp | 6 ++ test/DebugInfo/X86/fission-ranges.ll | 21 +++++- test/DebugInfo/X86/rnglists-nobase.ll | 87 ++++++++++++++++++++++ 10 files changed, 259 insertions(+), 21 deletions(-) create mode 100644 test/DebugInfo/X86/rnglists-nobase.ll