|
[turbofan] cleanup InstructionOperand a little
- ConstantOperand was using a too-small field too store its virtual register
- drop ConvertTo, replace it with simple copy
- split AllocatedOperand off from Immediate and Constant to make assignment clearer, also paving the way for small Immediates
- put zone first in *Operand::New
- driveby: drop delayed ssa deconstruction experiment
R=titzer@chromium.org
BUG=
Committed: https://crrev.com/07ff6d9f22de49e5d9d8b2215864228e136a6cf5
Cr-Commit-Position: refs/heads/master@{#27692}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+341 lines, -243 lines) |
Patch |
|
M |
src/compiler/arm/code-generator-arm.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/arm64/code-generator-arm64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/code-generator.cc
|
View
|
1
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/compiler/code-generator-impl.h
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/compiler/gap-resolver.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler/graph-visualizer.cc
|
View
|
1
2
|
2 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/compiler/ia32/code-generator-ia32.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/instruction.h
|
View
|
1
2
3
|
6 chunks |
+151 lines, -70 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction.cc
|
View
|
|
5 chunks |
+25 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips/code-generator-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/mips64/code-generator-mips64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/move-optimizer.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/compiler/ppc/code-generator-ppc.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator.cc
|
View
|
1
2
3
4
|
21 chunks |
+60 lines, -80 lines |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator-verifier.cc
|
View
|
1
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/compiler/x64/code-generator-x64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-gap-resolver.cc
|
View
|
1
2
3
|
4 chunks |
+25 lines, -14 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-jump-threading.cc
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/instruction-selector-unittest.h
|
View
|
1
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/instruction-selector-unittest.cc
|
View
|
1
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/move-optimizer-unittest.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 9 (4 generated)
|