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

Issue 956123002: Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. (Closed)

Created:
5 years, 10 months ago by Jim Stichnoth
Modified:
5 years, 10 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

Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. Most of this is a mechanical change of 'llvm2ice' to 'pnacl-sz'. This is a convenient naming choice because both strings are the same length which minimizes the need for line length reformatting. Python variables needed to use pnacl_sz instead, and sometimes pnacl_sz_ . The IceConverter still uses LLVM2Ice naming, which is actually appropriate there since it actually converts LLVM IR into ICE. I will rename tests_lit/llvm2ice_tests/ in a separate CL, otherwise this CL will look misleadingly massive and no one will review it. BUG= none R=kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=fa0cfa5b234030541ec43bca17757840a79cbff4

Patch Set 1 #

Patch Set 2 : Rename llvm2ice_tests ==> pnacl_sz_tests #

Patch Set 3 : Revert the directory renaming, save for a follow-on commit #

Patch Set 4 : Make comment correct #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -678 lines) Patch
M .gitignore View 1 chunk +1 line, -1 line 0 comments Download
M Makefile.standalone View 4 chunks +14 lines, -14 lines 5 comments Download
M README.rst View 2 chunks +9 lines, -9 lines 2 comments Download
M bloat/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
D bloat/llvm2ice.bloat.html View 1 chunk +0 lines, -61 lines 0 comments Download
A + bloat/pnacl-sz.bloat.html View 1 chunk +1 line, -1 line 0 comments Download
M pydir/crosstest.py View 1 chunk +1 line, -1 line 0 comments Download
D pydir/run-llvm2ice.py View 1 chunk +0 lines, -132 lines 0 comments Download
A + pydir/run-pnacl-sz.py View 4 chunks +5 lines, -5 lines 0 comments Download
M pydir/szbuild.py View 3 chunks +6 lines, -6 lines 0 comments Download
M src/IceGlobalInits.h View 1 chunk +1 line, -1 line 0 comments Download
M src/IceTargetLowering.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/Makefile View 1 chunk +1 line, -1 line 0 comments Download
D src/llvm2ice.cpp View 1 chunk +0 lines, -418 lines 0 comments Download
A + src/main.cpp View 2 chunks +6 lines, -4 lines 0 comments Download
M tests_lit/lit.cfg View 3 chunks +16 lines, -16 lines 0 comments Download
M tests_lit/llvm2ice_tests/mangle.ll View 2 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/parse_errs/insertextract-err.ll View 1 chunk +2 lines, -2 lines 0 comments Download
M tests_lit/parse_errs/nacl-fake-intrinsic.ll View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
Jim Stichnoth
5 years, 10 months ago (2015-02-26 00:05:41 UTC) #2
Karl
LGTM after nits. https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone#newcode130 Makefile.standalone:130: main.cpp \ Should the tab be ...
5 years, 10 months ago (2015-02-26 17:03:34 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone#newcode130 Makefile.standalone:130: main.cpp \ On 2015/02/26 17:03:34, Karl wrote: > Should ...
5 years, 10 months ago (2015-02-26 17:11:33 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone#newcode130 Makefile.standalone:130: main.cpp \ On 2015/02/26 17:11:33, stichnot wrote: > On ...
5 years, 10 months ago (2015-02-26 17:13:44 UTC) #5
Karl
https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone#newcode130 Makefile.standalone:130: main.cpp \ On 2015/02/26 17:13:43, stichnot wrote: > On ...
5 years, 10 months ago (2015-02-26 17:18:28 UTC) #6
Karl
LGTM. Otherwise
5 years, 10 months ago (2015-02-26 17:22:01 UTC) #7
Derek Schuff
On 2015/02/26 17:22:01, Karl wrote: > LGTM. Otherwise maybe you should call it pnacl_subz instead ...
5 years, 10 months ago (2015-02-26 17:29:10 UTC) #8
Jim Stichnoth
https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/956123002/diff/60001/Makefile.standalone#newcode130 Makefile.standalone:130: main.cpp \ On 2015/02/26 17:18:28, Karl wrote: > On ...
5 years, 10 months ago (2015-02-26 17:31:15 UTC) #9
Jim Stichnoth
5 years, 10 months ago (2015-02-26 17:42:41 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
fa0cfa5b234030541ec43bca17757840a79cbff4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698