aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pmul.ll
AgeCommit message (Expand)Author
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen
2010-03-30Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-02-11Don't use special heuristics for nodes with no data predecessorsDan Gohman
2009-01-25Teach 2addr pass to be do more commuting. If both uses of a two-address instr...Evan Cheng
2008-12-18Fix test to account for generating some vector code for mul v2i64 insteadMon P Wang
2008-05-27Make this test independent of the target-triple; the stack alignmentDan Gohman
2008-05-26The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky
2008-05-23Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And addDan Gohman