This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b84d2200338 [IPSCCP] Guard a user of getInitializer with hasDefinitiveI [...] new d40539f8e39 [DWARF] Added verification check for tags in accelerator ta [...] new 8209d78723a [CGP] use subtract or subtract-of-cmps for result of memcmp [...]
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: .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 10 +- include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 3 +- lib/CodeGen/CodeGenPrepare.cpp | 24 +++- lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 11 +- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 19 ++- test/CodeGen/PowerPC/memcmp.ll | 35 +++--- test/CodeGen/PowerPC/memcmpIR.ll | 18 +-- test/CodeGen/X86/memcmp-optsize.ll | 68 ++++------- test/CodeGen/X86/memcmp.ll | 68 +++++------ test/Transforms/CodeGenPrepare/X86/memcmp.ll | 27 ++--- .../llvm-dwarfdump/X86/apple_types_verify_tag.s | 128 +++++++++++++++++++++ 11 files changed, 266 insertions(+), 145 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/apple_types_verify_tag.s