|
Separate Math Lithium operations.
This makes the logic in the Hydrogen->Lithium translation much clearer, avoids a
hand-written dispatch and even opened up opportunities for simpler register
constraints for some operations/platforms.
Doing the same for the Hydrogen level might be done in a follow-up CL.
Committed: http://code.google.com/p/v8/source/detail?r=14233
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+895 lines, -502 lines) |
Patch |
|
M |
src/arm/lithium-arm.h
|
View
|
1
2
3
4
5
|
7 chunks |
+122 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-arm.cc
|
View
|
1
2
3
4
|
2 chunks |
+91 lines, -48 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+13 lines, -50 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.h
|
View
|
1
2
|
2 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+11 lines, -42 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-ia32.h
|
View
|
1
2
3
4
5
|
7 chunks |
+105 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-ia32.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+95 lines, -75 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-codegen-mips.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-codegen-mips.cc
|
View
|
1
2
3
4
5
|
12 chunks |
+13 lines, -50 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-mips.h
|
View
|
1
2
3
4
5
|
7 chunks |
+124 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-mips.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+93 lines, -51 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.cc
|
View
|
1
2
3
4
5
6
|
11 chunks |
+13 lines, -50 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-x64.h
|
View
|
1
2
3
4
5
|
6 chunks |
+120 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-x64.cc
|
View
|
1
2
3
4
|
2 chunks |
+87 lines, -42 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|