[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

llvm-svn: 276513
This commit is contained in:
David Majnemer 2016-07-23 04:05:08 +00:00
parent 6f6825fe13
commit a653927e8b
2 changed files with 1222 additions and 0 deletions

1218
llvm/docs/Coroutines.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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
=================================