Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / widen_shuffle-1.ll
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-04-15 Sanjay Patel[X86] add an exedepfix entry for movq == movlps ==...
2015-02-19 Chandler Carruth[x86] Delete still more piles of complex code now that...
2015-02-16 Chandler Carruth[x86] Teach the 128-bit vector shuffle lowering routine...
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Michael KupersteinRevert r226811, MSVC accepts code sane compilers don't.
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
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