Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [coroutines] Support coroutine-handle returning await-suspend (i.e symmetric ... | Gor Nishanov | 2017-08-25 | 1 | -0/+18 |
* | [coroutines] Allow co_await and co_yield expressions that return an lvalue to... | Eric Fiselier | 2017-06-15 | 1 | -1/+49 |
* | [coroutines] Skip over passthrough operator co_await | Gor Nishanov | 2017-05-23 | 1 | -0/+7 |
* | [coroutines] Add emission of initial and final suspends | Gor Nishanov | 2017-05-23 | 1 | -4/+47 |
* | [coroutines] Replace all coro.frame builtins with an SSA value of coro.begin | Gor Nishanov | 2017-05-23 | 1 | -3/+3 |
* | [coroutines] Add codegen for await and yield expressions | Gor Nishanov | 2017-03-26 | 1 | -0/+230 |