aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/coroutines.cc
AgeCommit message (Expand)Author
2022-04-29c++, coroutines: Partial reversion of r12-8308-g15a176a833f23e [PR105426].Iain Sandoe
2022-04-28c++, coroutines: Improve check for throwing final await [PR104051].Iain Sandoe
2022-04-28c++, coroutines: Account for overloaded promise return_value() [PR105301].Iain Sandoe
2022-04-28c++, coroutines: Make sure our temporaries are in a bind expr [PR105287]Iain Sandoe
2022-04-28c++, coroutines: Avoid expanding within templates [PR103868]Nathan Sidwell
2022-04-03c++: Fix ICE due to shared BLOCK node in coroutine generation [PR103328]Benno Evers
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-12-17coroutines: Handle initial awaiters with non-void returns [PR 100127].Iain Sandoe
2021-12-17coroutines: Pass lvalues to user-defined operator new [PR 100772].Iain Sandoe
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka
2021-10-03coroutines: Fail with a sorry when presented with a VLA [PR 101765].Iain Sandoe
2021-10-03coroutines: Await expressions are not allowed in handlers [PR 99710].Iain Sandoe
2021-10-03coroutines: Fix ICE with an invalid await_suspend type [PR100673].John Eivind Helset
2021-10-03coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS set [PR 101133].Iain Sandoe
2021-10-03coroutines: Look through NOPs for awaiter variables [PR 99575].Iain Sandoe
2021-09-28coroutines: Only set parm copy guard vars if we have exceptions [PR 102454].Iain Sandoe
2021-09-16coroutines: Small cleanups to await_statement_walker [NFC].Iain Sandoe
2021-09-14coroutines: Make proxy vars for the function arg copies.Iain Sandoe
2021-09-14coroutines: Expose implementation state to the debugger.Iain Sandoe
2021-09-03coroutines: Support for debugging implementation state.Iain Sandoe
2021-09-03coroutines: Add a helper for creating local vars.Iain Sandoe
2021-09-03coroutines: Use DECL_VALUE_EXPR instead of rewriting vars.Iain Sandoe
2021-09-01coroutines : Add a missed begin/finish else clause to the codegen.Iain Sandoe
2021-09-01coroutines: No cleanups on goto statements.Iain Sandoe
2021-08-31c++: Various small fixesJason Merrill
2021-07-19coroutines: Adjust outlined function names [PR95520].Iain Sandoe
2021-07-14vec: use auto_vec in a few more placesJason Merrill
2021-07-09coroutines: Factor code. Match original source location in helpers [NFC].Iain Sandoe
2021-07-09coroutines: Fix a typo in rewriting the function.Iain Sandoe
2021-06-24cp: add support for per-location warning groups.Martin Sebor
2021-05-28tree-iterator: C++11 range-for and tree_stmt_iteratorJason Merrill
2021-05-07c++: don't call 'rvalue' in coroutines codeJason Merrill
2021-03-18coroutines: init struct members to NULLMartin Liska
2021-03-15coroutines : Convert await_ready () expressions to bool [PR99047].Iain Sandoe
2021-03-15coroutines : Handle rethrow from unhandled_exception [PR98704].Iain Sandoe
2021-03-15coroutines : Handle for await expressions in for stmts [PR98480].Iain Sandoe
2021-03-15coroutines : Avoid generating empty statements [PR96749].Iain Sandoe
2021-03-09c++: Fix coroutines on targetm.cxx.cdtor_return_this targets [PR99459]Jakub Jelinek
2021-03-05coroutines : Adjust constraints on when to build ctors [PR98118].Iain Sandoe
2021-03-05coroutines : Do not accept throwing final await expressions [PR95616].Iain Sandoe
2021-03-05coroutines : Handle exceptions throw before the first await_resume() [PR95615].Iain Sandoe
2021-02-25coroutines : Call promise CTOR with parm copies [PR97587].Iain Sandoe
2021-02-25coroutines : Remove throwing_cleanup marks from the ramp [PR95822].Iain Sandoe
2021-02-24coroutines : Adjust error handling for type-dependent coroutines [PR96251].Iain Sandoe
2021-01-04Update copyright years.Jakub Jelinek
2020-11-10Refactor copying decl section namesStrager Neds
2020-10-19coroutines: Emit error for invalid promise return types [PR97438].Iain Sandoe
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell