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

Issue 571173003: PowerPC specific sub-directories (Closed)

Created:
6 years, 3 months ago by andrew_low
Modified:
6 years, 1 month ago
Reviewers:
Sven Panne, danno, rmcilroy
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

PowerPC specific sub-directories Split from https://codereview.chromium.org/422063005/ This commit contains src/ppc and src/ic/ppc - the two PowerPC specific sub-directories. Another commit will contain the code to hook the PPC code in BUG=

Patch Set 1 #

Patch Set 2 : Updated ppc sub-dirs to current V8 code levels #

Total comments: 1

Patch Set 3 : Remove IBM copyright, update code to later level #

Total comments: 13

Patch Set 4 : Catch up to bleeding edge (Nov 5) #

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26077 lines, -8324 lines) Patch
A + src/ic/ppc/access-compiler-ppc.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
A + src/ic/ppc/handler-compiler-ppc.cc View 1 2 3 4 21 chunks +55 lines, -55 lines 0 comments Download
A + src/ic/ppc/ic-compiler-ppc.cc View 1 2 3 4 6 chunks +9 lines, -9 lines 0 comments Download
A + src/ic/ppc/ic-ppc.cc View 1 2 3 4 29 chunks +321 lines, -282 lines 0 comments Download
A + src/ic/ppc/stub-cache-ppc.cc View 1 2 3 4 6 chunks +50 lines, -34 lines 0 comments Download
A src/ppc/assembler-ppc.h View 1 2 3 4 1 chunk +1493 lines, -0 lines 0 comments Download
A src/ppc/assembler-ppc.cc View 1 2 3 4 1 chunk +2493 lines, -0 lines 0 comments Download
A src/ppc/assembler-ppc-inl.h View 1 2 3 4 1 chunk +593 lines, -0 lines 0 comments Download
A + src/ppc/builtins-ppc.cc View 1 2 3 4 28 chunks +710 lines, -648 lines 0 comments Download
A + src/ppc/code-stubs-ppc.h View 1 2 3 4 11 chunks +83 lines, -110 lines 0 comments Download
A + src/ppc/code-stubs-ppc.cc View 1 2 3 4 112 chunks +2060 lines, -1913 lines 0 comments Download
A src/ppc/codegen-ppc.h View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A src/ppc/codegen-ppc.cc View 1 2 3 4 1 chunk +700 lines, -0 lines 0 comments Download
A src/ppc/constants-ppc.h View 1 2 3 4 1 chunk +600 lines, -0 lines 0 comments Download
A src/ppc/constants-ppc.cc View 1 2 3 4 1 chunk +91 lines, -0 lines 0 comments Download
A src/ppc/cpu-ppc.cc View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A + src/ppc/debug-ppc.cc View 1 2 3 4 8 chunks +100 lines, -85 lines 0 comments Download
A + src/ppc/deoptimizer-ppc.cc View 1 2 3 4 8 chunks +131 lines, -126 lines 0 comments Download
A src/ppc/disasm-ppc.cc View 1 2 3 4 1 chunk +1353 lines, -0 lines 0 comments Download
A src/ppc/frames-ppc.h View 1 2 3 4 1 chunk +202 lines, -0 lines 0 comments Download
A + src/ppc/frames-ppc.cc View 1 2 3 4 2 chunks +25 lines, -11 lines 0 comments Download
A + src/ppc/full-codegen-ppc.cc View 1 2 3 4 198 chunks +1418 lines, -1478 lines 0 comments Download
A + src/ppc/interface-descriptors-ppc.cc View 1 2 3 4 14 chunks +59 lines, -68 lines 0 comments Download
A + src/ppc/lithium-codegen-ppc.h View 1 2 3 4 13 chunks +73 lines, -113 lines 0 comments Download
A + src/ppc/lithium-codegen-ppc.cc View 1 2 3 4 196 chunks +1958 lines, -1730 lines 0 comments Download
A + src/ppc/lithium-gap-resolver-ppc.h View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
A + src/ppc/lithium-gap-resolver-ppc.cc View 1 2 3 4 6 chunks +46 lines, -57 lines 0 comments Download
A + src/ppc/lithium-ppc.h View 1 2 3 4 92 chunks +116 lines, -258 lines 0 comments Download
A + src/ppc/lithium-ppc.cc View 1 2 3 4 109 chunks +379 lines, -393 lines 0 comments Download
A + src/ppc/macro-assembler-ppc.h View 1 2 3 4 45 chunks +687 lines, -692 lines 0 comments Download
A src/ppc/macro-assembler-ppc.cc View 1 2 3 4 1 chunk +4818 lines, -0 lines 0 comments Download
A + src/ppc/regexp-macro-assembler-ppc.h View 1 2 3 4 10 chunks +42 lines, -48 lines 0 comments Download
A src/ppc/regexp-macro-assembler-ppc.cc View 1 2 3 4 1 chunk +1337 lines, -0 lines 0 comments Download
A + src/ppc/simulator-ppc.h View 1 2 3 4 14 chunks +154 lines, -203 lines 0 comments Download
A src/ppc/simulator-ppc.cc View 1 2 3 4 1 chunk +3803 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (1 generated)
andrew_low
6 years, 3 months ago (2014-09-15 17:50:27 UTC) #2
Sven Panne
LGTM (rubberstamped)
6 years, 3 months ago (2014-09-17 09:02:50 UTC) #3
andrew_low
On 2014/09/17 09:02:50, Sven Panne wrote: > LGTM (rubberstamped) Thank you. IBM does have an ...
6 years, 3 months ago (2014-09-17 13:13:41 UTC) #4
danno
NOT LGTM, see the copyright comment. I will only be able to land this once ...
6 years, 3 months ago (2014-09-23 09:06:15 UTC) #5
andrew_low
Ah.. the clash of two legal departments. This'll be fun. Let me see what we ...
6 years, 3 months ago (2014-09-23 13:15:03 UTC) #6
andrew_low
All sorted out on the IBM side - the copyright has been modified as requested. ...
6 years, 2 months ago (2014-10-14 17:59:44 UTC) #7
danno
Getting very close. Just a few comments, mostly nits. https://codereview.chromium.org/571173003/diff/20001/src/ppc/code-stubs-ppc.cc File src/ppc/code-stubs-ppc.cc (right): https://codereview.chromium.org/571173003/diff/20001/src/ppc/code-stubs-ppc.cc#newcode1 src/ppc/code-stubs-ppc.cc:1: ...
6 years, 2 months ago (2014-10-20 08:28:43 UTC) #8
Sven Panne
On 2014/10/20 08:28:43, danno wrote: > Getting very close. Just a few comments, mostly nits. ...
6 years, 1 month ago (2014-11-05 10:44:35 UTC) #9
andrew_low
On 2014/11/05 10:44:35, Sven Panne wrote: > On 2014/10/20 08:28:43, danno wrote: > > Getting ...
6 years, 1 month ago (2014-11-05 13:26:57 UTC) #10
Sven Panne
On 2014/11/05 13:26:57, andrew_low wrote: > Apologies. I got caught up in problems getting the ...
6 years, 1 month ago (2014-11-06 07:23:15 UTC) #11
andrew_low
Code is caught up to fairly current (as of Nov 5th). I've gone through the ...
6 years, 1 month ago (2014-11-07 18:03:17 UTC) #12
andrew_low
Turns out that the code I was going to beg forgiveness for can simply be ...
6 years, 1 month ago (2014-11-07 19:25:28 UTC) #13
Sven Panne
On 2014/11/07 19:25:28, andrew_low wrote: > [...] Hah. One of the guys here looked at ...
6 years, 1 month ago (2014-11-10 08:47:31 UTC) #14
Sven Panne
LGTM. I'll land it for you. The concerns about #ifs are mainly that you construct ...
6 years, 1 month ago (2014-11-10 08:50:28 UTC) #15
Sven Panne
The code review tool sucks: I can't apply the CL because it's considered "too big", ...
6 years, 1 month ago (2014-11-10 09:02:32 UTC) #16
andrew_low
On 2014/11/10 09:02:32, Sven Panne wrote: > The code review tool sucks: I can't apply ...
6 years, 1 month ago (2014-11-10 15:14:50 UTC) #17
Sven Panne
6 years, 1 month ago (2014-11-11 08:30:44 UTC) #18

Powered by Google App Engine
This is Rietveld 408576698