This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5a4f60b044 [mips] Add microMIPS specific addressing patterns. new 5a4174c5401 [DWARF] Improved error reporting for range lists. Errors fo [...]
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 | 2 +- include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFDie.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 15 ++-- lib/DebugInfo/DWARF/DWARFContext.cpp | 7 +- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 23 ++++-- lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 10 +-- lib/DebugInfo/DWARF/DWARFDie.cpp | 28 +++++--- lib/DebugInfo/DWARF/DWARFUnit.cpp | 82 ++++++++++++++-------- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 9 ++- test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 39 +++++++++- test/DebugInfo/X86/dwarfdump-rnglists.s | 19 ++++- tools/dsymutil/DwarfLinker.cpp | 6 +- tools/llvm-dwarfdump/Statistics.cpp | 18 ++++- 14 files changed, 194 insertions(+), 68 deletions(-)