|
[turbofan] Add CalleeSavedFPRegisters to CallDescriptor.
This change makes possible to save and restore the FP registers
in the Prologue and Return parts for the CallAddress kind functions.
TEST=test-simplified-lowering/RunNumberDivide_2_TruncatingToUint32,
test-simplified-lowering/RunNumberMultiply_TruncatingToUint32
Committed: https://crrev.com/b4275a70eb1e6b6dc0f3c77b9be6bcfca3f80c20
Cr-Commit-Position: refs/heads/master@{#29378}
Total comments: 10
Total comments: 9
Total comments: 4
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+186 lines, -62 lines) |
Patch |
|
M |
src/compiler/arm/code-generator-arm.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+27 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/compiler/arm/linkage-arm.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/arm64/code-generator-arm64.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+27 lines, -5 lines |
2 comments
|
Download
|
|
M |
src/compiler/arm64/linkage-arm64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/ia32/linkage-ia32.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/linkage.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/linkage-impl.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips/code-generator-mips.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+19 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips/linkage-mips.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips64/code-generator-mips64.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+19 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips64/linkage-mips64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/ppc/linkage-ppc.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/x64/code-generator-x64.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+33 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/x64/linkage-x64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.status
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/tail-call-optimization-unittest.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 36 (13 generated)
|