This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b09882b0965 [NewGVN] Check that call has an access. new c345de27448 [X86] Make memcmp() use PTEST if possible and also enable AVX1 new b62ebb253e8 [XCOFF] Output object text section header and symbol entry [...]
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/MC/MCSectionXCOFF.h | 1 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +- lib/MC/MCXCOFFStreamer.cpp | 29 +- lib/MC/XCOFFObjectWriter.cpp | 268 ++++++++++++----- lib/Target/X86/X86ISelLowering.cpp | 63 ++-- test/CodeGen/PowerPC/aix-xcoff-common.ll | 23 +- test/CodeGen/PowerPC/aix-xcoff-lcomm.ll | 13 +- test/CodeGen/X86/memcmp-minsize.ll | 61 ++-- test/CodeGen/X86/memcmp-optsize.ll | 148 ++++++---- test/CodeGen/X86/memcmp.ll | 89 +++--- test/CodeGen/X86/setcc-wide-types.ll | 479 ++++++++++++++++++++++--------- 11 files changed, 793 insertions(+), 385 deletions(-)