summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_shuffle-1.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2016-11-30[X86][SSE] Add support for target shuffle constant foldingSimon Pilgrim
2016-10-08[X86][SSE] Regenerate and add 32-bit tests to widening testsSimon Pilgrim
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-04-15[X86] add an exedepfix entry for movq == movlps == movlpdSanjay Patel
2015-02-19[x86] Delete still more piles of complex code now that we have a goodChandler Carruth
2015-02-16[x86] Teach the 128-bit vector shuffle lowering routines to takeChandler Carruth
2015-01-22[DAGCombine] Produce better code for constant splatsMichael Kuperstein
2015-01-22Revert r226811, MSVC accepts code sane compilers don't.Michael Kuperstein
2015-01-22[DAGCombine] Produce better code for constant splatsMichael Kuperstein
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth
2014-10-03[x86] Add two more triples to stabilize the precise assembly syntaxChandler Carruth
2014-10-03[x86] Regenerate precise FileCheck lines for the lats batch of testChandler Carruth
2014-07-10[DAG] Further improve the logic in DAGCombiner that folds a pair of shuffles ...Andrea Di Biagio
2013-08-23Update tests to use sse4.2 instead of sse42.Rafael Espindola
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-04-071. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem
2012-04-01This commit contains a few changes that had to go in together.Nadav Rotem
2012-01-17Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.Nadav Rotem
2011-11-16Fix testcase.Eli Friedman
2011-11-16CONCAT_VECTORS can have more than two operands. PR11389.Eli Friedman
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-07-20PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2010-08-25Change handling of illegal vector types to widen when possible instead of Chris Lattner
2010-06-04Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-10-16Update tests to use FileCheckMon P Wang
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-12-18Added some basic test cases for r61209Mon P Wang