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

Issue 515993002: Align function starts to target-specific bundle alignment. (Closed)

Created:
6 years, 3 months ago by jvoung (off chromium)
Modified:
6 years, 3 months ago
Reviewers:
Jim Stichnoth
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Align function starts to target-specific bundle alignment. BUG=none R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=b17f61d

Patch Set 1 #

Patch Set 2 : test #

Total comments: 7

Patch Set 3 : rename and hlt #

Total comments: 3

Patch Set 4 : uint8_t #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -2 lines) Patch
M src/IceCfg.cpp View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M src/IceDefs.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/IceTargetLowering.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX8632.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M tests_lit/lit.cfg View 1 1 chunk +2 lines, -2 lines 0 comments Download
A tests_lit/llvm2ice_tests/function_aligned.ll View 1 2 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jvoung (off chromium)
jvoung@chromium.org changed reviewers: + stichnot@chromium.org
6 years, 3 months ago (2014-08-28 18:26:28 UTC) #1
jvoung (off chromium)
6 years, 3 months ago (2014-08-28 18:26:32 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/515993002/diff/20001/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/515993002/diff/20001/src/IceCfg.cpp#newcode317 src/IceCfg.cpp:317: Str << "\t.p2align " << getTarget()->getBundleP2Align() << "\n"; Should ...
6 years, 3 months ago (2014-08-28 20:26:12 UTC) #3
jvoung (off chromium)
https://codereview.chromium.org/515993002/diff/20001/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/515993002/diff/20001/src/IceCfg.cpp#newcode317 src/IceCfg.cpp:317: Str << "\t.p2align " << getTarget()->getBundleP2Align() << "\n"; On ...
6 years, 3 months ago (2014-08-28 21:02:22 UTC) #4
Jim Stichnoth
Otherwise LGTM. https://codereview.chromium.org/515993002/diff/20001/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/515993002/diff/20001/src/IceCfg.cpp#newcode317 src/IceCfg.cpp:317: Str << "\t.p2align " << getTarget()->getBundleP2Align() << ...
6 years, 3 months ago (2014-08-28 21:22:22 UTC) #5
jvoung (off chromium)
https://codereview.chromium.org/515993002/diff/20001/src/IceTargetLowering.h File src/IceTargetLowering.h (right): https://codereview.chromium.org/515993002/diff/20001/src/IceTargetLowering.h#newcode140 src/IceTargetLowering.h:140: virtual SizeT getBundleP2Align() const = 0; On 2014/08/28 21:22:21, ...
6 years, 3 months ago (2014-08-28 22:38:13 UTC) #6
jvoung (off chromium)
6 years, 3 months ago (2014-08-28 23:00:58 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as b17f61d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698