aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-30.ll
AgeCommit message (Expand)Author
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08change selectiondag to add the sign extended versions of immediate operandsChris Lattner
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
2009-02-04Fixes a case where we generate an incorrect mask for pshfhw in the presenceMon P Wang