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

Issue 605123002: Subzero: Use 'override' as appropriate for C++11. (Closed)

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

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Insert InstHighLevel into the Inst hierarchy #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -318 lines) Patch
M src/IceCfgNode.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceInst.h View 1 39 chunks +104 lines, -82 lines 2 comments Download
M src/IceInst.cpp View 1 12 chunks +22 lines, -28 lines 0 comments Download
M src/IceInstX8632.h View 1 67 chunks +143 lines, -145 lines 0 comments Download
M src/IceOperand.h View 10 chunks +15 lines, -15 lines 0 comments Download
M src/IceTargetLoweringX8632.h View 5 chunks +45 lines, -45 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Jim Stichnoth
https://codereview.chromium.org/605123002/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/605123002/diff/1/src/IceInst.h#newcode756 src/IceInst.h:756: void emit(const Cfg *Func) const override = 0; "... ...
6 years, 2 months ago (2014-09-26 05:07:08 UTC) #2
JF
lgtm with one nit. https://codereview.chromium.org/605123002/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/605123002/diff/1/src/IceInst.h#newcode756 src/IceInst.h:756: void emit(const Cfg *Func) const ...
6 years, 2 months ago (2014-09-26 05:42:03 UTC) #3
Jim Stichnoth
PTAL, especially Jan have a look at my emitIAS() changes. https://codereview.chromium.org/605123002/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/605123002/diff/1/src/IceInst.h#newcode756 ...
6 years, 2 months ago (2014-09-26 13:04:05 UTC) #4
jvoung (off chromium)
LGTM https://codereview.chromium.org/605123002/diff/20001/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/605123002/diff/20001/src/IceInst.h#newcode759 src/IceInst.h:759: void emitIAS(const Cfg *Func) const override { emit(Func); ...
6 years, 2 months ago (2014-09-26 16:13:49 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/605123002/diff/20001/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/605123002/diff/20001/src/IceInst.h#newcode759 src/IceInst.h:759: void emitIAS(const Cfg *Func) const override { emit(Func); } ...
6 years, 2 months ago (2014-09-26 16:27:24 UTC) #6
Jim Stichnoth
6 years, 2 months ago (2014-09-26 16:28:50 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as b56c8f4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698