aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-22.ll
AgeCommit message (Expand)Author
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-10-19Add support for matching shuffle patterns with palignr.Nate Begeman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-04-29Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman
2008-09-25With sse3 and when the source is a load or has multiple uses, favors movddup ...Evan Cheng