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
/
mul-constant-i16.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Handle COPYs of physregs better (regalloc hints)
Simon Pilgrim
2018-09-19
1
-2
/
+5
*
[X86] Add support expanding multiplies by constant where the constant is -3/-...
Craig Topper
2018-07-27
1
-0
/
+44
*
[X86] Use a shift plus an lea for multiplying by a constant that is a power o...
Craig Topper
2018-07-25
1
-7
/
+27
*
[X86] Expand mul by pow2 + 2 using a shift and two adds similar to what we do...
Craig Topper
2018-07-25
1
-0
/
+24
*
[X86] Use a two lea sequence for multiply by 37, 41, and 73.
Craig Topper
2018-07-24
1
-6
/
+18
*
[X86] Add test cases for multiply by 37, 41, and 73.
Craig Topper
2018-07-24
1
-0
/
+48
*
[X86] Change multiply by 26 to use two multiplies by 5 and an add instead of ...
Craig Topper
2018-07-24
1
-6
/
+6
*
[X86] Generalize the multiply by 30 lowering to generic multipy by power 2 mi...
Craig Topper
2018-07-24
1
-7
/
+31
*
[X86] Change multiply by 19 to use (9 * X) * 2 + X instead of (5 * X) * 4 - 1.
Craig Topper
2018-07-24
1
-7
/
+5
*
[X86] Form MUL_IMM for multiplies with 3/5/9 to encourage LEA formation over ...
Craig Topper
2018-04-25
1
-3
/
+6
*
[DAGCombiner][X86] When promoting loads don't use ZEXTLOAD even its legal
Craig Topper
2018-04-24
1
-35
/
+32
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-90
/
+90
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-90
/
+90
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-66
/
+66
*
Revert "[X86] Improvement in CodeGen instruction selection for LEAs."
Matt Morehouse
2017-12-01
1
-5
/
+7
*
[X86] Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-12-01
1
-7
/
+5
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-90
/
+90
*
Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (...
Hans Wennborg
2017-10-04
1
-5
/
+7
*
[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post...
Jatin Bhateja
2017-10-04
1
-7
/
+5
*
Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection ...
Hans Wennborg
2017-09-15
1
-5
/
+7
*
[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-09-15
1
-7
/
+5
*
This patch closes PR28513: an optimization of multiplication by different con...
Andrew V. Tischenko
2017-06-08
1
-30
/
+109
*
Revert "This patch closes PR28513: an optimization of multiplication by diffe...
Vedant Kumar
2017-05-30
1
-111
/
+30
*
This patch closes PR28513: an optimization of multiplication by different con...
Andrew V. Tischenko
2017-05-30
1
-30
/
+111
*
[X86] Add multiply by constant tests (PR28513)
Simon Pilgrim
2017-03-22
1
-0
/
+589