summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_shuffle-1.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-15[X86] add an exedepfix entry for movq == movlps == movlpdSanjay Patel1-1/+1
2015-02-19[x86] Delete still more piles of complex code now that we have a goodChandler Carruth1-3/+4
2015-02-16[x86] Teach the 128-bit vector shuffle lowering routines to takeChandler Carruth1-4/+3
2015-01-22[DAGCombine] Produce better code for constant splatsMichael Kuperstein1-2/+2
2015-01-22Revert r226811, MSVC accepts code sane compilers don't.Michael Kuperstein1-2/+2
2015-01-22[DAGCombine] Produce better code for constant splatsMichael Kuperstein1-2/+2
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth1-6/+7
2014-10-03[x86] Add two more triples to stabilize the precise assembly syntaxChandler Carruth1-0/+2
2014-10-03[x86] Regenerate precise FileCheck lines for the lats batch of testChandler Carruth1-18/+36
2014-07-10[DAG] Further improve the logic in DAGCombiner that folds a pair of shuffles ...Andrea Di Biagio1-1/+3
2013-08-23Update tests to use sse4.2 instead of sse42.Rafael Espindola1-1/+1
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-5/+5
2012-04-071. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem1-1/+1
2012-04-01This commit contains a few changes that had to go in together.Nadav Rotem1-1/+1
2012-01-17Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.Nadav Rotem1-1/+6
2011-11-16Fix testcase.Eli Friedman1-1/+0
2011-11-16CONCAT_VECTORS can have more than two operands. PR11389.Eli Friedman1-0/+9
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem1-1/+1
2011-07-20PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman1-0/+8
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner1-1/+1
2010-08-25Change handling of illegal vector types to widen when possible instead of Chris Lattner1-3/+5
2010-06-04Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang1-3/+36
2010-01-05Delete useless trailing semicolons.Dan Gohman1-1/+1
2009-10-16Update tests to use FileCheckMon P Wang1-1/+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-1/+1
2008-12-18Added some basic test cases for r61209Mon P Wang1-0/+11