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

Issue 1678133003: Subzero: Fix trailing whitespace errors. (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: Fix trailing whitespace errors. To view the non-whitespace changes in this CL: git cl patch -b testbranch 1678133003 git diff -w --ignore-blank-lines -b master Such changes are only in gen_arm32_reg_tables.py and IceInst.cpp. There are lots of tab characters in .ll files that shouldn't be there, but fixing them would require some thought about how to do consistent formatting, so that's left for later. BUG= none R=eholk@chromium.org, kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=fbdc7e4cd0c2e217afb9310f0046fd456e7a07c1

Patch Set 1 #

Patch Set 2 : Remove some obviously bad tab characters #

Total comments: 2

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -117 lines) Patch
M Makefile View 1 chunk +0 lines, -1 line 0 comments Download
M pydir/gen_arm32_reg_tables.py View 1 chunk +2 lines, -2 lines 0 comments Download
M src/IceInst.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M src/IceRegistersARM32.def View 6 chunks +5 lines, -10 lines 0 comments Download
M tests_lit/assembler/arm32/bic.ll View 2 chunks +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/clz.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/cmn.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/cmp.ll View 6 chunks +6 lines, -6 lines 0 comments Download
M tests_lit/assembler/arm32/dmb.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/ldr-str-more.ll View 17 chunks +17 lines, -17 lines 0 comments Download
M tests_lit/assembler/arm32/ldrex-strex.ll View 24 chunks +25 lines, -25 lines 0 comments Download
M tests_lit/assembler/arm32/load-store.ll View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/assembler/arm32/mls.ll View 2 chunks +2 lines, -2 lines 0 comments Download
M tests_lit/assembler/arm32/mov-imm.ll View 5 chunks +5 lines, -5 lines 0 comments Download
M tests_lit/assembler/arm32/mvn.ll View 5 chunks +5 lines, -5 lines 0 comments Download
M tests_lit/assembler/arm32/push-pop.ll View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/assembler/arm32/rsb.ll View 5 chunks +5 lines, -5 lines 0 comments Download
M tests_lit/assembler/arm32/sandboxing.ll View 1 2 9 chunks +9 lines, -9 lines 0 comments Download
M tests_lit/assembler/arm32/uxtb.ll View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/assembler/arm32/vldr.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/64bit.pnacl.ll View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/globalrelocs.ll View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/rng.ll View 1 7 chunks +7 lines, -7 lines 0 comments Download
M tests_lit/llvm2ice_tests/unknown-arm-reg.ll View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/parse_errs/bad-bb-size.test View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/parse_errs/bad-global-alignment.test View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/parse_errs/bad-var-fwdref.test View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/parse_errs/call-fcn-bad-param-type.test View 1 chunk +0 lines, -4 lines 0 comments Download
M tests_lit/parse_errs/call-fcn-bad-return-type.ll View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/parse_errs/dup-module-vst.test View 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/parse_errs/fcn-value-index-isnt-defined.test View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 10 (5 generated)
Jim Stichnoth
4 years, 10 months ago (2016-02-08 19:17:49 UTC) #5
Eric Holk
lgtm I've generally tried to avoid checking in auto-generated files and instead using Makefiles to ...
4 years, 10 months ago (2016-02-08 19:43:16 UTC) #6
Jim Stichnoth
Reasons for checking in the auto-generated file: 1. The buildbot build system doesn't know about ...
4 years, 10 months ago (2016-02-08 23:39:22 UTC) #7
Karl
lgtm
4 years, 10 months ago (2016-02-09 21:31:14 UTC) #8
Jim Stichnoth
4 years, 10 months ago (2016-02-10 01:25:08 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
fbdc7e4cd0c2e217afb9310f0046fd456e7a07c1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698