Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Issue 936813002: Contribution of PowerPC port (continuation of 422063005) - PPC dir update 2 (Closed)

Created:
5 years, 10 months ago by michael_dawson
Modified:
5 years, 10 months ago
Reviewers:
Sven Panne, danno
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Contribution of PowerPC port (continuation of 422063005) - PPC dir update 2 Contribution of PowerPC port (continuation of 422063005, 817143002, 866843003, and 901083004. This patch brings the ppc directories up to date with the change from the last few weeks. There are two common files changed, but changes are limited to code guarded by ifdefs for the PPC platform subsequent patches will cover: - individual optimizations for PPC (5) - remaining AIX changes not resolved by 4.8 compiler (4.8 is only recently available for AIX) - incremental updates required to ppc directories due to platform specific changes made in google repos while we complete the above steps (like this update). modified: src/compiler/ppc/code-generator-ppc.cc modified: src/compiler/ppc/instruction-selector-ppc.cc modified: src/disassembler.cc modified: src/ic/ppc/handler-compiler-ppc.cc modified: src/ic/ppc/ic-compiler-ppc.cc modified: src/ppc/assembler-ppc-inl.h modified: src/ppc/assembler-ppc.cc modified: src/ppc/assembler-ppc.h modified: src/ppc/builtins-ppc.cc modified: src/ppc/code-stubs-ppc.cc modified: src/ppc/deoptimizer-ppc.cc modified: src/ppc/disasm-ppc.cc modified: src/ppc/full-codegen-ppc.cc modified: src/ppc/macro-assembler-ppc.cc modified: src/serialize.cc R=danno@chromium.org, svenpanne@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1139 lines, -719 lines) Patch
M src/arm64/full-codegen-arm64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler.h View 2 chunks +16 lines, -15 lines 0 comments Download
M src/compiler/ast-graph-builder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 3 chunks +8 lines, -12 lines 0 comments Download
M src/compiler/control-flow-optimizer.cc View 1 chunk +5 lines, -10 lines 0 comments Download
M src/compiler/node-properties.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/node-properties.cc View 1 chunk +44 lines, -0 lines 0 comments Download
M src/compiler/ppc/code-generator-ppc.cc View 7 chunks +50 lines, -6 lines 0 comments Download
M src/compiler/ppc/instruction-selector-ppc.cc View 1 chunk +61 lines, -0 lines 0 comments Download
M src/compiler/scheduler.cc View 1 chunk +7 lines, -51 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 4 chunks +19 lines, -23 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 chunk +9 lines, -1 line 0 comments Download
M src/disassembler.cc View 2 chunks +0 lines, -22 lines 0 comments Download
M src/globals.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap/gc-tracer.h View 5 chunks +9 lines, -9 lines 0 comments Download
M src/heap/gc-tracer.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M src/heap/heap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/hydrogen.h View 4 chunks +123 lines, -8 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +16 lines, -4 lines 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 6 chunks +9 lines, -11 lines 0 comments Download
M src/ic/mips/ic-compiler-mips.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 6 chunks +9 lines, -11 lines 0 comments Download
M src/ic/mips64/ic-compiler-mips64.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M src/ic/ppc/handler-compiler-ppc.cc View 6 chunks +9 lines, -11 lines 0 comments Download
M src/ic/ppc/ic-compiler-ppc.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M src/isolate.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/isolate.cc View 3 chunks +1 line, -6 lines 0 comments Download
M src/json-parser.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/objects.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -19 lines 0 comments Download
M src/ppc/assembler-ppc.h View 6 chunks +36 lines, -6 lines 0 comments Download
M src/ppc/assembler-ppc.cc View 12 chunks +236 lines, -146 lines 0 comments Download
M src/ppc/assembler-ppc-inl.h View 1 chunk +3 lines, -6 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 3 chunks +22 lines, -2 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 7 chunks +46 lines, -17 lines 0 comments Download
M src/ppc/deoptimizer-ppc.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ppc/disasm-ppc.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 8 chunks +105 lines, -21 lines 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/property.h View 1 chunk +0 lines, -136 lines 0 comments Download
M src/property.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M src/serialize.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +8 lines, -10 lines 0 comments Download
D test/mjsunit/strong/use-before-var.js View 1 chunk +0 lines, -20 lines 0 comments Download
M test/unittests/compiler/node-properties-unittest.cc View 2 chunks +27 lines, -0 lines 0 comments Download
M test/unittests/compiler/x64/instruction-selector-x64-unittest.cc View 2 chunks +89 lines, -25 lines 0 comments Download
M tools/gcmole/gcmole.lua View 4 chunks +68 lines, -12 lines 0 comments Download
A tools/gcmole/parallel.py View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
michael_dawson
I see that the patch contains changes other than those that I made. They seem ...
5 years, 10 months ago (2015-02-18 16:57:45 UTC) #1
Sven Panne
On 2015/02/18 16:57:45, michael_dawson wrote: > I see that the patch contains changes other than ...
5 years, 10 months ago (2015-02-19 12:09:03 UTC) #2
michael_dawson
I did not use git new-branch so rebuilt using that. I tried to specify BUG=936813002 ...
5 years, 10 months ago (2015-02-19 14:40:44 UTC) #3
Sven Panne
On 2015/02/19 14:40:44, michael_dawson wrote: > I did not use git new-branch so rebuilt using ...
5 years, 10 months ago (2015-02-19 15:10:37 UTC) #4
Sven Panne
5 years, 10 months ago (2015-02-19 15:12:12 UTC) #5
closing this bug, reviewing the new one...

Powered by Google App Engine
This is Rietveld 408576698