aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/coroutines.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-02c++: remove lookup_template_class's entering_scope flagPatrick Palka1-2/+2
2024-03-20Use integer_{zero,one}_node some moreJakub Jelinek1-2/+2
2024-02-09c++: make build_throw SFINAE-friendly [PR98388]Marek Polacek1-2/+2
2024-01-25c++: co_await and initializer_list [PR109227]Jason Merrill1-80/+38
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 2Patrick Palka1-3/+0
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka1-2/+1
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-04-09c++, coroutines: Fix block nests when the function has no top-level bind.Iain Sandoe1-0/+4
2023-04-01c++,coroutines: Stabilize names of promoted slot vars [PR101118].Iain Sandoe1-1/+1
2023-03-16c++: co_await and move-only type [PR105406]Jason Merrill1-1/+8
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-20c++: source position of lambda captures [PR84471]Jason Merrill1-2/+2
2022-12-16coroutines: Build pointer initializers with nullptr_node [PR107768]Andrew Pinski1-3/+3
2022-12-04coroutines: Do not promote temporaries that will be elided.Iain Sandoe1-0/+1
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-22/+21
2022-10-06c++: fix broken conversion in coroutinesJason Merrill1-1/+4
2022-09-07c++: top level bind when rewriting coroutines [PR106188]Arsen Arsenović1-0/+9
2022-05-10c++: Remove SET_PACK_EXPANSION_PATTERN / SET_ARGUMENT_PACK_ARGSPatrick Palka1-1/+1
2022-04-29c++, coroutines: Partial reversion of r12-8308-g15a176a833f23e [PR105426].Iain Sandoe1-6/+8
2022-04-28c++, coroutines: Improve check for throwing final await [PR104051].Iain Sandoe1-6/+7
2022-04-28c++, coroutines: Account for overloaded promise return_value() [PR105301].Iain Sandoe1-2/+8
2022-04-28c++, coroutines: Make sure our temporaries are in a bind expr [PR105287]Iain Sandoe1-9/+9
2022-04-28c++, coroutines: Avoid expanding within templates [PR103868]Nathan Sidwell1-12/+13
2022-04-03c++: Fix ICE due to shared BLOCK node in coroutine generation [PR103328]Benno Evers1-0/+1
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
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