summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-23.ll
Commit message (Expand)AuthorAge
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-01
* Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op...Evan Cheng2008-09-26