This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6698ce1 [SelectionDAG] In InstrEmitter, handle EXTRACT_SUBREG of a ph [...] new 53eca87 [X86] In LowerTRUNCATE, create an ISD::VECTOR_SHUFFLE instead [...] new cc54be0 [X86] Fix printing of blendvpd/blendvps/pblendvb to include t [...] new 7fa46d0 [X86] Fix printing of sha256rnds2 to include the implicit %xm [...]
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: lib/Target/X86/X86ISelLowering.cpp | 38 ++--- lib/Target/X86/X86InstrSSE.td | 44 ++--- test/CodeGen/X86/2011-10-21-widen-cmp.ll | 4 +- test/CodeGen/X86/2011-11-30-or.ll | 2 +- test/CodeGen/X86/2011-12-15-vec_shift.ll | 2 +- test/CodeGen/X86/avg.ll | 12 +- test/CodeGen/X86/avx2-conversions.ll | 4 +- test/CodeGen/X86/avx2-shift.ll | 12 +- test/CodeGen/X86/avx2-vector-shifts.ll | 12 +- test/CodeGen/X86/combine-shl.ll | 2 +- test/CodeGen/X86/pointer-vector.ll | 4 +- test/CodeGen/X86/pr18014.ll | 2 +- test/CodeGen/X86/psubus.ll | 8 +- test/CodeGen/X86/reduce-trunc-shl.ll | 2 +- test/CodeGen/X86/sha.ll | 6 +- test/CodeGen/X86/shuffle-vs-trunc-256.ll | 4 +- test/CodeGen/X86/sse-minmax.ll | 16 +- test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 12 +- test/CodeGen/X86/sse41-intrinsics-x86.ll | 6 +- test/CodeGen/X86/sse41.ll | 4 +- test/CodeGen/X86/stack-folding-fp-sse42.ll | 4 +- test/CodeGen/X86/stack-folding-int-sse42.ll | 2 +- test/CodeGen/X86/vec_minmax_sint.ll | 48 +++--- test/CodeGen/X86/vec_minmax_uint.ll | 48 +++--- test/CodeGen/X86/vec_shift4.ll | 12 +- test/CodeGen/X86/vector-blend.ll | 18 +- test/CodeGen/X86/vector-rotate-128.ll | 44 ++--- test/CodeGen/X86/vector-shift-ashr-128.ll | 48 +++--- test/CodeGen/X86/vector-shift-lshr-128.ll | 30 ++-- test/CodeGen/X86/vector-shift-shl-128.ll | 28 ++-- test/CodeGen/X86/vector-shuffle-128-v16.ll | 8 +- test/CodeGen/X86/vector-trunc-math.ll | 100 +++++------ test/CodeGen/X86/vector-trunc.ll | 10 +- test/CodeGen/X86/vselect-minmax.ll | 224 ++++++++++++------------- test/MC/Disassembler/X86/x86-64.txt | 4 +- test/MC/X86/x86-32-coverage.s | 28 ++-- test/MC/X86/x86_64-encoding.s | 8 +- 37 files changed, 426 insertions(+), 434 deletions(-)