This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f54b9c71c77 GlobalISel: partially revert r308540. new ee809acd59b Use delegation instead of inheritance. new 63847878e25 [NFC] Fix typo in comment
The 2 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/CodeGen/MachineBasicBlock.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFContext.h | 208 +------- include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h | 13 +- include/llvm/DebugInfo/DWARF/DWARFObject.h | 75 +++ include/llvm/DebugInfo/DWARF/DWARFSection.h | 3 + include/llvm/DebugInfo/DWARF/DWARFUnit.h | 9 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 623 ++++++++++++++-------- lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 11 +- lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 3 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 30 +- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 39 +- lib/DebugInfo/Symbolize/Symbolize.cpp | 2 +- tools/dsymutil/DwarfLinker.cpp | 36 +- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 6 +- tools/llvm-objdump/MachODump.cpp | 4 +- tools/llvm-objdump/llvm-objdump.cpp | 4 +- tools/llvm-rtdyld/llvm-rtdyld.cpp | 4 +- tools/obj2yaml/dwarf2yaml.cpp | 34 +- tools/obj2yaml/macho2yaml.cpp | 8 +- tools/obj2yaml/obj2yaml.h | 5 +- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 151 +++--- 21 files changed, 690 insertions(+), 580 deletions(-) create mode 100644 include/llvm/DebugInfo/DWARF/DWARFObject.h