Toggle navigation
Patchwork
GNU Compiler Collection
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: none
| 13813 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not applicable
Changes Requested
Failed CI
Superseded
Deferred
Committed
Dropped
DCO or assignment missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
siddhesh
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
simark
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
nsz
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
lamm
girish946
maennich
dodji
zimmerma
rzinsly
lukma
mjw
goldsteinn
raoni
jason
jwakely
jwakely
maximk
trodgers
trodgers
ams
ams
ams
rearnsha
siddhesh_staff
lancesix
aburgess
pvk
Apply
«
1
2
3
4
…
138
139
»
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
[og12] libgomp: Document OpenMP 'pinned' memory (was: [PATCH] libgomp, openmp: pinned memory)
[og12] libgomp: Document OpenMP 'pinned' memory (was: [PATCH] libgomp, openmp: pinned memory)
- -
-
-
-
2023-03-27
Thomas Schwinge
New
target/109296 - riscv: Add missing mode specifiers for XTheadMemPair
target/109296 - riscv: Add missing mode specifiers for XTheadMemPair
- -
-
-
-
2023-03-27
Christoph Muellner
Committed
Changed vector size
Changed vector size
- -
-
-
-
2023-03-27
陈逸轩
New
[RFC] ipa-visibility: Fix ICE in lto-partition caused by incorrect comdat group solving in ipa-visi…
[RFC] ipa-visibility: Fix ICE in lto-partition caused by incorrect comdat group solving in ipa-visi…
- -
-
-
-
2023-03-27
Xionghu Luo
New
libstdc++: Fix up experimental/net/timer/waitable/dest.cc testcase
libstdc++: Fix up experimental/net/timer/waitable/dest.cc testcase
- -
-
-
-
2023-03-27
Jakub Jelinek
New
rs6000: Fix predicate for const vector in sldoi_to_mov [PR109069]
rs6000: Fix predicate for const vector in sldoi_to_mov [PR109069]
- -
-
-
-
2023-03-27
Kewen.Lin
New
[(pushed)] fix: pytest error
[(pushed)] fix: pytest error
- -
-
-
-
2023-03-27
Martin Liška
Committed
aarch64: update ampere1 vectorization cost
aarch64: update ampere1 vectorization cost
- -
-
-
-
2023-03-27
Philipp Tomsich
Committed
RISC-V: Fix PR108279
RISC-V: Fix PR108279
- -
-
-
-
2023-03-27
juzhe.zhong@rivai.ai
New
[rs6000] rs6000: correct vector sign extend built-ins on Big Endian [PR108812]
[rs6000] rs6000: correct vector sign extend built-ins on Big Endian [PR108812]
- -
-
-
-
2023-03-27
HAO CHEN GUI
New
m68k: handle TLS access with offset
m68k: handle TLS access with offset
- -
-
-
-
2023-03-26
Andreas Schwab
New
c++, coroutines: Stabilize names of promoted slot vars [PR101118].
c++, coroutines: Stabilize names of promoted slot vars [PR101118].
- -
-
-
-
2023-03-26
Iain Sandoe
New
[wwwdocs] Add Ada's GCC13 changelog entry
[wwwdocs] Add Ada's GCC13 changelog entry
- -
-
-
-
2023-03-26
Fernando Oleo Blanco
New
[pushed] doc: Remove anachronistic note related to languages built
[pushed] doc: Remove anachronistic note related to languages built
- -
-
-
-
2023-03-26
Gerald Pfeifer
Committed
RISC-V: Add Z*inx incompatible check in gcc.
RISC-V: Add Z*inx incompatible check in gcc.
- -
-
-
-
2023-03-26
Jiawei
New
[10/10] libstdc++: make std::is_object dispatch to new built-in traits
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[09/10] libstdc++: use new built-in trait __is_void for std::is_void
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[08/10] c++: implement __is_void built-in trait
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[07/10] c++: rename __is_void defined in pr46567.C to ____is_void
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[06/10] libstdc++: remove unused __is_void in cpp_type_traits.h
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[05/10] libstdc++: use std::is_void instead of __is_void in helper_functions.h
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[04/10] libstdc++: use new built-in trait __is_function for std::is_function
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[03/10] c++: implement __is_function built-in trait
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[02/10] libstdc++: use new built-in trait __is_reference for std::is_reference
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[01/10] c++: implement __is_reference built-in trait
c++, libstdc++: get std::is_object to dispatch to new built-in traits
- -
-
-
-
2023-03-26
Ken Matsui
New
[commited] Fortran: remove dead code [PR104321]
[commited] Fortran: remove dead code [PR104321]
- -
-
-
-
2023-03-25
Harald Anlauf
New
[v2] RISCV: Bugfix for wrong code with v16hi compare & mask
[v2] RISCV: Bugfix for wrong code with v16hi compare & mask
- -
-
-
-
2023-03-25
Steve Kargl via Gcc-patches
New
c++: Avoid informs without a warning [PR109278]
c++: Avoid informs without a warning [PR109278]
- -
-
-
-
2023-03-25
Jakub Jelinek
New
predict: Don't emit -Wsuggest-attribute=cold warning for functions which already have that attribut…
predict: Don't emit -Wsuggest-attribute=cold warning for functions which already have that attribut…
- -
-
-
-
2023-03-25
Jakub Jelinek
New
[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
- -
-
-
-
2023-03-25
Dan Li
New
[rs6000] Correct match pattern in pr56605.c
[rs6000] Correct match pattern in pr56605.c
- -
-
-
-
2023-03-25
Alexandre Oliva
New
[PR99708,rs6000] don't expect __ibm128 with 64-bit long double
[PR99708,rs6000] don't expect __ibm128 with 64-bit long double
- -
-
-
-
2023-03-25
Alexandre Oliva
New
[testsuite,ppc] expect vectorization in gen-vect-11c.c
[testsuite,ppc] expect vectorization in gen-vect-11c.c
- -
-
-
-
2023-03-25
Alexandre Oliva
New
[testsuite] enable -maltivec like vect_int for signbit-2.c
[testsuite] enable -maltivec like vect_int for signbit-2.c
- -
-
-
-
2023-03-25
Alexandre Oliva
New
[RFC/RFT,V2,3/3,PR102768] aarch64: Add support for Kernel Control Flow Integrity
Add compiler support for Kernel Control Flow Integrity
- -
-
-
-
2023-03-25
Dan Li
New
[RFC/RFT,V2,2/3,PR102768] Support CFI: Add basic support for Kernel Control Flow Integrity
Add compiler support for Kernel Control Flow Integrity
- -
-
-
-
2023-03-25
Dan Li
New
[RFC/RFT,V2,1/3,PR102768] flag-types.h (enum sanitize_code): Extend sanitize_code to 64 bits to sup…
Add compiler support for Kernel Control Flow Integrity
- -
-
-
-
2023-03-25
Dan Li
New
[pushed] docs, analyzer: improvements to "Debugging the Analyzer"
[pushed] docs, analyzer: improvements to "Debugging the Analyzer"
- -
-
-
-
2023-03-24
David Malcolm
New
[V2] PR target/105325, Make load/cmp fusion know about prefixed load
[V2] PR target/105325, Make load/cmp fusion know about prefixed load
- -
-
-
-
2023-03-24
Michael Meissner
New
aarch64, builtins: Include PR registers in FUNCTION_ARG_REGNO_P etc. [PR109254]
aarch64, builtins: Include PR registers in FUNCTION_ARG_REGNO_P etc. [PR109254]
- -
-
-
-
2023-03-24
Jakub Jelinek
New
[committed] Fortran: fix FE memleak with BOZ expressions
[committed] Fortran: fix FE memleak with BOZ expressions
- -
-
-
-
2023-03-24
Harald Anlauf
New
[committed] libgomp.texi: Fix wording in GCN offload specifics
[committed] libgomp.texi: Fix wording in GCN offload specifics
- -
-
-
-
2023-03-24
Tobias Burnus
New
[og12] Add 'libgomp.c/alloc-ompx_host_mem_alloc-1.c'
[og12] Add 'libgomp.c/alloc-ompx_host_mem_alloc-1.c'
- -
-
-
-
2023-03-24
Thomas Schwinge
Deferred
[pushed] c++: default template arg, partial ordering [PR105481]
[pushed] c++: default template arg, partial ordering [PR105481]
- -
-
-
-
2023-03-24
Jason Merrill
Committed
Add caveat/safeguard to OpenMP: Handle descriptors in target's firstprivate [PR104949] (was: [Patch…
Add caveat/safeguard to OpenMP: Handle descriptors in target's firstprivate [PR104949] (was: [Patch…
- -
-
-
-
2023-03-24
Thomas Schwinge
Committed
[og12] libgomp: Document OpenMP 'pinned' memory (was: [PATCH] libgomp, openmp: pinned memory
[og12] libgomp: Document OpenMP 'pinned' memory (was: [PATCH] libgomp, openmp: pinned memory
- -
-
-
-
2023-03-24
Thomas Schwinge
Deferred
[og12] libgomp: Simplify OpenMP reverse offload host <-> device memory copy implementation (was: [P…
[og12] libgomp: Simplify OpenMP reverse offload host <-> device memory copy implementation (was: [P…
- -
-
-
-
2023-03-24
Thomas Schwinge
Deferred
[og12] In 'libgomp/target.c:gomp_unmap_vars_internal', defer 'gomp_remove_var' (was: [PATCH, v2, Op…
[og12] In 'libgomp/target.c:gomp_unmap_vars_internal', defer 'gomp_remove_var' (was: [PATCH, v2, Op…
- -
-
-
-
2023-03-24
Thomas Schwinge
Deferred
[7/7] openmp: Add C/C++ support for loop transformations on inner loops
openmp: OpenMP 5.1 loop transformation directives
- -
-
-
-
2023-03-24
Frederik Harwath
New
[6/7] openmp: Add Fortran support for loop transformations on inner loops
openmp: OpenMP 5.1 loop transformation directives
- -
-
-
-
2023-03-24
Frederik Harwath
New
[5/7] openmp: Add C/C++ support for "omp tile"
openmp: OpenMP 5.1 loop transformation directives
- -
-
-
-
2023-03-24
Frederik Harwath
New
[4/7] openmp: Add Fortran support for "omp tile"
openmp: OpenMP 5.1 loop transformation directives
- -
-
-
-
2023-03-24
Frederik Harwath
New
[3/7] openacc: Rename OMP_CLAUSE_TILE to OMP_CLAUSE_OACC_TILE
openmp: OpenMP 5.1 loop transformation directives
- -
-
-
-
2023-03-24
Frederik Harwath
New
[2/7] openmp: Add C/C++ support for "omp unroll" directive
openmp: OpenMP 5.1 loop transformation directives
- -
-
-
-
2023-03-24
Frederik Harwath
New
[1/7] openmp: Add Fortran support for "omp unroll" directive
openmp: OpenMP 5.1 loop transformation directives
- -
-
-
-
2023-03-24
Frederik Harwath
New
PR tree-optimization/109274 - Don't interpret contents of a value_relation record.
PR tree-optimization/109274 - Don't interpret contents of a value_relation record.
- -
-
-
-
2023-03-24
Andrew MacLeod
New
RTL: Bugfix for wrong code with v16hi compare & mask
RTL: Bugfix for wrong code with v16hi compare & mask
- -
-
-
-
2023-03-24
Steve Kargl via Gcc-patches
New
[v2] C, ObjC: Add -Wunterminated-string-initialization
[v2] C, ObjC: Add -Wunterminated-string-initialization
- -
-
-
-
2023-03-24
Alejandro Colomar
New
[2/2,i386] Adjust costing of emulated vectorized gather/scatter
[1/2] Add emulated scatter capability to the vectorizer
- -
-
-
-
2023-03-24
Richard Biener
New
[1/2] Add emulated scatter capability to the vectorizer
[1/2] Add emulated scatter capability to the vectorizer
- -
-
-
-
2023-03-24
Richard Biener
New
[wwwdocs] Mention the GNU C enum changes in gcc-13/changes.html
[wwwdocs] Mention the GNU C enum changes in gcc-13/changes.html
- -
-
-
-
2023-03-24
Jakub Jelinek
New
[GCC14,QUEUE] RISC-V: Fine tune RVV narrow instruction (source EEW > dest DEST) RA constraint
[GCC14,QUEUE] RISC-V: Fine tune RVV narrow instruction (source EEW > dest DEST) RA constraint
- -
-
-
-
2023-03-24
juzhe.zhong@rivai.ai
New
RISC-V: Fine tune RVV narrow instruction (source EEW > dest DEST) RA constraint
RISC-V: Fine tune RVV narrow instruction (source EEW > dest DEST) RA constraint
- -
-
-
-
2023-03-24
juzhe.zhong@rivai.ai
New
[2/2] Remove Negative(gwarf-) from gdwarf
[1/2] Disallow -gno-dwarf, gno-dwarf-N, -gno-gdb and -gno-vms
- -
-
-
-
2023-03-24
Richard Biener
Committed
[1/2] Disallow -gno-dwarf, gno-dwarf-N, -gno-gdb and -gno-vms
[1/2] Disallow -gno-dwarf, gno-dwarf-N, -gno-gdb and -gno-vms
- -
-
-
-
2023-03-24
Richard Biener
Committed
go: Fix up go.test/test/fixedbugs/bug207.go failure [PR109258]
go: Fix up go.test/test/fixedbugs/bug207.go failure [PR109258]
- -
-
-
-
2023-03-24
Jakub Jelinek
New
builtins: Fix up ICE in inline_string_cmp [PR109258]
builtins: Fix up ICE in inline_string_cmp [PR109258]
- -
-
-
-
2023-03-24
Jakub Jelinek
New
[committed] testsuite: Fix up gcc.target/i386/pr109137.c testcase [PR109137]
[committed] testsuite: Fix up gcc.target/i386/pr109137.c testcase [PR109137]
- -
-
-
-
2023-03-24
Jakub Jelinek
New
[committed] testsuite: Add testcase for already fixed PR [PR99739]
[committed] testsuite: Add testcase for already fixed PR [PR99739]
- -
-
-
-
2023-03-24
Jakub Jelinek
New
[GCC14,QUEUE] RISC-V: Fix RVV register order
[GCC14,QUEUE] RISC-V: Fix RVV register order
- -
-
-
-
2023-03-24
juzhe.zhong@rivai.ai
New
[GCC14,QUEUE] RISC-V: Fix RVV register order
[GCC14,QUEUE] RISC-V: Fix RVV register order
- -
-
-
-
2023-03-24
juzhe.zhong@rivai.ai
New
RISC-V: Optimize zbb ins sext.b and sext.h in rv64
RISC-V: Optimize zbb ins sext.b and sext.h in rv64
- -
-
-
-
2023-03-24
Feng Wang
New
RISC-V: Optimize load memory data in rv64
RISC-V: Optimize load memory data in rv64
- -
-
-
-
2023-03-24
Feng Wang
New
[pushed] c++: constexpr PMF conversion [PR105996]
[pushed] c++: constexpr PMF conversion [PR105996]
- -
-
-
-
2023-03-23
Jason Merrill
Committed
[2/2] c++: duplicate "use of deleted fn" diagnostic [PR106880]
[1/2] c++: improve "NTTP argument considered unused" fix [PR53164, PR105848]
- -
-
-
-
2023-03-23
Patrick Palka
New
[1/2] c++: improve "NTTP argument considered unused" fix [PR53164, PR105848]
[1/2] c++: improve "NTTP argument considered unused" fix [PR53164, PR105848]
- -
-
-
-
2023-03-23
Patrick Palka
New
[COMMITTED] testsuite: Xfail gcc.dg/tree-ssa/ssa-fre-100.c for ! natural_alignment_32
[COMMITTED] testsuite: Xfail gcc.dg/tree-ssa/ssa-fre-100.c for ! natural_alignment_32
- -
-
-
-
2023-03-23
Hans-Peter Nilsson
Committed
[RFC] c-family: -Wsequence-point and COMPONENT_REF [PR107163]
[RFC] c-family: -Wsequence-point and COMPONENT_REF [PR107163]
- -
-
-
-
2023-03-23
Jason Merrill
New
[OG12,committed] Fortran/OpenMP: Fix 'alloc' and 'from' mapping for allocatable components
[OG12,committed] Fortran/OpenMP: Fix 'alloc' and 'from' mapping for allocatable components
- -
-
-
-
2023-03-23
Tobias Burnus
New
PR tree-optimization/109238 - Ranger cache dominator queries should ignore backedges.
PR tree-optimization/109238 - Ranger cache dominator queries should ignore backedges.
- -
-
-
-
2023-03-23
Andrew MacLeod
New
c: [PR84900] cast of compound literal does not cause the code to become a non-lvalue
c: [PR84900] cast of compound literal does not cause the code to become a non-lvalue
- -
-
-
-
2023-03-23
Andrew Pinski
Committed
tree-optimization/107569 - avoid wrecking earlier folding in FRE/PRE
tree-optimization/107569 - avoid wrecking earlier folding in FRE/PRE
- -
-
-
-
2023-03-23
Richard Biener
Committed
lto/109263 - lto-wrapper and -g0 -ggdb
lto/109263 - lto-wrapper and -g0 -ggdb
- -
-
-
-
2023-03-23
Richard Biener
Committed
tree-optimization/109262 - ICE with non-call EH and forwprop
tree-optimization/109262 - ICE with non-call EH and forwprop
- -
-
-
-
2023-03-23
Richard Biener
Committed
c++: outer 'this' leaking into local class [PR106969]
c++: outer 'this' leaking into local class [PR106969]
- -
-
-
-
2023-03-23
Patrick Palka
New
(testsuite] Skip gnat.dg/div_zero.adb on Aarch64
(testsuite] Skip gnat.dg/div_zero.adb on Aarch64
- -
-
-
-
2023-03-23
Eric Botcazou
Committed
[OG12,committed] Fortran: Add attr.class_ok check for generate_callback_wrapper
[OG12,committed] Fortran: Add attr.class_ok check for generate_callback_wrapper
- -
-
-
-
2023-03-23
Tobias Burnus
New
ranger: Ranger meets aspell
ranger: Ranger meets aspell
- -
-
-
-
2023-03-23
Jakub Jelinek
New
[V5,2/2] Update documentation to clarify a GCC extension
[V5,1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
- -
-
-
-
2023-03-23
Qing Zhao
New
[V5,1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
[V5,1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
- -
-
-
-
2023-03-23
Qing Zhao
New
[committed] amdgcn: Fix register size bug
[committed] amdgcn: Fix register size bug
- -
-
-
-
2023-03-23
Andrew Stubbs
Committed
[committed] amdgcn: vec_extract no-op insns
[committed] amdgcn: vec_extract no-op insns
- -
-
-
-
2023-03-23
Andrew Stubbs
Committed
libstdc++: use __bool_constant instead of integral_constant
libstdc++: use __bool_constant instead of integral_constant
- -
-
-
-
2023-03-23
Ken Matsui
New
rtl-optimization: ppc backend generates unnecessary signed extension.
rtl-optimization: ppc backend generates unnecessary signed extension.
- -
-
-
-
2023-03-23
Ajit Agarwal
New
ipa: Avoid another ICE when dealing with type-incompatibilities (PR 108959)
ipa: Avoid another ICE when dealing with type-incompatibilities (PR 108959)
- -
-
-
-
2023-03-23
Martin Jambor
New
[v4] Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings
[v4] Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings
- -
-
-
-
2023-03-23
Tobias Burnus
New
tree-vect-generic: Fix up expand_vector_condition [PR109176]
tree-vect-generic: Fix up expand_vector_condition [PR109176]
- -
-
-
-
2023-03-23
Jakub Jelinek
New
In the ready lists of pipeline, put unrecog insns (such as CLOBBER, USE) at the latest to issue.
In the ready lists of pipeline, put unrecog insns (such as CLOBBER, USE) at the latest to issue.
- -
-
-
-
2023-03-23
Jin Ma
New
[RFC] vect: verify that nelt is greater than one
[RFC] vect: verify that nelt is greater than one
- -
-
-
-
2023-03-23
Kevin Lee
New
[pushed] c++: local class in nested generic lambda [PR109241]
[pushed] c++: local class in nested generic lambda [PR109241]
- -
-
-
-
2023-03-23
Jason Merrill
Committed
«
1
2
3
4
…
138
139
»