summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pmul.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-301-1/+1
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Don't use special heuristics for nodes with no data predecessorsDan Gohman2009-02-111-1/+1
* Teach 2addr pass to be do more commuting. If both uses of a two-address instr...Evan Cheng2009-01-251-1/+1
* Fix test to account for generating some vector code for mul v2i64 insteadMon P Wang2008-12-181-2/+2
* Make this test independent of the target-triple; the stack alignmentDan Gohman2008-05-271-1/+1
* The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky2008-05-261-1/+1
* Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And addDan Gohman2008-05-231-0/+32