index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
imul.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Handle COPYs of physregs better (regalloc hints)
Simon Pilgrim
2018-09-19
1
-17
/
+17
*
[X86] Remove an unnecessary 'if' that prevented treating INT64_MAX and -INT64...
Craig Topper
2018-07-27
1
-2
/
+27
*
[X86] When expanding a multiply by a negative of one less than a power of 2, ...
Craig Topper
2018-07-24
1
-12
/
+11
*
[X86] Form MUL_IMM for multiplies with 3/5/9 to encourage LEA formation over ...
Craig Topper
2018-04-25
1
-2
/
+4
*
[X86] Auto-generate complete checks. NFC
Craig Topper
2018-04-25
1
-53
/
+178
*
Correct dwarf unwind information in function epilogue
Petar Jovanovic
2018-04-24
1
-0
/
+3
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-2
/
+2
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-18
/
+18
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Reid Kleckner
2017-11-08
1
-3
/
+0
*
Reland "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-07
1
-0
/
+3
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-01
1
-3
/
+0
*
Correct dwarf unwind information in function epilogue for X86
Petar Jovanovic
2017-11-01
1
-0
/
+3
*
[MC] Suppress .Lcfi labels when emitting textual assembly
Reid Kleckner
2017-10-10
1
-6
/
+0
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
1
-10
/
+4
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
1
-4
/
+10
*
[X86] Improve mul combine for negative multiplayer (2^c - 1)
Michael Zuckerman
2017-01-18
1
-0
/
+230
*
[X86ISelLowering] Add additional support for multiplication-to-shift conversion.
Chen Li
2015-12-12
1
-0
/
+45
*
Revert rL255391: [X86ISelLowering] Add additional support for multiplication-...
Chen Li
2015-12-12
1
-45
/
+0
*
[X86ISelLowering] Add additional support for multiplication-to-shift conversion.
Chen Li
2015-12-11
1
-0
/
+45
*
[X86] Disable mul -> shl + lea combine when compiling for minsize
Michael Kuperstein
2015-08-12
1
-0
/
+18
*
[X86] Reduce some 32-bit imuls into lea + shl
Michael Kuperstein
2015-01-28
1
-0
/
+110