aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse1.ll
AgeCommit message (Expand)Author
2011-07-08Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...Eli Friedman
2010-08-28fix the BuildVector -> unpcklps logic to not do pointless shuffles Chris Lattner
2010-08-26Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner
2010-08-26implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.Chris Lattner
2010-08-26Make sure this forces the x86 targetsChris Lattner
2010-08-26fix sse1 only codegen in x86-64 mode, which is something weChris Lattner