summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pmul.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-23
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-17
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-27
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-04
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-30
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Don't use special heuristics for nodes with no data predecessorsDan Gohman2009-02-11
* Teach 2addr pass to be do more commuting. If both uses of a two-address instr...Evan Cheng2009-01-25
* Fix test to account for generating some vector code for mul v2i64 insteadMon P Wang2008-12-18
* Make this test independent of the target-triple; the stack alignmentDan Gohman2008-05-27
* The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky2008-05-26
* Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And addDan Gohman2008-05-23