0
Commit Graph

19 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
sbc
937645f55b [NaCl SDK] Remove references to naclports bundle
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk

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

Cr-Commit-Position: refs/heads/master@{#366028}
2015-12-18 06:24:20 +00:00
5cee41ecd4 NaCl docs: mention static libraries for SJLJ
This recently came up on our mailing list, and isn't quite obvious.

R=sbc@chromium.org
BUG= none

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

Cr-Commit-Position: refs/heads/master@{#317114}
2015-02-19 19:58:19 +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
bc6ae6ad2a Initial draft of PNaCl bitcode files.
Focus of this CL is on the PNaCl records that can appear in bitcode files.
A subsequent CL will add how the records are converted to bitcode sequences.

Replaces CL: https://codereview.chromium.org/364463002

BUG=None
NOTRY=True
(documentation only change).

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

Cr-Commit-Position: refs/heads/master@{#305041}
2014-11-20 18:36:42 +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
7c88e6232d PNaCl documentation: clarify vector alignment, and update navigation
R= binji@chromium.org
TEST=none
BUG=none
NOTRY=true
(documentation only change)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285923 0039d316-1c4b-4281-b951-d872f2087c98
2014-07-28 16:39:19 +00:00
be3b20b039 NaCl documentation: improve building documentation
R= dschuff@chromium.org
TEST=none
BUG=none
NOTRY=true
(documentation only change)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279757 0039d316-1c4b-4281-b951-d872f2087c98
2014-06-25 18:15:08 +00:00
55444b734b PNaCl SIMD documentation: fix vector-scalar examples, currently unsupported by LLVM
R= dschuff@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/293093004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272339 0039d316-1c4b-4281-b951-d872f2087c98
2014-05-22 22:06:57 +00:00
ea9f9fdce4 PNaCl documentation: improve some of the SIMD documentation.
R= dschuff@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/282933003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270280 0039d316-1c4b-4281-b951-d872f2087c98
2014-05-14 01:10:35 +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
850812dde9 PNaCl SIMD documentation: improve documentation on casts and __builtin_convertvector.
R= nfullagar@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=2205
TEST= none
NOTRY=true
(documentation only change)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266902 0039d316-1c4b-4281-b951-d872f2087c98
2014-04-29 16:57:31 +00:00
2d46b9b553 PNaCl documentation: add SIMD vectors.
R= dschuff@chromium.org, nfullagar@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=2205
TEST= none
NOTRY=true
(documentation only change)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265948 0039d316-1c4b-4281-b951-d872f2087c98
2014-04-24 17:07:45 +00:00
f030a0bc17 PNaCl docs: Fix links to 'undefined behavior'
R= sbc@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264137 0039d316-1c4b-4281-b951-d872f2087c98
2014-04-16 06:33:33 +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
aeeab0a46b NaCl docs: update computed goto support
mseaborn added computed goto lowering in:
https://codereview.chromium.org/120773002

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

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254570 0039d316-1c4b-4281-b951-d872f2087c98
2014-03-03 21:45:31 +00:00
a596143684 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)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252826 0039d316-1c4b-4281-b951-d872f2087c98
2014-02-22 22:28:18 +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