|
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
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
|
Total messages: 10 (1 generated)
|