summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pmul.ll
Commit message (Expand)AuthorAgeFilesLines
* X86: optimized i64 vector multiply with constantElena Demikhovsky2015-06-161-4/+33
* [SSE] Fix for MUL v16i8 on pre-SSE41 targets (PR23369).Simon Pilgrim2015-04-301-13/+12
* [X86][SSE] Add v16i8/v32i8 multiplication supportSimon Pilgrim2015-04-271-0/+100
* [x86] Add a generic unpack-targeted lowering technique. This can be usedChandler Carruth2015-02-161-11/+14
* [x86] Switch this test to use checks generated by my update script. NFCChandler Carruth2015-02-161-33/+85
* [x86] Enable the new vector shuffle lowering by default.Chandler Carruth2014-10-041-12/+12
* [x86] Finish switching from CHECK to ALL. This was mistakenly includedChandler Carruth2014-07-261-4/+4
* [x86] Revert r214007: Fix PR20355 ...Chandler Carruth2014-07-261-4/+4
* [x86] Fix PR20355 (and dups) by not using unsigned multiplication whenChandler Carruth2014-07-261-4/+4
* [x86] Add coverage for PMUL* instruction testing on SSE2 as well asChandler Carruth2014-07-261-19/+50
* [x86] More cleanup for this test -- simplify the command line.Chandler Carruth2014-07-261-6/+6
* [x86] FileCheck-ize this test.Chandler Carruth2014-07-251-18/+51
* 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
OpenPOWER on IntegriCloud