summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCoroutine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Add coro.end handlingGor Nishanov2017-04-051-0/+41
* [coroutines] Add cleanup for compiler injected objects/allocations in corouti...Gor Nishanov2017-04-011-14/+34
* [coroutines] Handle get_return_object_on_allocation_failureGor Nishanov2017-03-271-1/+18
* [coroutines] Add codegen for await and yield expressionsGor Nishanov2017-03-261-8/+157
* [coroutines] Add co_return statement emissionGor Nishanov2017-03-061-1/+35
* [coroutines] Add allocation and deallocation substatements.Gor Nishanov2016-10-271-4/+20
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-031-0/+100
OpenPOWER on IntegriCloud