aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pmul.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-33/+88
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-18/+82
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+1
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-231-1/+1
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-1/+1
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-1/+1
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-171-3/+1
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-271-1/+1
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-041-1/+3
* 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