|
[cleanup] Replace ToBooleanICStub::Types with ToBooleanHints
And decouple hydrogen-instructions.h from code-stubs.h. This avoids
all of Crankshaft being recompiled when code-stub-assembler.h changes.
Committed: https://crrev.com/fc97c638fabfe75e24c173a90f5ca2732578fcb0
Cr-Commit-Position: refs/heads/master@{#40912}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+416 lines, -495 lines) |
Patch |
|
M |
src/code-stubs.h
|
View
|
|
6 chunks |
+11 lines, -59 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.cc
|
View
|
|
4 chunks |
+29 lines, -118 lines |
0 comments
|
Download
|
|
M |
src/code-stubs-hydrogen.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/type-hint-analyzer.cc
|
View
|
|
1 chunk |
+1 line, -15 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm/lithium-arm.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm/lithium-codegen-arm.cc
|
View
|
|
4 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm64/lithium-arm64.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm64/lithium-codegen-arm64.h
|
View
|
|
1 chunk |
+3 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm64/lithium-codegen-arm64.cc
|
View
|
|
7 chunks |
+38 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/hydrogen.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/hydrogen-instructions.h
|
View
|
|
4 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/hydrogen-instructions.cc
|
View
|
|
3 chunks |
+23 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/hydrogen-osr.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/crankshaft/ia32/lithium-codegen-ia32.cc
|
View
|
|
5 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/ia32/lithium-ia32.cc
|
View
|
|
1 chunk |
+8 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/lithium.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips/lithium-codegen-mips.h
|
View
|
|
1 chunk |
+3 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips/lithium-codegen-mips.cc
|
View
|
|
6 chunks |
+34 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips/lithium-mips.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips64/lithium-codegen-mips64.h
|
View
|
|
1 chunk |
+3 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips64/lithium-codegen-mips64.cc
|
View
|
|
6 chunks |
+34 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips64/lithium-mips64.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/ppc/lithium-codegen-ppc.h
|
View
|
|
1 chunk |
+3 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/ppc/lithium-codegen-ppc.cc
|
View
|
|
5 chunks |
+31 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/ppc/lithium-ppc.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/s390/lithium-codegen-s390.h
|
View
|
|
1 chunk |
+3 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/s390/lithium-codegen-s390.cc
|
View
|
|
5 chunks |
+32 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/s390/lithium-s390.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-codegen-x64.cc
|
View
|
|
5 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-x64.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x87/lithium-codegen-x87.cc
|
View
|
|
5 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x87/lithium-x87.cc
|
View
|
|
1 chunk |
+8 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/type-hints.h
|
View
|
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
|
M |
src/type-hints.cc
|
View
|
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (3 generated)
|