|
X87: enable the X87 turbofan support.
This patch includes the following changes.
1, Enable the turbofan backend support for X87 platform. It depends on previous CL: 3fdfebd26.
2, Enable the test cases which are disabled because turbofan for X87 was not enabled.
BUG= v8:4135
LOG=N
Committed: https://crrev.com/ebb0f9e52e32832de470cbe8a068e4218e584aae
Cr-Commit-Position: refs/heads/master@{#29049}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1087 lines, -571 lines) |
Patch |
|
M |
src/compiler/instruction-codes.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
src/compiler/x87/OWNERS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
src/compiler/x87/code-generator-x87.cc
|
View
|
1
2
3
|
30 chunks |
+672 lines, -343 lines |
0 comments
|
Download
|
|
A |
src/compiler/x87/instruction-codes-x87.h
|
View
|
1
2
3
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
|
A + |
src/compiler/x87/instruction-selector-x87.cc
|
View
|
1
2
3
|
39 chunks |
+196 lines, -205 lines |
0 comments
|
Download
|
|
A + |
src/compiler/x87/linkage-x87.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/x87/assembler-x87.h
|
View
|
1
2
3
|
3 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x87/assembler-x87.cc
|
View
|
1
2
3
|
4 chunks |
+53 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x87/disasm-x87.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x87/macro-assembler-x87.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.status
|
View
|
1
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
|
M |
test/message/message.status
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/mjsunit.status
|
View
|
1
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (7 generated)
|