summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCoroutines/coro-alloc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Coroutines] Find custom allocators in class scopeBrian Gesiak2018-04-011-0/+26
* [Coroutines] Use allocator overload when availableBrian Gesiak2018-02-151-0/+28
* [coroutines] Fix application of NRVO to Coroutine "Gro" or return object.Eric Fiselier2018-02-011-1/+6
* Revert "[coroutines] Fix application of NRVO to Coroutine "Gro" or return obj...Eric Fiselier2018-01-301-7/+1
* [coroutines] Fix application of NRVO to Coroutine "Gro" or return object.Eric Fiselier2018-01-291-1/+7
* [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-231-5/+4
* [coroutines] Add support for allocation elisionGor Nishanov2017-05-231-1/+10
* [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] Handle get_return_object_on_allocation_failureGor Nishanov2017-03-271-3/+30
* [coroutines] Build and pass coroutine_handle to await_suspendGor Nishanov2017-03-091-1/+16
* [coroutines] Add co_return statement emissionGor Nishanov2017-03-061-5/+5
* [coroutines] Add allocation and deallocation substatements.Gor Nishanov2016-10-271-0/+114
OpenPOWER on IntegriCloud