summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCoroutines
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Allow co_await and co_yield expressions that return an lvalue to...Eric Fiselier2017-06-151-1/+49
* [coroutines] Fix rebuilding of dependent coroutine parametersEric Fiselier2017-06-031-0/+34
* CGCleanup: (NFC) add another test for r304335 - Don't try to spill static all...Gor Nishanov2017-06-011-0/+38
* [coroutines] Add support for coroutines with non-scalar parametersGor Nishanov2017-05-241-0/+95
* [coroutines] Make generic lambda coroutines workGor Nishanov2017-05-241-0/+58
* [coroutines] [NFC] Add tests for return_void, unhandled_exception and promise...Gor Nishanov2017-05-244-0/+238
* [coroutines] Implement correct GRO lifetimeGor Nishanov2017-05-241-0/+86
* [coroutines] Skip over passthrough operator co_awaitGor Nishanov2017-05-231-0/+7
* [coroutines] Add emission of initial and final suspendsGor Nishanov2017-05-232-9/+52
* [coroutines] Add support for deallocation elisionGor Nishanov2017-05-231-0/+8
* [coroutines] Replace all coro.frame builtins with an SSA value of coro.beginGor Nishanov2017-05-233-22/+15
* [coroutines] Add support for allocation elisionGor Nishanov2017-05-231-1/+10
* [coroutines] Fix coro-eh-cleanup.cpp testGor Nishanov2017-05-221-1/+1
* [coroutines] Wrap the body of the coroutine in try-catchGor Nishanov2017-05-222-20/+55
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-221-2/+12
* [coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier2017-04-181-3/+14
* Rename coroutine warning when unhandled_exception() is missingEric Fiselier2017-04-171-2/+4
* Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent corout...Eric Fiselier2017-04-171-14/+3
* [coroutines] Fix rebuilding of implicit and dependent coroutine statements.Eric Fiselier2017-04-171-3/+14
* Revert r300420 - [coroutines] Fix building of new/delete expressions when get...Eric Fiselier2017-04-161-14/+3
* [coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier2017-04-161-3/+14
* [coroutines] Add coro.end handlingGor Nishanov2017-04-051-0/+74
* [coroutines] Add cleanup for compiler injected objects/allocations in corouti...Gor Nishanov2017-04-012-14/+80
* [coroutines] Handle get_return_object_on_allocation_failureGor Nishanov2017-03-271-3/+30
* [coroutines] Add codegen for await and yield expressionsGor Nishanov2017-03-261-0/+230
* [coroutines] Build and pass coroutine_handle to await_suspendGor Nishanov2017-03-092-2/+32
* [coroutines] update coro_end builtin to match llvmGor Nishanov2017-03-071-1/+1
* [coroutines] Add co_return statement emissionGor Nishanov2017-03-062-5/+57
* [coroutines] Add allocation and deallocation substatements.Gor Nishanov2016-10-271-0/+114
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-032-0/+66
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* [Coroutines] Add proper mangling for operator co_await for MicrosoftABIGor Nishanov2016-09-281-0/+25