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

Issue 164413005: PNaCl documentation: add undefined behavior (Closed)

Created:
6 years, 10 months ago by JF
Modified:
6 years, 10 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com, binji, Sam Clegg
Visibility:
Public.

Description

PNaCl documentation: add undefined behavior The text was sent to the LLVM mailing list, I edited it a bit and restified it. See: http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-June/063010.html R= binji@chromium.org, sbc@chromium.org, dschuff@chromium.org, mseaborn@chromium.org, jvoung@chromium.org, stichnot@chromium.org, sehr@chromium.org, ncbray@chromium.org, mackinlay@chromium.org TEST= none BUG= none NOTRY=true (documentation only change) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252826

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address binji's comments. #

Total comments: 34

Patch Set 3 : Address stichnot's comments. #

Patch Set 4 : Address jvoung's comments. #

Total comments: 2

Patch Set 5 : Specify the rounding mode. #

Patch Set 6 : Re-upload, previous one 500'd. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+538 lines, -7 lines) Patch
M native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html View 1 2 3 4 3 chunks +43 lines, -6 lines 0 comments Download
A native_client_sdk/doc_generated/reference/pnacl-undefined-behavior.html View 1 2 3 1 chunk +225 lines, -0 lines 0 comments Download
M native_client_sdk/doc_generated/sitemap.html View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M native_client_sdk/src/doc/_book.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst View 1 2 3 4 2 chunks +38 lines, -1 line 0 comments Download
A native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst View 1 2 3 1 chunk +221 lines, -0 lines 0 comments Download
M native_client_sdk/src/doc/sitemap.rst View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
JF
6 years, 10 months ago (2014-02-19 03:55:12 UTC) #1
binji
https://codereview.chromium.org/164413005/diff/1/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst File native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst (right): https://codereview.chromium.org/164413005/diff/1/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst#newcode70 native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst:70: Well Defined I think this is hyphenated https://codereview.chromium.org/164413005/diff/1/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst#newcode140 native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst:140: ...
6 years, 10 months ago (2014-02-19 23:23:34 UTC) #2
JF
https://codereview.chromium.org/164413005/diff/1/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst File native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst (right): https://codereview.chromium.org/164413005/diff/1/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst#newcode70 native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst:70: Well Defined On 2014/02/19 23:23:34, binji wrote: > I ...
6 years, 10 months ago (2014-02-20 02:24:59 UTC) #3
Jim Stichnoth
Mostly grammar nits. https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst File native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst (right): https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst#newcode52 native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst:52: through Chrome updates. This goal is ...
6 years, 10 months ago (2014-02-20 14:15:22 UTC) #4
JF
https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst File native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst (right): https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst#newcode52 native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst:52: through Chrome updates. This goal is unfortunately not attainable, ...
6 years, 10 months ago (2014-02-20 19:30:49 UTC) #5
jvoung (off chromium)
https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst File native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst (right): https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst#newcode83 native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst:83: reduces to ``ret i32 undef`` in bitcode. Should we ...
6 years, 10 months ago (2014-02-20 20:41:14 UTC) #6
JF
Note: I created a new section in C/C++ language support for FP, since some of ...
6 years, 10 months ago (2014-02-21 22:49:18 UTC) #7
jvoung (off chromium)
updates for my comments LGTM https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst File native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst (right): https://codereview.chromium.org/164413005/diff/50001/native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst#newcode160 native_client_sdk/src/doc/reference/pnacl-undefined-behavior.rst:160: * Different rounding modes ...
6 years, 10 months ago (2014-02-21 22:59:46 UTC) #8
JF
I believe all issues are now addressed. Comment now or forever hold you peace (by ...
6 years, 10 months ago (2014-02-21 23:13:24 UTC) #9
JF
The CQ bit was checked by jfb@chromium.org
6 years, 10 months ago (2014-02-22 22:04:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfb@chromium.org/164413005/350001
6 years, 10 months ago (2014-02-22 22:04:34 UTC) #11
commit-bot: I haz the power
6 years, 10 months ago (2014-02-22 22:28:20 UTC) #12
Message was sent while issue was closed.
Change committed as 252826

Powered by Google App Engine
This is Rietveld 408576698