[x86] Enable the new vector shuffle lowering by default.
[oota-llvm.git] / test / CodeGen / X86 / vec_extract.ll
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-09-14 Chandler Carruth[x86] Teach the vector combiner that picks a canonical...
2014-09-11 Chandler Carruth[x86] Fixup r217565 which baked in an assumption about...
2014-09-11 Chandler Carruth[x86] FileCheck-ize this test.
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2008-09-26 Evan ChengImplement "punpckldq %xmm0, $xmm0" as "pshufd $0x50...
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-10-27 Evan ChengAdd a new vextract test case.
2006-05-31 Evan ChengUpdate vector extract test cases.
2006-04-21 Evan ChengAdd && to each RUN: line (except the last one).
2006-04-20 Evan ChengVector extract element test case.