aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-16.ll
AgeCommit message (Expand)Author
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2011-05-04Fix a batch of x86 tests to be coalescer independent.Jakob Stoklund Olesen
2011-03-19FileCheckize a test.Andrew Trick
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-04-272nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman
2009-04-24Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola
2009-04-24PR2957Nate Begeman
2008-05-06Use target triple in tests, not 'realign-stack=0' option. Per request.Anton Korobeynikov
2008-04-23Disable stack realignment for these testsAnton Korobeynikov
2008-04-07Fix test.Evan Cheng
2008-04-05Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng