summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2016-07-23 04:05:08 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2016-07-23 04:05:08 +0000
commite48bbc4e361e28456a8e9a2d3c7faf779678909b (patch)
treeb551d1b44645a908949248f4c3dd6583e706084e /docs/index.rst
parentadd10476baab4c66691cbef72ad554f1fdb541ad (diff)
[coroutines] Part 1 of N: Documentation
This is the first patch in the coroutine series. It contains the documentation for the coroutine intrinsics and their usage. Patch by Gor Nishanov! Differential Revision: https://reviews.llvm.org/D22603 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 5dff4e08369e..f97140c31179 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -266,6 +266,7 @@ For API clients and LLVM developers.
TypeMetadata
FaultMaps
MIRLangRef
+ Coroutines
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -378,6 +379,9 @@ For API clients and LLVM developers.
:doc:`CompileCudaWithLLVM`
LLVM support for CUDA.
+:doc:`Coroutines`
+ LLVM support for coroutines.
+
Development Process Documentation
=================================