aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/coroutines.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-17coroutines: Handle initial awaiters with non-void returns [PR 100127].Iain Sandoe1-1/+7
2021-12-17coroutines: Pass lvalues to user-defined operator new [PR 100772].Iain Sandoe1-4/+4
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-1/+1
2021-10-03coroutines: Fail with a sorry when presented with a VLA [PR 101765].Iain Sandoe1-0/+10
2021-10-03coroutines: Await expressions are not allowed in handlers [PR 99710].Iain Sandoe1-1/+16
2021-10-03coroutines: Fix ICE with an invalid await_suspend type [PR100673].John Eivind Helset1-1/+2
2021-10-03coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS set [PR 101133].Iain Sandoe1-12/+12
2021-10-03coroutines: Look through NOPs for awaiter variables [PR 99575].Iain Sandoe1-0/+1
2021-09-28coroutines: Only set parm copy guard vars if we have exceptions [PR 102454].Iain Sandoe1-11/+14
2021-09-16coroutines: Small cleanups to await_statement_walker [NFC].Iain Sandoe1-66/+59
2021-09-14coroutines: Make proxy vars for the function arg copies.Iain Sandoe1-130/+121
2021-09-14coroutines: Expose implementation state to the debugger.Iain Sandoe1-148/+137
2021-09-03coroutines: Support for debugging implementation state.Iain Sandoe1-5/+11
2021-09-03coroutines: Add a helper for creating local vars.Iain Sandoe1-26/+45
2021-09-03coroutines: Use DECL_VALUE_EXPR instead of rewriting vars.Iain Sandoe1-100/+5
2021-09-01coroutines : Add a missed begin/finish else clause to the codegen.Iain Sandoe1-0/+2
2021-09-01coroutines: No cleanups on goto statements.Iain Sandoe1-2/+2
2021-08-31c++: Various small fixesJason Merrill1-1/+1
2021-07-19coroutines: Adjust outlined function names [PR95520].Iain Sandoe1-12/+75
2021-07-14vec: use auto_vec in a few more placesJason Merrill1-1/+1
2021-07-09coroutines: Factor code. Match original source location in helpers [NFC].Iain Sandoe1-14/+15
2021-07-09coroutines: Fix a typo in rewriting the function.Iain Sandoe1-2/+2
2021-06-24cp: add support for per-location warning groups.Martin Sebor1-11/+11
2021-05-28tree-iterator: C++11 range-for and tree_stmt_iteratorJason Merrill1-6/+4
2021-05-07c++: don't call 'rvalue' in coroutines codeJason Merrill1-87/+30
2021-03-18coroutines: init struct members to NULLMartin Liska1-1/+1
2021-03-15coroutines : Convert await_ready () expressions to bool [PR99047].Iain Sandoe1-1/+7
2021-03-15coroutines : Handle rethrow from unhandled_exception [PR98704].Iain Sandoe1-21/+54
2021-03-15coroutines : Handle for await expressions in for stmts [PR98480].Iain Sandoe1-0/+126
2021-03-15coroutines : Avoid generating empty statements [PR96749].Iain Sandoe1-20/+44
2021-03-09c++: Fix coroutines on targetm.cxx.cdtor_return_this targets [PR99459]Jakub Jelinek1-16/+18
2021-03-05coroutines : Adjust constraints on when to build ctors [PR98118].Iain Sandoe1-7/+7
2021-03-05coroutines : Do not accept throwing final await expressions [PR95616].Iain Sandoe1-0/+85
2021-03-05coroutines : Handle exceptions throw before the first await_resume() [PR95615].Iain Sandoe1-69/+258
2021-02-25coroutines : Call promise CTOR with parm copies [PR97587].Iain Sandoe1-8/+17
2021-02-25coroutines : Remove throwing_cleanup marks from the ramp [PR95822].Iain Sandoe1-0/+11
2021-02-24coroutines : Adjust error handling for type-dependent coroutines [PR96251].Iain Sandoe1-4/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-10Refactor copying decl section namesStrager Neds1-1/+1
2020-10-19coroutines: Emit error for invalid promise return types [PR97438].Iain Sandoe1-0/+25
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-1/+1
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell1-1/+1
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-3/+5
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill1-23/+9
2020-07-16coroutines: Correct frame capture of compiler temps [PR95591+4].Iain Sandoe1-474/+654
2020-07-16coroutines: Spelling corrections in comments [NFC].Iain Sandoe1-11/+11
2020-06-30coroutines: Fix a diagnostic trailing space warning.Iain Sandoe1-1/+1
2020-06-30coroutines: Collect the function body rewrite code.Iain Sandoe1-329/+213
2020-06-28coroutines: Handle namespaces while scanning local vars [PR95711].Iain Sandoe1-1/+2