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

Issue 561823002: Fix symbol table handling in functions. (Closed)

Created:
6 years, 3 months ago by Karl
Modified:
6 years, 3 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Fix symbol table handling in functions. Also fixes minor issues with branches in instructions (i.e. defining entry node and computing predecessors). BUG= https://code.google.com/p/nativeclient/issues/detail?id=3892 R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=c132b76

Patch Set 1 #

Patch Set 2 : Fix nits. #

Total comments: 8

Patch Set 3 : Fix issues in patch set 2 raised by Jim. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1069 lines, -806 lines) Patch
M src/IceCfgNode.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/IceOperand.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M src/PNaClTranslator.cpp View 1 8 chunks +127 lines, -24 lines 0 comments Download
M tests_lit/reader_tests/alloca.ll View 1 chunk +58 lines, -43 lines 0 comments Download
M tests_lit/reader_tests/binops.ll View 1 chunk +392 lines, -315 lines 0 comments Download
M tests_lit/reader_tests/branch.ll View 3 chunks +18 lines, -15 lines 0 comments Download
M tests_lit/reader_tests/compare.ll View 15 chunks +222 lines, -207 lines 0 comments Download
M tests_lit/reader_tests/constants.ll View 2 chunks +43 lines, -40 lines 0 comments Download
M tests_lit/reader_tests/insertextract.ll View 1 chunk +74 lines, -59 lines 0 comments Download
M tests_lit/reader_tests/select.ll View 4 chunks +124 lines, -102 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Karl
6 years, 3 months ago (2014-09-10 17:14:35 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/561823002/diff/20001/src/IceCfgNode.cpp File src/IceCfgNode.cpp (right): https://codereview.chromium.org/561823002/diff/20001/src/IceCfgNode.cpp#newcode38 src/IceCfgNode.cpp:38: assert(Name.empty()); Document that the assert is to be sure ...
6 years, 3 months ago (2014-09-10 18:44:24 UTC) #3
Karl
https://codereview.chromium.org/561823002/diff/20001/src/IceCfgNode.cpp File src/IceCfgNode.cpp (right): https://codereview.chromium.org/561823002/diff/20001/src/IceCfgNode.cpp#newcode38 src/IceCfgNode.cpp:38: assert(Name.empty()); On 2014/09/10 18:44:23, stichnot wrote: > Document that ...
6 years, 3 months ago (2014-09-10 21:14:33 UTC) #4
Jim Stichnoth
lgtm
6 years, 3 months ago (2014-09-10 21:37:56 UTC) #5
Karl
6 years, 3 months ago (2014-09-11 16:43:55 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as c132b76 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698