summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_shuffle-1.ll
Commit message (Expand)AuthorAge
* Update tests to use sse4.2 instead of sse42.Rafael Espindola2013-08-23
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* 1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem2012-04-07
* This commit contains a few changes that had to go in together.Nadav Rotem2012-04-01
* Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.Nadav Rotem2012-01-17
* Fix testcase.Eli Friedman2011-11-16
* CONCAT_VECTORS can have more than two operands. PR11389.Eli Friedman2011-11-16
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-16
* PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman2011-07-20
* now that generic vector types aren't selected onto MMX registers, theseChris Lattner2010-12-19
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-25
* Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang2010-06-04
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Update tests to use FileCheckMon P Wang2009-10-16
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Added some basic test cases for r61209Mon P Wang2008-12-18