aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-30.ll
AgeCommit message (Expand)Author
2012-10-30Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chanceJakub Staszak
2012-10-29Revert r166971. It causes buildbot failure. To be investigated.Jakub Staszak
2012-10-29llvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak builds - assuming +avx.NAKAMURA Takumi
2012-10-29Allow to fold vector load if there is more than one bitcast, so in the case:Jakub Staszak
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
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