[PATCH] D22603: [coroutines] Part 1 of N: Documentation
Gor Nishanov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 16:20:02 PDT 2016
GorNishanov created this revision.
GorNishanov added a reviewer: pitrou.
GorNishanov added a subscriber: llvm-commits.
This is the first patch in the coroutine series. It contains the
documentation for the coroutine intrinsics and their usage.
Upstreaming sequence (rough plan)
=========================
#. Add documentation. <= we are here
#. Add coroutine intrinsics.
#. Add empty coroutine passes.
#. Add coroutine devirtualization + tests.
#. Add CGSCC restart trigger + tests.
#. Add coroutine heap elision + tests.
#. Add the rest of the logic (split into more patches)
https://reviews.llvm.org/D22603
Files:
docs/Coroutines.rst
docs/index.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22603.64787.patch
Type: text/x-patch
Size: 39637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/8e24d6bb/attachment.bin>
More information about the llvm-commits
mailing list