summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCoroutines/coro-await.cpp
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Support coroutine-handle returning await-suspend (i.e symmetric ...Gor Nishanov2017-08-251-0/+18
* [coroutines] Allow co_await and co_yield expressions that return an lvalue to...Eric Fiselier2017-06-151-1/+49
* [coroutines] Skip over passthrough operator co_awaitGor Nishanov2017-05-231-0/+7
* [coroutines] Add emission of initial and final suspendsGor Nishanov2017-05-231-4/+47
* [coroutines] Replace all coro.frame builtins with an SSA value of coro.beginGor Nishanov2017-05-231-3/+3
* [coroutines] Add codegen for await and yield expressionsGor Nishanov2017-03-261-0/+230
OpenPOWER on IntegriCloud