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
2020-07-29
c++: Implement C++20 implicit move changes. [PR91427]
Jason Merrill
1
-23
/
+9
2020-07-16
coroutines: Correct frame capture of compiler temps [PR95591+4].
Iain Sandoe
1
-474
/
+654
2020-07-16
coroutines: Spelling corrections in comments [NFC].
Iain Sandoe
1
-11
/
+11
2020-06-30
coroutines: Fix a diagnostic trailing space warning.
Iain Sandoe
1
-1
/
+1
2020-06-30
coroutines: Collect the function body rewrite code.
Iain Sandoe
1
-329
/
+213
2020-06-28
coroutines: Handle namespaces while scanning local vars [PR95711].
Iain Sandoe
1
-1
/
+2
2020-06-27
coroutines: Handle awaiters that are sub-objects [PR95736]
Iain Sandoe
1
-30
/
+82
2020-06-27
coroutines: Improve diagnostics for one allocator case.
Iain Sandoe
1
-0
/
+4
2020-06-26
coroutines: Handle non-method promise expressions [PR95519]
Iain Sandoe
1
-86
/
+109
2020-06-26
coroutines: Handle bad g-r-o-o-a-f cases.
Iain Sandoe
1
-0
/
+5
2020-06-24
coroutines: Copy attributes to the outlined functions [PR95518,PR95813]
Iain Sandoe
1
-0
/
+12
2020-06-23
coroutines: Add a cleanup expression for g-r-o when needed [PR95477].
Iain Sandoe
1
-11
/
+60
2020-06-20
coroutines: Update handling and failure for g-r-o-o-a-f [PR95505]
Iain Sandoe
1
-26
/
+25
2020-06-11
coroutines: Handle lambda closure pointers like 'this'.
Iain Sandoe
1
-18
/
+5
2020-06-09
coroutines: Ensure distinct DTOR trees [PR95137].
Iain Sandoe
1
-9
/
+13
2020-06-04
coroutines: Fix missed ramp function return copy elision [PR95346].
Iain Sandoe
1
-25
/
+47
2020-06-03
coroutines: Allow parameter packs in co_await/yield expressions [PR95345]
Iain Sandoe
1
-24
/
+21
2020-06-02
coroutines: Wrap co_await in a target expr where needed [PR95050]
Iain Sandoe
1
-2
/
+27
2020-06-01
coroutines: Correct handling of references in parm copies [PR95350].
Iain Sandoe
1
-31
/
+10
2020-05-31
coroutines: Avoid functions with unlowered coroutine trees [PR95087].
Iain Sandoe
1
-0
/
+3
2020-05-31
coroutines: Remove up some unused values.
Iain Sandoe
1
-15
/
+13
2020-05-30
coroutines: Fix unused value found by static analysis.
Iain Sandoe
1
-5
/
+3
2020-05-21
coroutines: Partial reversion of r11-437-g5ef067eb14d4.
Iain Sandoe
1
-1
/
+2
2020-05-17
coroutines: Avoid a maybe used uninitialized warning. NFC.
Iain Sandoe
1
-1
/
+2
2020-05-16
coroutines: Implicitly movable objects should use move CTORs for co_return.
Iain Sandoe
1
-35
/
+74
2020-05-08
coroutines: Update TREE_SIDE_EFFECTS on inserted bind exprs.
Iain Sandoe
1
-5
/
+10
2020-05-07
coroutines: Improve error recovery [PR94817, PR94829].
Iain Sandoe
1
-6
/
+25
2020-05-06
coroutines: Remove references to n4849 (NFC).
Iain Sandoe
1
-14
/
+14
2020-05-05
coroutines: Replace extra checks for co_yield with asserts.
Iain Sandoe
1
-9
/
+11
2020-05-05
c++: Avoid inconsistency in lambda fn's this pointer name [pr94807]
Nathan Sidwell
1
-3
/
+2
2020-05-04
coroutines: Mark the gro as artificial.
Iain Sandoe
1
-0
/
+2
2020-04-30
coroutines: Fix handling of artificial vars [PR94886]
Iain Sandoe
1
-8
/
+16
2020-04-30
coroutines: Fix handling of target cleanup exprs [PR94883]
Iain Sandoe
1
-0
/
+11
2020-04-30
coroutines: Fix cases where proxy variables are used [PR94879]
Iain Sandoe
1
-3
/
+6
2020-04-28
coroutines: Pass class ref to traits lookup and promise allocator [PR94760].
Iain Sandoe
1
-4
/
+51
2020-04-28
coroutines: Fix handling of non-class coroutine returns [PR94759]
Iain Sandoe
1
-55
/
+49
2020-04-27
coroutines: Fix for uses of structured binding [PR94701]
Iain Sandoe
1
-11
/
+29
2020-04-26
coroutines: Do not assume parms are named [PR94752].
Iain Sandoe
1
-2
/
+9
2020-04-24
Remove CHECKING_P in coroutines.cc for release checking.
Martin Liska
1
-2
/
+0
2020-04-23
coroutines: Fix handling of conditional statements [PR94288]
Iain Sandoe
1
-10
/
+423
2020-04-22
coroutines: Pass class reference to promise param preview [PR94682]
Iain Sandoe
1
-9
/
+23
2020-04-21
coroutines: Fix handling of ramp return value [PR94661]
Iain Sandoe
1
-32
/
+15
2020-04-20
coroutines: Fix STRIP_NOPS usage.
Marek Polacek
1
-1
/
+1
2020-04-16
coroutines: Back out mandate for tail-calls at O < 2 [PR94359]
Iain Sandoe
1
-14
/
+2
2020-04-14
coroutines: Fix compile error with symmetric transfers [PR94359]
Iain Sandoe
1
-7
/
+15
2020-04-11
coroutines: Revise await expansions [PR94528]
Iain Sandoe
1
-208
/
+248
2020-04-10
Simplify co_await_expander.
Bin Cheng
1
-22
/
+3
2020-04-09
coroutines: Add cleanups, where required, to statements with captured referen...
Iain Sandoe
1
-7
/
+13
2020-04-07
coroutines, ensure placeholder var is properly declared.
Iain Sandoe
1
-1
/
+3
2020-03-26
coroutines: Implement n4849 recommended symmetric transfer.
Iain Sandoe
1
-132
/
+88
[next]