aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_cast.ll
AgeCommit message (Expand)Author
2011-03-05test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...NAKAMURA Takumi
2011-02-22Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for ...NAKAMURA Takumi
2011-02-22test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8...NAKAMURA Takumi
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2010-08-27get this test passing on linux builders.Chris Lattner
2010-08-26Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner
2010-08-26I think enough general codegen bugs are fixed to allow this to workChris Lattner
2010-08-25temporarily disable this, which started failing on the llvm-i686-linuxChris Lattner
2010-03-02Fix several places to handle vector operands properly.Dan Gohman
2010-01-09Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman