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 1636513002: Clean up emitInst() in the integrated ARM assembler. (Closed)

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

Clean up emitInst() in the integrated ARM assembler. Moves "EnsureCapacity Buffer" declarations inside emitInst(), so that all callers need not add the declaration before calling emitInst(). BUG=None R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=237afed5e3bfc5e2ab52e85101afa70cc7777c7b

Patch Set 1 #

Patch Set 2 : Remove ifdef 0 code. #

Total comments: 6

Patch Set 3 : Fix nit. #

Patch Set 4 : Fix master merge. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -32 lines) Patch
M src/IceAssemblerARM32.h View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M src/IceAssemblerARM32.cpp View 1 2 3 30 chunks +0 lines, -30 lines 0 comments Download
M tests_lit/assembler/arm32/vmrs.ll View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
Karl
4 years, 11 months ago (2016-01-25 16:37:42 UTC) #3
Jim Stichnoth
Channeling Jan here... https://codereview.chromium.org/1636513002/diff/20001/src/IceAssemblerARM32.cpp File src/IceAssemblerARM32.cpp (right): https://codereview.chromium.org/1636513002/diff/20001/src/IceAssemblerARM32.cpp#newcode646 src/IceAssemblerARM32.cpp:646: AssemblerBuffer::EnsureCapacity ensured(&Buffer); What about this one? ...
4 years, 11 months ago (2016-01-25 16:57:15 UTC) #4
Karl
https://codereview.chromium.org/1636513002/diff/20001/src/IceAssemblerARM32.cpp File src/IceAssemblerARM32.cpp (right): https://codereview.chromium.org/1636513002/diff/20001/src/IceAssemblerARM32.cpp#newcode646 src/IceAssemblerARM32.cpp:646: AssemblerBuffer::EnsureCapacity ensured(&Buffer); On 2016/01/25 16:57:14, stichnot wrote: > What ...
4 years, 11 months ago (2016-01-25 17:14:07 UTC) #5
Jim Stichnoth
lgtm
4 years, 11 months ago (2016-01-25 17:20:47 UTC) #6
Karl
4 years, 11 months ago (2016-01-25 17:54:24 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
237afed5e3bfc5e2ab52e85101afa70cc7777c7b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698