aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-37.ll
AgeCommit message (Expand)Author
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2012-04-071. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2012-04-01This commit contains a few changes that had to go in together.Nadav Rotem
2011-10-29Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-08-10The following X86 pattern is incorrect:Bruno Cardoso Lopes
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2010-09-09Add one more pattern to fallback movddupBruno Cardoso Lopes
2010-09-01Using target specific nodes for shuffle nodes makes the maskBruno Cardoso Lopes
2009-08-15merge a bunch more sse3 tests into sse3.llChris Lattner
2009-03-11For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear...Mon P Wang