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

Issue 800883006: Add ability to test parsing of bitcode records in Subzero. (Closed)

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

Add ability to test parsing of bitcode records in Subzero. Extends the NaCl bitcode munger so that the PNaClTranslator parser can be applied to the defined sequence of record values. BUG=None R=jvoung@chromium.org, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2e7daeff480fa07a3bb8b3eeeedaec369a7521a7

Patch Set 1 #

Patch Set 2 : Fix nits. #

Total comments: 14

Patch Set 3 : Fix issues in previous patch set. #

Total comments: 6

Patch Set 4 : Fix issues in last patch set. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -11 lines) Patch
M Makefile.standalone View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/IceClFlags.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/PNaClTranslator.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/PNaClTranslator.cpp View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M src/llvm2ice.cpp View 2 chunks +5 lines, -0 lines 0 comments Download
A unittest/BitcodeMunge.h View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A unittest/BitcodeMunge.cpp View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A unittest/IceParseInstsTest.cpp View 1 2 1 chunk +79 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
Karl
5 years, 11 months ago (2015-01-05 23:30:33 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/800883006/diff/20001/src/BitcodeMunge.cpp File src/BitcodeMunge.cpp (right): https://codereview.chromium.org/800883006/diff/20001/src/BitcodeMunge.cpp#newcode24 src/BitcodeMunge.cpp:24: bool AddHeader = true; const bool should be better ...
5 years, 11 months ago (2015-01-05 23:38:14 UTC) #3
jvoung (off chromium)
https://codereview.chromium.org/800883006/diff/20001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/800883006/diff/20001/Makefile.standalone#newcode118 Makefile.standalone:118: BitcodeMunge.cpp Could this be under the unittest directory, and ...
5 years, 11 months ago (2015-01-07 22:24:34 UTC) #4
Karl
https://codereview.chromium.org/800883006/diff/20001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/800883006/diff/20001/Makefile.standalone#newcode118 Makefile.standalone:118: BitcodeMunge.cpp On 2015/01/07 22:24:34, jvoung wrote: > Could this ...
5 years, 11 months ago (2015-01-08 21:35:05 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/800883006/diff/40001/unittest/BitcodeMunge.h File unittest/BitcodeMunge.h (right): https://codereview.chromium.org/800883006/diff/40001/unittest/BitcodeMunge.h#newcode15 unittest/BitcodeMunge.h:15: #ifndef SUBZERO_SRC_BITCODEMUNGE_H Change this define to reflect the new ...
5 years, 11 months ago (2015-01-08 23:45:25 UTC) #6
Karl
https://codereview.chromium.org/800883006/diff/40001/unittest/BitcodeMunge.h File unittest/BitcodeMunge.h (right): https://codereview.chromium.org/800883006/diff/40001/unittest/BitcodeMunge.h#newcode15 unittest/BitcodeMunge.h:15: #ifndef SUBZERO_SRC_BITCODEMUNGE_H On 2015/01/08 23:45:25, stichnot wrote: > Change ...
5 years, 11 months ago (2015-01-09 16:12:33 UTC) #7
Jim Stichnoth
lgtm
5 years, 11 months ago (2015-01-09 18:05:02 UTC) #8
jvoung (off chromium)
lgtm too
5 years, 11 months ago (2015-01-09 18:19:57 UTC) #9
Karl
5 years, 11 months ago (2015-01-09 21:04:25 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
2e7daeff480fa07a3bb8b3eeeedaec369a7521a7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698