summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/imul.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Handle COPYs of physregs better (regalloc hints)Simon Pilgrim2018-09-191-17/+17
* [X86] Remove an unnecessary 'if' that prevented treating INT64_MAX and -INT64...Craig Topper2018-07-271-2/+27
* [X86] When expanding a multiply by a negative of one less than a power of 2, ...Craig Topper2018-07-241-12/+11
* [X86] Form MUL_IMM for multiplies with 3/5/9 to encourage LEA formation over ...Craig Topper2018-04-251-2/+4
* [X86] Auto-generate complete checks. NFCCraig Topper2018-04-251-53/+178
* Correct dwarf unwind information in function epiloguePetar Jovanovic2018-04-241-0/+3
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-2/+2
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-2/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-18/+18
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-2/+2
* Revert "Correct dwarf unwind information in function epilogue for X86"Reid Kleckner2017-11-081-3/+0
* Reland "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic2017-11-071-0/+3
* Revert "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic2017-11-011-3/+0
* Correct dwarf unwind information in function epilogue for X86Petar Jovanovic2017-11-011-0/+3
* [MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner2017-10-101-6/+0
* Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"Daniel Jasper2017-06-291-10/+4
* [X86] Correct dwarf unwind information in function epiloguePetar Jovanovic2017-06-281-4/+10
* [X86] Improve mul combine for negative multiplayer (2^c - 1)Michael Zuckerman2017-01-181-0/+230
* [X86ISelLowering] Add additional support for multiplication-to-shift conversion.Chen Li2015-12-121-0/+45
* Revert rL255391: [X86ISelLowering] Add additional support for multiplication-...Chen Li2015-12-121-45/+0
* [X86ISelLowering] Add additional support for multiplication-to-shift conversion.Chen Li2015-12-111-0/+45
* [X86] Disable mul -> shl + lea combine when compiling for minsizeMichael Kuperstein2015-08-121-0/+18
* [X86] Reduce some 32-bit imuls into lea + shlMichael Kuperstein2015-01-281-0/+110
OpenPOWER on IntegriCloud