|
Contribution of PowerPC port (continuation of 422063005) - AIX Common1
Contribution of PowerPC port (continuation of 422063005 and 817143002). This patch covers
the key changes needed to the common files needed to support AIX. Subsequent
patches will cover:
- changes to update the ppc directories so they are current with the changes
in the rest of the project.
- remaining AIX changes not resolved by 4.8 compiler
- individual optimizations for PPC
This is based off of the GitHub repository
https://github.com/andrewlow/v8ppc
R=danno@chromium.org, svenpanne@chromium.org
BUG=
Committed: https://crrev.com/f1ba8d8f86ad1a5c8b4777f969506c88272549c3
Cr-Commit-Position: refs/heads/master@{#26343}
Total comments: 40
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+289 lines, -116 lines) |
Patch |
|
M |
build/standalone.gypi
|
View
|
1
|
5 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
build/toolchain.gypi
|
View
|
1
|
7 chunks |
+34 lines, -5 lines |
0 comments
|
Download
|
|
M |
include/v8config.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/assembler.cc
|
View
|
1
2
|
1 chunk |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/base/atomicops.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/base/cpu.cc
|
View
|
1
|
2 chunks |
+22 lines, -1 line |
0 comments
|
Download
|
|
M |
src/base/logging.h
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/base/macros.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A + |
src/base/platform/platform-aix.cc
|
View
|
1
|
11 chunks |
+63 lines, -78 lines |
0 comments
|
Download
|
|
M |
src/base/platform/platform-posix.cc
|
View
|
1
|
5 chunks |
+23 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/base/sys-info.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/codegen.cc
|
View
|
1
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/d8.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/d8.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/debug.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/disassembler.cc
|
View
|
1
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sampler.cc
|
View
|
1
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
1
|
1 chunk |
+17 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/utils.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.status
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-sampler-api.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/d8-os.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/mjsunit.status
|
View
|
1
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/run-deopt-fuzzer.py
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/run-tests.py
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/testrunner/local/statusfile.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/testrunner/local/utils.py
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 15 (2 generated)
|