This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ada39e9 [GVN] Remove dead code. NFC. new a31af6a [GVN] Consistently use division instead of shift. NFCI. new ed57153 Improve ARM lowering for "icmp <2 x i64> eq". new 69a9e66 dwarfdump: -summarize-types: print a short summary (unqualifi [...]
The 3 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/DIContext.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFContext.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 3 +- include/llvm/DebugInfo/PDB/PDBContext.h | 2 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 7 ++-- lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 22 ++++++++-- lib/DebugInfo/PDB/PDBContext.cpp | 4 +- lib/Target/ARM/ARMISelLowering.cpp | 27 +++++++++--- lib/Transforms/Scalar/GVN.cpp | 4 +- test/CodeGen/ARM/vicmp-64.ll | 52 ++++++++++++++++++++++++ test/DebugInfo/dwarfdump-type-units.test | 61 ++++++++++++++++------------ test/tools/llvm-dwp/X86/type_dedup.test | 6 +-- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 6 ++- 14 files changed, 148 insertions(+), 52 deletions(-) create mode 100644 test/CodeGen/ARM/vicmp-64.ll