0
Commit Graph

11 Commits

Author SHA1 Message Date
720c608e52 Add migration to WebAssembly information to PNaCl / NaCl docs.
BUG=None
R=laforge@chromium.org,binji@chromium.org,sbc@chromium.org,rockot@chromium.org

Review-Url: https://codereview.chromium.org/2875303003
Cr-Commit-Position: refs/heads/master@{#475662}
2017-05-30 20:51:40 +00:00
2d8afa3cb4 [NaClDocs] Add documentation for the PNaCl fabs intrinsic.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4031

Review URL: https://codereview.chromium.org/938673003

Cr-Commit-Position: refs/heads/master@{#318100}
2015-02-25 20:13:59 +00:00
91a784780c Fix broken links on NaCl pages of developer.chrome.com.
BUG=none
R=
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/849073005

Cr-Commit-Position: refs/heads/master@{#311560}
2015-01-14 22:41:15 +00:00
c3c19f1925 [NaCl SDK Docs] Only generate one top-level <section> element.
This fixes the right-side table-of-contents on the documentation page, so it is
collapsible and only shows h2 headings by default.

NOTRY because it is a documentation-only change.

BUG=374811
R=sbc@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/438403003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287804 0039d316-1c4b-4281-b951-d872f2087c98
2014-08-06 18:01:43 +00:00
9f9ae02953 PNaCl documentation: update the bitcode reference manual for vector load/store
Document the changes from:
  https://codereview.chromium.org/321733002/

R= stichnot@chromium.org, kschimpf@chromium.org, jvoung@chromium.org
TEST=none
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3870
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/358033002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280173 0039d316-1c4b-4281-b951-d872f2087c98
2014-06-26 23:51:55 +00:00
1e93f529c8 NaCl documentation: update vector documentation
Explain shuffle vector. Note that the text shouldn't be contended since
it's the same as LLVM's own documentation:
  http://clang.llvm.org/docs/LanguageExtensions.html#langext-builtin-shufflevector

Also update the bitcode ABI document to mention vector types and
{insert/extract}element.

TBR= nfullagar@chromium.org, dschuff@chromium.org, kschimpf@chromium.org
TEST= none
BUG= https://code.google.com/p/nativeclient/issues/detail?id=2205
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/265163004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268609 0039d316-1c4b-4281-b951-d872f2087c98
2014-05-06 21:16:36 +00:00
9adb0163c7 Add LLVM 'unreachable' instruction to list of allowed instructions.
BUG= none
TEST= none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/212913005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259736 0039d316-1c4b-4281-b951-d872f2087c98
2014-03-26 22:56:07 +00:00
bfc4912d5c NaCl docs: update version information
We'll be moving PNaCl's LLVM version to 3.4 soon, this change therefore removes '3.3' where it doesn't make sense to keep it, and adds it where it does.

R= binji@chromium.org, sbc@chromium.org, mseaborn@chromium.org
TEST=none
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3757
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/181573005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254873 0039d316-1c4b-4281-b951-d872f2087c98
2014-03-04 23:13:07 +00:00
fcb1a0d70f [NaClDocs] Add note about errno in PNaCl ABI.
NOTRY=true
(just docs)
BUG=343594

Review URL: https://codereview.chromium.org/169753005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252646 0039d316-1c4b-4281-b951-d872f2087c98
2014-02-21 21:15:07 +00:00
26420f2967 [NaCl SDK Docs] Remove table-of-contents from generated pages.
We don't want the TOC at the top of the chromesite pages, but we do for the
devsite pages.  The table-of-contents is in the .rst file, but we don't want to
remove it in case we need to generate devsite documentation again. The easy
hack for now is to set the style of the element to "display: none".

Also, remove doc_generated/.buildinfo. This file should not be checked in.

BUG=none
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/146203002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246928 0039d316-1c4b-4281-b951-d872f2087c98
2014-01-24 18:06:13 +00:00
bde3d5d020 [NaCl SDK Docs] Check in the generated NaCl SDK Documentation.
This is necessary so that the Chromesite server can poll for changes and
automatically update.

I can't upload the full docs/images to Rietveld, so this review will
just be empty and I'll manually commit.

BUG=none
R=awatson@chromium.org, sbc@chromium.org

Review URL: https://codereview.chromium.org/140993006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246665 0039d316-1c4b-4281-b951-d872f2087c98
2014-01-23 19:26:04 +00:00