summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-16.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-27
* Fix a batch of x86 tests to be coalescer independent.Jakob Stoklund Olesen2011-05-04
* FileCheckize a test.Andrew Trick2011-03-19
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-27
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-24
* PR2957Nate Begeman2009-04-24
* Use target triple in tests, not 'realign-stack=0' option. Per request.Anton Korobeynikov2008-05-06
* Disable stack realignment for these testsAnton Korobeynikov2008-04-23
* Fix test.Evan Cheng2008-04-07
* Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng2008-04-05