index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
coroutines.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-07
c++: track whether we expect a TARGET_EXPR to be elided
Jason Merrill
1
-22
/
+21
2022-10-06
c++: fix broken conversion in coroutines
Jason Merrill
1
-1
/
+4
2022-09-07
c++: top level bind when rewriting coroutines [PR106188]
Arsen Arsenović
1
-0
/
+9
2022-05-10
c++: Remove SET_PACK_EXPANSION_PATTERN / SET_ARGUMENT_PACK_ARGS
Patrick Palka
1
-1
/
+1
2022-04-29
c++, coroutines: Partial reversion of r12-8308-g15a176a833f23e [PR105426].
Iain Sandoe
1
-6
/
+8
2022-04-28
c++, coroutines: Improve check for throwing final await [PR104051].
Iain Sandoe
1
-6
/
+7
2022-04-28
c++, coroutines: Account for overloaded promise return_value() [PR105301].
Iain Sandoe
1
-2
/
+8
2022-04-28
c++, coroutines: Make sure our temporaries are in a bind expr [PR105287]
Iain Sandoe
1
-9
/
+9
2022-04-28
c++, coroutines: Avoid expanding within templates [PR103868]
Nathan Sidwell
1
-12
/
+13
2022-04-03
c++: Fix ICE due to shared BLOCK node in coroutine generation [PR103328]
Benno Evers
1
-0
/
+1
2022-03-07
Fix up duplicated duplicated words in comments
Jakub Jelinek
1
-1
/
+1
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-17
coroutines: Handle initial awaiters with non-void returns [PR 100127].
Iain Sandoe
1
-1
/
+7
2021-12-17
coroutines: Pass lvalues to user-defined operator new [PR 100772].
Iain Sandoe
1
-4
/
+4
2021-12-16
c++: two-stage name lookup for overloaded operators [PR51577]
Patrick Palka
1
-1
/
+1
2021-10-03
coroutines: Fail with a sorry when presented with a VLA [PR 101765].
Iain Sandoe
1
-0
/
+10
2021-10-03
coroutines: Await expressions are not allowed in handlers [PR 99710].
Iain Sandoe
1
-1
/
+16
2021-10-03
coroutines: Fix ICE with an invalid await_suspend type [PR100673].
John Eivind Helset
1
-1
/
+2
2021-10-03
coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS set [PR 101133].
Iain Sandoe
1
-12
/
+12
2021-10-03
coroutines: Look through NOPs for awaiter variables [PR 99575].
Iain Sandoe
1
-0
/
+1
2021-09-28
coroutines: Only set parm copy guard vars if we have exceptions [PR 102454].
Iain Sandoe
1
-11
/
+14
2021-09-16
coroutines: Small cleanups to await_statement_walker [NFC].
Iain Sandoe
1
-66
/
+59
2021-09-14
coroutines: Make proxy vars for the function arg copies.
Iain Sandoe
1
-130
/
+121
2021-09-14
coroutines: Expose implementation state to the debugger.
Iain Sandoe
1
-148
/
+137
2021-09-03
coroutines: Support for debugging implementation state.
Iain Sandoe
1
-5
/
+11
2021-09-03
coroutines: Add a helper for creating local vars.
Iain Sandoe
1
-26
/
+45
2021-09-03
coroutines: Use DECL_VALUE_EXPR instead of rewriting vars.
Iain Sandoe
1
-100
/
+5
2021-09-01
coroutines : Add a missed begin/finish else clause to the codegen.
Iain Sandoe
1
-0
/
+2
2021-09-01
coroutines: No cleanups on goto statements.
Iain Sandoe
1
-2
/
+2
2021-08-31
c++: Various small fixes
Jason Merrill
1
-1
/
+1
2021-07-19
coroutines: Adjust outlined function names [PR95520].
Iain Sandoe
1
-12
/
+75
2021-07-14
vec: use auto_vec in a few more places
Jason Merrill
1
-1
/
+1
2021-07-09
coroutines: Factor code. Match original source location in helpers [NFC].
Iain Sandoe
1
-14
/
+15
2021-07-09
coroutines: Fix a typo in rewriting the function.
Iain Sandoe
1
-2
/
+2
2021-06-24
cp: add support for per-location warning groups.
Martin Sebor
1
-11
/
+11
2021-05-28
tree-iterator: C++11 range-for and tree_stmt_iterator
Jason Merrill
1
-6
/
+4
2021-05-07
c++: don't call 'rvalue' in coroutines code
Jason Merrill
1
-87
/
+30
2021-03-18
coroutines: init struct members to NULL
Martin Liska
1
-1
/
+1
2021-03-15
coroutines : Convert await_ready () expressions to bool [PR99047].
Iain Sandoe
1
-1
/
+7
2021-03-15
coroutines : Handle rethrow from unhandled_exception [PR98704].
Iain Sandoe
1
-21
/
+54
2021-03-15
coroutines : Handle for await expressions in for stmts [PR98480].
Iain Sandoe
1
-0
/
+126
2021-03-15
coroutines : Avoid generating empty statements [PR96749].
Iain Sandoe
1
-20
/
+44
2021-03-09
c++: Fix coroutines on targetm.cxx.cdtor_return_this targets [PR99459]
Jakub Jelinek
1
-16
/
+18
2021-03-05
coroutines : Adjust constraints on when to build ctors [PR98118].
Iain Sandoe
1
-7
/
+7
2021-03-05
coroutines : Do not accept throwing final await expressions [PR95616].
Iain Sandoe
1
-0
/
+85
2021-03-05
coroutines : Handle exceptions throw before the first await_resume() [PR95615].
Iain Sandoe
1
-69
/
+258
2021-02-25
coroutines : Call promise CTOR with parm copies [PR97587].
Iain Sandoe
1
-8
/
+17
2021-02-25
coroutines : Remove throwing_cleanup marks from the ramp [PR95822].
Iain Sandoe
1
-0
/
+11
2021-02-24
coroutines : Adjust error handling for type-dependent coroutines [PR96251].
Iain Sandoe
1
-4
/
+7
[next]