coroutines: Wrap co_await in a target expr where needed [PR95050]
[gcc.git] / gcc / cp / coroutines.cc
2020-06-02 Iain Sandoecoroutines: Wrap co_await in a target expr where needed...
2020-06-01 Iain Sandoecoroutines: Correct handling of references in parm...
2020-05-31 Iain Sandoecoroutines: Avoid functions with unlowered coroutine...
2020-05-31 Iain Sandoecoroutines: Remove up some unused values.
2020-05-30 Iain Sandoecoroutines: Fix unused value found by static analysis.
2020-05-21 Iain Sandoecoroutines: Partial reversion of r11-437-g5ef067eb14d4.
2020-05-17 Iain Sandoecoroutines: Avoid a maybe used uninitialized warning...
2020-05-16 Iain Sandoecoroutines: Implicitly movable objects should use move...
2020-05-08 Iain Sandoecoroutines: Update TREE_SIDE_EFFECTS on inserted bind...
2020-05-07 Iain Sandoecoroutines: Improve error recovery [PR94817, PR94829].
2020-05-06 Iain Sandoecoroutines: Remove references to n4849 (NFC).
2020-05-05 Iain Sandoecoroutines: Replace extra checks for co_yield with...
2020-05-05 Nathan Sidwellc++: Avoid inconsistency in lambda fn's this pointer...
2020-05-04 Iain Sandoecoroutines: Mark the gro as artificial.
2020-04-30 Iain Sandoecoroutines: Fix handling of artificial vars [PR94886]
2020-04-30 Iain Sandoecoroutines: Fix handling of target cleanup exprs [PR94883]
2020-04-30 Iain Sandoecoroutines: Fix cases where proxy variables are used...
2020-04-28 Iain Sandoecoroutines: Pass class ref to traits lookup and promise...
2020-04-28 Iain Sandoecoroutines: Fix handling of non-class coroutine returns...
2020-04-27 Iain Sandoecoroutines: Fix for uses of structured binding [PR94701]
2020-04-26 Iain Sandoecoroutines: Do not assume parms are named [PR94752].
2020-04-24 Martin LiskaRemove CHECKING_P in coroutines.cc for release checking.
2020-04-23 Iain Sandoecoroutines: Fix handling of conditional statements...
2020-04-22 Iain Sandoecoroutines: Pass class reference to promise param previ...
2020-04-21 Iain Sandoecoroutines: Fix handling of ramp return value [PR94661]
2020-04-20 Marek Polacekcoroutines: Fix STRIP_NOPS usage.
2020-04-16 Iain Sandoecoroutines: Back out mandate for tail-calls at O <...
2020-04-14 Iain Sandoecoroutines: Fix compile error with symmetric transfers...
2020-04-10 Iain Sandoecoroutines: Revise await expansions [PR94528]
2020-04-10 Bin ChengSimplify co_await_expander.
2020-04-09 Iain Sandoecoroutines: Add cleanups, where required, to statements...
2020-04-07 Iain Sandoecoroutines, ensure placeholder var is properly declared.
2020-03-26 Iain Sandoecoroutines: Implement n4849 recommended symmetric transfer.
2020-03-26 Iain Sandoecoroutines: Implement n4849 changes to exception handling.
2020-03-25 Iain Sandoecoroutines: Fix missing dereference (PR94319).
2020-03-18 Jakub JelinekFix up duplicated duplicated words in comments
2020-03-15 Iain Sandoecoroutines: Fix indentation (NFC).
2020-03-09 Bin ChengInsert default return_void at the end of coroutine...
2020-03-04 JunMacoroutines: Handle component_ref in captures_temporary
2020-03-03 JunMaBuild coroutine expression with unknown_type in process...
2020-03-02 Iain Sandoecoroutines: Update lambda capture handling to n4849.
2020-03-02 Iain Sandoecoroutines: Don't make duplicate frame copies of awaita...
2020-02-26 Iain Sandoecoroutines: Amend parameter handling to match n4849.
2020-02-12 Iain Sandoecoroutines: Update to n4849 allocation/deallocation.
2020-02-05 Bin ChengIncrease index number for creating temp vars' name.
2020-02-05 JunMaHandle type deduction of auto and decltype(auto) with...
2020-02-04 Iain Sandoecoroutines: Prevent repeated error messages for missing...
2020-02-03 Iain Sandoecoroutines: Fix ICE on invalid (PR93458).
2020-02-03 JunMacoroutines: Bind label_decl of original function to...
2020-01-30 Bin ChengUse promise in coroutine frame in actor function.
2020-01-30 Bin ChengHandle CO_AWAIT_EXPR in conversion in co_await_expander.
2020-01-27 Iain Sandoecoroutines: Ensure the ramp return object is checked...
2020-01-26 Iain Sandoecoroutines: Fix whitespace and comment markers.
2020-01-22 JunMaAdd error check on return value of build_co_await
2020-01-22 JunMaAdd error messages for missing methods of awaitable...
2020-01-21 Iain Sandoe[coro] Fix co_await of void type.
2020-01-21 Bin ChengFix false warning messages about missing return in...
2020-01-18 Jakub Jelinekc++: Fix coroutines.cc build for nvptx-none target
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.