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

Issue 1208663002: Fixes the X86 Base template. (Closed)

Created:
5 years, 6 months ago by John
Modified:
5 years, 6 months ago
Reviewers:
Jim Stichnoth
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fixes the X86 Base template. It turns out that using using TargetLowering::<member> causes problems when compiling with g++. The problem was fixed by using Machine:: instead, where Machine is the template parameter. With name-dependent identifier, g++ does the right thing. BUG= None R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=36087cd4e098def6c9e7dfc9072edcd34888fff6

Patch Set 1 #

Total comments: 10

Patch Set 2 : git pull && clang-format && addresses comments. #

Patch Set 3 : "Addresses comments && clang-format" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -87 lines) Patch
M src/IceCfg.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX8632.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M src/IceTargetLoweringX86Base.h View 1 2 chunks +59 lines, -55 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 1 19 chunks +26 lines, -24 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Jim Stichnoth
Otherwise LGTM. (btw, I think maybe you forgot to send email for this CL) https://codereview.chromium.org/1208663002/diff/1/src/IceTargetLoweringX8632.cpp ...
5 years, 6 months ago (2015-06-24 21:58:47 UTC) #2
John
I was 100% positive I had mailed the CL... Sorry about that (yet again) Please ...
5 years, 6 months ago (2015-06-24 22:56:25 UTC) #3
Jim Stichnoth
still lgtm https://codereview.chromium.org/1208663002/diff/1/src/IceTargetLoweringX86BaseImpl.h File src/IceTargetLoweringX86BaseImpl.h (right): https://codereview.chromium.org/1208663002/diff/1/src/IceTargetLoweringX86BaseImpl.h#newcode592 src/IceTargetLoweringX86BaseImpl.h:592: Variable *Beacon = Func->template makeVariable(IceType_i32); On 2015/06/24 ...
5 years, 6 months ago (2015-06-24 23:02:08 UTC) #4
John
Landing this in 3, 2, ... https://codereview.chromium.org/1208663002/diff/1/src/IceTargetLoweringX86BaseImpl.h File src/IceTargetLoweringX86BaseImpl.h (right): https://codereview.chromium.org/1208663002/diff/1/src/IceTargetLoweringX86BaseImpl.h#newcode592 src/IceTargetLoweringX86BaseImpl.h:592: Variable *Beacon = ...
5 years, 6 months ago (2015-06-24 23:09:16 UTC) #5
John
5 years, 6 months ago (2015-06-24 23:16:18 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
36087cd4e098def6c9e7dfc9072edcd34888fff6 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698