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

Issue 1665423002: Subzero: Cleanup Inst==>Instr. (Closed)

Created:
4 years, 10 months ago by Jim Stichnoth
Modified:
4 years, 10 months ago
Reviewers:
Eric Holk, Karl, sehr, John
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

Subzero: Cleanup Inst==>Instr. In the beginning, Ice::Inst was called IceInst, and patterns like "IceInst *Inst = ..." made perfect sense. After the Ice:: name change, "Inst *Inst = ..." continued to compile, mostly. However, shadowing a type name is clumsy and newer code tends to use "Inst *Instr", so we might as well switch all the instances over. Some are still called "I" and those are left alone. BUG= none R=kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=8cfeb69e17190d3bfe22a8a1cbd7679a114d68cf

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+638 lines, -632 lines) Patch
M src/IceCfg.cpp View 2 chunks +10 lines, -10 lines 0 comments Download
M src/IceCfgNode.h View 1 chunk +1 line, -1 line 0 comments Download
M src/IceCfgNode.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M src/IceConverter.cpp View 9 chunks +125 lines, -125 lines 0 comments Download
M src/IceInst.h View 25 chunks +36 lines, -32 lines 0 comments Download
M src/IceInstARM32.h View 27 chunks +34 lines, -34 lines 0 comments Download
M src/IceInstARM32.cpp View 2 chunks +52 lines, -51 lines 0 comments Download
M src/IceInstX86Base.h View 45 chunks +90 lines, -90 lines 0 comments Download
M src/IceInstX86BaseImpl.h View 1 chunk +10 lines, -10 lines 0 comments Download
M src/IceRegAlloc.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M src/IceSwitchLowering.h View 1 chunk +1 line, -1 line 0 comments Download
M src/IceSwitchLowering.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/IceTargetLowering.h View 2 chunks +19 lines, -19 lines 0 comments Download
M src/IceTargetLowering.cpp View 4 chunks +38 lines, -37 lines 0 comments Download
M src/IceTargetLoweringARM32.h View 3 chunks +19 lines, -19 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 26 chunks +70 lines, -70 lines 0 comments Download
M src/IceTargetLoweringX86Base.h View 2 chunks +20 lines, -20 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 42 chunks +87 lines, -87 lines 0 comments Download
M src/PNaClTranslator.cpp View 1 chunk +7 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
Jim Stichnoth
4 years, 10 months ago (2016-02-05 00:23:15 UTC) #3
Karl
lgtm
4 years, 10 months ago (2016-02-05 15:21:27 UTC) #4
Jim Stichnoth
4 years, 10 months ago (2016-02-05 17:50:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
8cfeb69e17190d3bfe22a8a1cbd7679a114d68cf (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698