This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf74016e108 [X86][BtVer2] SSE2 vector shifts has local forwarding disabled new 703b8276a24 [X86][SSE] Canonicalize OR(AND(X,C),AND(Y,~C)) -> OR(AND(X, [...] new 9e64837cfea Fix llvm::is_trivially_copyable portability issues
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: cmake/config-ix.cmake | 9 + include/llvm/ADT/PointerIntPair.h | 14 + include/llvm/Config/config.h.cmake | 3 + include/llvm/Support/type_traits.h | 35 +- lib/Target/X86/X86ISelLowering.cpp | 70 +++ test/CodeGen/X86/bitreverse.ll | 21 +- test/CodeGen/X86/combine-bitselect.ll | 275 +++++----- test/CodeGen/X86/combine-fcopysign.ll | 108 ++-- test/CodeGen/X86/vec-copysign.ll | 46 +- test/CodeGen/X86/vector-bitreverse.ll | 925 ++++++++++++++++---------------- test/CodeGen/X86/vector-fshl-256.ll | 4 +- test/CodeGen/X86/vector-fshl-512.ll | 22 +- test/CodeGen/X86/vector-fshl-rot-256.ll | 49 +- test/CodeGen/X86/vector-fshl-rot-512.ll | 94 ++-- test/CodeGen/X86/vector-fshr-256.ll | 4 +- test/CodeGen/X86/vector-fshr-512.ll | 22 +- test/CodeGen/X86/vector-fshr-rot-256.ll | 51 +- test/CodeGen/X86/vector-fshr-rot-512.ll | 106 ++-- test/CodeGen/X86/vector-rotate-256.ll | 60 +-- test/CodeGen/X86/vector-rotate-512.ll | 124 ++--- 20 files changed, 1067 insertions(+), 975 deletions(-)