This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b988cd6c7f4 [X86][SSE] Check SSE2/SSE3 codegen tests on i686 and x86_64 new fd770ea4979 [DWARF] NFC: Collect info used by DWARFFormValue into a helper. new 6649090b224 AArch64: remove all kill flags when extending register liveness.
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/DebugInfo/DWARF/DWARFDebugLine.h | 20 ++-- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 113 ++++++++++----------- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 34 +++---- .../DWARF/DWARFAbbreviationDeclaration.cpp | 80 ++++++++------- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 2 +- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 40 ++++---- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 95 +++-------------- lib/DebugInfo/DWARF/DWARFUnit.cpp | 32 +++--- lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 8 +- test/CodeGen/AArch64/ldst-opt.mir | 19 ++++ tools/dsymutil/DwarfLinker.cpp | 14 ++- tools/llvm-dwp/llvm-dwp.cpp | 4 +- unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp | 29 ++++-- 13 files changed, 234 insertions(+), 256 deletions(-)