This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d833349 Fix memory leak in a unit test. new d9df13b DebugInfo: support for DW_FORM_implicit_const
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/CodeGen/DIE.h | 14 ++++++++- .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 29 ++++++++++++------ include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 3 ++ lib/CodeGen/AsmPrinter/DIE.cpp | 16 +++++++++- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 ++ .../DWARF/DWARFAbbreviationDeclaration.cpp | 35 +++++++++++++++++----- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 2 +- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 4 ++- .../DebugInfo/Inputs/implicit-const-test.o | 0 test/DebugInfo/dwarfdump-implicit-const.test | 2 ++ unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 30 +++++++++++++++++-- 11 files changed, 115 insertions(+), 22 deletions(-) copy bindings/python/llvm/__init__.py => test/DebugInfo/Inputs/implicit-const-test [...] create mode 100644 test/DebugInfo/dwarfdump-implicit-const.test