aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse41.ll
AgeCommit message (Expand)Author
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2012-04-12Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper
2010-12-19improve the setcc -> setcc_carry optimization to happen moreChris Lattner
2010-08-28fix the buildvector->insertp[sd] logic to not always create a redundantChris Lattner
2010-04-17Start function numbering at 0.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-29Add a couple more tests for the ptest intrinsics to make sure we'reEric Christopher
2009-07-29Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher
2009-07-24Move insertps tests to sse41 combo test file, convert to filecheckEric Christopher
2009-07-23merge one more sse41 test into sse41.llChris Lattner
2009-07-23merge another sse41 test into sse41.llChris Lattner
2009-07-23merge sse41-pmovx.ll into sse41.llChris Lattner
2009-07-23change a test to run in filecheck style. Rename it to be a generalChris Lattner