This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 648ba5f Fix -Wswitch. new b07cdea Improve DWARF parsing speed by improving DWARFAbbreviationDec [...]
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: .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 74 +++++++++++++- include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 5 +- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 1 + .../DWARF/DWARFAbbreviationDeclaration.cpp | 109 ++++++++++++++++++++- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 56 +++++------ lib/DebugInfo/DWARF/DWARFUnit.cpp | 3 +- tools/dsymutil/DwarfLinker.cpp | 15 +-- 7 files changed, 215 insertions(+), 48 deletions(-)