This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81d263b [APFloatTest] Add tests for various operations new 4191440 Code cleanup: Remove tab indents. new d1f6d69 Add iterator support to DWARFDie to allow child DIE iteration.
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/DIE.h | 9 +- include/llvm/DebugInfo/DWARF/DWARFDie.h | 58 ++++++++++- lib/DebugInfo/DWARF/DWARFDie.cpp | 5 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 6 +- tools/dsymutil/DwarfLinker.cpp | 12 +-- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 121 +++++++++++++++++++++++ unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 4 + unittests/DebugInfo/DWARF/DwarfGenerator.h | 3 + 8 files changed, 198 insertions(+), 20 deletions(-)