summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_extract.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-3/+3
2014-10-04[x86] Slap a triple on this test since it is poking around at the stackChandler Carruth1-0/+2
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth1-13/+30
2014-09-14[x86] Teach the vector combiner that picks a canonical shuffle from toChandler Carruth1-1/+1
2014-09-11[x86] Fixup r217565 which baked in an assumption about the functionChandler Carruth1-1/+1
2014-09-11[x86] FileCheck-ize this test.Chandler Carruth1-5/+24
2013-08-23Rename features to match what gcc and clang use.Rafael Espindola1-1/+1
2011-05-11Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).Nadav Rotem1-3/+3
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-08-25Remove obsolete -f flags.Dan Gohman1-1/+1
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-3/+3
2009-01-02Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng1-1/+1
2008-09-26Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op...Evan Cheng1-4/+4
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner1-19/+19
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman1-4/+4
2007-04-16For PR1319:Reid Spencer1-4/+5
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-4/+4
2006-10-27Add a new vextract test case.Evan Cheng1-2/+12
2006-05-31Update vector extract test cases.Evan Cheng1-2/+2
2006-04-21Add && to each RUN: line (except the last one).Evan Cheng1-2/+2
2006-04-20Vector extract element test case.Evan Cheng1-0/+25