[x86] Enable the new vector shuffle lowering by default.
[oota-llvm.git] / test / CodeGen / X86 / widen_shuffle-1.ll
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Chandler Carruth[x86] Add two more triples to stabilize the precise...
2014-10-03 Chandler Carruth[x86] Regenerate precise FileCheck lines for the lats...
2014-07-10 Andrea Di Biagio[DAG] Further improve the logic in DAGCombiner that...
2013-08-23 Rafael EspindolaUpdate tests to use sse4.2 instead of sse42.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-04-07 Nadav Rotem1. Remove the part of r153848 which optimizes shuffle...
2012-04-01 Nadav RotemThis commit contains a few changes that had to go in...
2012-01-17 Nadav RotemTransform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) ...
2011-11-16 Eli FriedmanFix testcase.
2011-11-16 Eli FriedmanCONCAT_VECTORS can have more than two operands. PR11389.
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-07-20 Eli FriedmanPR10421: Fix a straightforward bug in the widening...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-06-04 Mon P WangFixed a bug during widening where we would avoid legali...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-10-16 Mon P WangUpdate tests to use FileCheck
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...
2008-12-18 Mon P WangAdded some basic test cases for r61209