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

Issue 1803403002: Subzero. Flags refactoring. (Closed)

Created:
4 years, 9 months ago by John
Modified:
4 years, 9 months ago
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

Patch Set 1 #

Patch Set 2 : Merges ClFlags and ClFlagsExtra #

Patch Set 3 : Command line flags are macro-ized. #

Patch Set 4 : adds IceClFlags.def file #

Patch Set 5 : Add comments. #

Patch Set 6 : git pull #

Total comments: 22

Patch Set 7 : Addresses comments. #

Patch Set 8 : Remove test code. #

Total comments: 4

Patch Set 9 : Addresses comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+626 lines, -1197 lines) Patch
M src/IceBrowserCompileServer.h View 1 2 3 chunks +1 line, -5 lines 0 comments Download
M src/IceBrowserCompileServer.cpp View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M src/IceCfg.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/IceClFlags.h View 1 2 3 4 5 6 3 chunks +91 lines, -457 lines 0 comments Download
M src/IceClFlags.cpp View 1 2 3 4 5 6 7 8 2 chunks +140 lines, -549 lines 0 comments Download
A src/IceClFlags.def View 1 2 3 4 5 6 7 8 1 chunk +338 lines, -0 lines 0 comments Download
D src/IceClFlagsExtra.h View 1 1 chunk +0 lines, -123 lines 0 comments Download
M src/IceCompileServer.cpp View 1 2 3 4 5 6 chunks +19 lines, -22 lines 0 comments Download
M src/IceCompiler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/IceCompiler.cpp View 1 2 4 chunks +7 lines, -8 lines 0 comments Download
M src/IceELFObjectWriter.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/IceGlobalContext.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/IceGlobalContext.cpp View 1 2 3 4 5 5 chunks +3 lines, -5 lines 0 comments Download
M src/IceGlobalInits.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M src/IceTargetLowering.cpp View 1 2 3 4 5 3 chunks +7 lines, -4 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 1 2 3 4 5 5 chunks +5 lines, -5 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M src/IceTypeConverter.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
John
4 years, 9 months ago (2016-03-18 16:41:24 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.cpp File src/IceClFlags.cpp (right): https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.cpp#newcode25 src/IceClFlags.cpp:25: #pragma clang diagnostic ignored "-Wredundant-move" this shouldn't be needed ...
4 years, 9 months ago (2016-03-18 19:49:35 UTC) #3
John
https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.cpp File src/IceClFlags.cpp (right): https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.cpp#newcode25 src/IceClFlags.cpp:25: #pragma clang diagnostic ignored "-Wredundant-move" On 2016/03/18 19:49:35, stichnot ...
4 years, 9 months ago (2016-03-21 14:03:36 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.def File src/IceClFlags.def (right): https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.def#newcode35 src/IceClFlags.def:35: /* Name, Type, ClType, <<flag declaration ctor arguments>> */ ...
4 years, 9 months ago (2016-03-21 15:44:47 UTC) #7
John
https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.def File src/IceClFlags.def (right): https://codereview.chromium.org/1803403002/diff/100001/src/IceClFlags.def#newcode35 src/IceClFlags.def:35: /* Name, Type, ClType, <<flag declaration ctor arguments>> */ ...
4 years, 9 months ago (2016-03-21 17:06:36 UTC) #8
Jim Stichnoth
lgtm
4 years, 9 months ago (2016-03-21 17:25:32 UTC) #9
John
4 years, 9 months ago (2016-03-21 18:18:07 UTC) #11
Message was sent while issue was closed.
Committed patchset #9 (id:160001) manually as
c5bc5cb33580557062574416794244a09ba99130 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698