summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_insert-5.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-15[X86] add an exedepfix entry for movq == movlps == movlpdSanjay Patel1-1/+1
2015-04-03[DAGCombiner] Combine shuffles of BUILD_VECTOR and SCALAR_TO_VECTORSimon Pilgrim1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-3/+3
2015-02-15[SDAG] Teach the SelectionDAG to canonicalize vector shuffles of splatsChandler Carruth1-7/+7
2015-02-03[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2Simon Pilgrim1-2/+20
2014-11-19[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2Simon Pilgrim1-6/+3
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth1-9/+17
2014-10-03[x86] Regenerate precise checks for a couple of test cases and removeChandler Carruth1-37/+53
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-7/+7
2013-05-17X86: Make shuffle -> shift conversion more aggressive about undefs.Benjamin Kramer1-1/+25
2013-05-17FileCheckize test.Benjamin Kramer1-5/+15
2010-09-30Massive rewrite of MMX: Dale Johannesen1-4/+5
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2008-06-10Convert several tests to use temporary files instead of redundantlyDan Gohman1-4/+5
2008-05-29Implement vector shift up / down and insert zero with ps{rl}lq / ps{rl}ldq.Evan Cheng1-0/+31