Toggle navigation
Patchwork
gcc-patch
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Archived =
No
| 15942 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
«
1
2
…
57
58
59
…
159
160
»
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[v14,40/40] libstdc++: Optimize is_scalar trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,39/40] c++, libstdc++: Implement __is_scalar built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,38/40] libstdc++: Optimize is_signed trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,37/40] c++, libstdc++: Implement __is_signed built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,36/40] libstdc++: Optimize is_unsigned trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,35/40] c++: Implement __is_unsigned built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,34/40] libstdc++: Optimize is_compound trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,33/40] libstdc++: Optimize is_fundamental trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,32/40] libstdc++: Optimize is_arithmetic trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,30/40] libstdc++: Optimize is_pointer trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,29/40] c++, libstdc++: Implement __is_pointer built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,28/40] libstdc++: Optimize remove_pointer trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,27/40] c++: Implement __remove_pointer built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,26/40] libstdc++: Optimize is_object trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,25/40] libstdc++: Optimize is_function trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,24/40] c++: Implement __is_function built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,23/40] libstdc++: Optimize is_reference trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,22/40] c++: Implement __is_reference built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,21/40] libstdc++: Optimize is_member_object_pointer trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,20/40] c++: Implement __is_member_object_pointer built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,19/40] libstdc++: Optimize is_member_function_pointer trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,18/40] c++: Implement __is_member_function_pointer built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,15/40] libstdc++: Optimize is_member_pointer trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,14/40] c++: Implement __is_member_pointer built-in trait
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,13/40] libstdc++: Optimize is_scoped_enum trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
[v14,12/40] c++: Implement __is_scoped_enum built-in trait
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,11/40] libstdc++: Optimize is_bounded_array trait performance
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,10/40] c++: Implement __is_bounded_array built-in trait
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,09/40] libstdc++: Optimize is_unbounded_array trait performance
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,08/40] c++: Implement __is_unbounded_array built-in trait
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,07/40] libstdc++: Optimize is_array trait performance
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,06/40] c++: Implement __is_array built-in trait
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,05/40] libstdc++: Optimize is_volatile trait performance
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,04/40] c++: Implement __is_volatile built-in trait
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,03/40] libstdc++: Optimize is_const trait performance
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,02/40] c++: Implement __is_const built-in trait
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[v14,01/40] c++: Sort built-in identifiers alphabetically
Optimize type traits performance
- - -
1
-
-
2023-09-15
Ken Matsui
Accepted
[committed,11/11] libstdc++: Do not require effective target pthread for some tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,10/11] libstdc++: Remove dg-options "-std=gnu++20" from remaining tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,09/11] libstdc++: Remove dg-options "-std=gnu++20" from 30_threads tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,08/11] libstdc++: Remove dg-options "-std=gnu++20" from 27_io tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,07/11] libstdc++: Remove dg-options "-std=gnu++20" from 26_numerics tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,06/11] libstdc++: Remove dg-options "-std=gnu++20" from 24_iterators tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,05/11] libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,04/11] libstdc++: Remove dg-options "-std=gnu++20" from 21_strings tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,03/11] libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,02/11] libstdc++: Remove dg-options "-std=gnu++20" from <compare> tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
[committed,01/11] libstdc++: Remove dg-options "-std=gnu++20" from <atomic> tests
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed] libstdc++: Add missing tests for std::basic_filebuf::native_handle()
[committed] libstdc++: Add missing tests for std::basic_filebuf::native_handle()
- - -
1
-
-
2023-09-15
Jonathan Wakely
Accepted
[committed] libstdc++: Implement C++26 native handles for file streams (P1759R6)
[committed] libstdc++: Implement C++26 native handles for file streams (P1759R6)
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[committed] libstdc++: Add log line to testsuite output
[committed] libstdc++: Add log line to testsuite output
- - -
1
-
-
2023-09-15
Jonathan Wakely
Accepted
[committed] libstdc++: Fix 29_atomics/headers/atomic/types_std_c++2a_neg.cc for C++23
[committed] libstdc++: Fix 29_atomics/headers/atomic/types_std_c++2a_neg.cc for C++23
- - -
1
-
-
2023-09-15
Jonathan Wakely
Accepted
[v2,6/13] libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> tests
Untitled series #58187
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[v6] c++: Move consteval folding to cp_fold_r
[v6] c++: Move consteval folding to cp_fold_r
- - -
-
1
-
2023-09-15
Marek Polacek
Unresolved
c++: constness of decltype of NTTP object [PR98820]
c++: constness of decltype of NTTP object [PR98820]
- - -
1
-
-
2023-09-15
Patrick Palka
Accepted
[pushed] analyzer: support diagnostics that don't have a stmt
[pushed] analyzer: support diagnostics that don't have a stmt
- - -
-
1
-
2023-09-15
David Malcolm
Unresolved
[pushed] analyzer: introduce pending_location
[pushed] analyzer: introduce pending_location
- - -
-
1
-
2023-09-15
David Malcolm
Unresolved
[pushed] analyzer: handle volatile ops
[pushed] analyzer: handle volatile ops
- - -
1
-
-
2023-09-15
David Malcolm
Accepted
c++: visibility wrt template and ptrmem targs [PR70413]
c++: visibility wrt template and ptrmem targs [PR70413]
- - -
1
-
-
2023-09-15
Patrick Palka
Accepted
c++: overeager type completion in convert_to_void [PR111419]
c++: overeager type completion in convert_to_void [PR111419]
- - -
1
-
-
2023-09-15
Patrick Palka
Accepted
gcc: Introduce -fhardened
gcc: Introduce -fhardened
- - -
-
1
-
2023-09-15
Marek Polacek
Unresolved
[RFC] New early __builtin_unreachable processing.
[RFC] New early __builtin_unreachable processing.
- - -
-
1
-
2023-09-15
Andrew MacLeod
Unresolved
[COMMITTED] ada: Fix minor glitch in finish_record_type
[COMMITTED] ada: Fix minor glitch in finish_record_type
- - -
1
-
-
2023-09-15
Marc Poulhiès
Accepted
[COMMITTED] ada: Explicitly analyze and expand null array aggregates
[COMMITTED] ada: Explicitly analyze and expand null array aggregates
- - -
1
-
-
2023-09-15
Marc Poulhiès
Accepted
[COMMITTED] ada: Fix wrong optimization of extended return for discriminated record type
[COMMITTED] ada: Fix wrong optimization of extended return for discriminated record type
- - -
1
-
-
2023-09-15
Marc Poulhiès
Accepted
[COMMITTED] ada: Do not perform local-exception-to-goto optimization on barrier functions
[COMMITTED] ada: Do not perform local-exception-to-goto optimization on barrier functions
- - -
1
-
-
2023-09-15
Marc Poulhiès
Accepted
[COMMITTED] ada: Generate runtime restrictions list when the standard library is suppressed
[COMMITTED] ada: Generate runtime restrictions list when the standard library is suppressed
- - -
1
-
-
2023-09-15
Marc Poulhiès
Accepted
[COMMITTED] ada: Fix internal error on misaligned component with variable nominal size
[COMMITTED] ada: Fix internal error on misaligned component with variable nominal size
- - -
-
1
-
2023-09-15
Marc Poulhiès
Unresolved
[COMMITTED] ada: Fix internal error on aggregate nested in container aggregate
[COMMITTED] ada: Fix internal error on aggregate nested in container aggregate
- - -
-
1
-
2023-09-15
Marc Poulhiès
Unresolved
[COMMITTED] ada: Remove GNAT Pro details regarding mold
[COMMITTED] ada: Remove GNAT Pro details regarding mold
- - -
1
-
-
2023-09-15
Marc Poulhiès
Accepted
[COMMITTED] ada: Fix internal error on expression function with Refined_Post aspect
[COMMITTED] ada: Fix internal error on expression function with Refined_Post aspect
- - -
1
-
-
2023-09-15
Marc Poulhiès
Accepted
[COMMITTED] ada: Clean up scope depth and related code (tech debt)
[COMMITTED] ada: Clean up scope depth and related code (tech debt)
- - -
-
1
-
2023-09-15
Marc Poulhiès
Unresolved
[COMMITTED] ada: Crash on creation of extra formals on type extension
[COMMITTED] ada: Crash on creation of extra formals on type extension
- - -
-
1
-
2023-09-15
Marc Poulhiès
Unresolved
[COMMITTED,2/2] Always do PHI analysis before loop analysis.
[COMMITTED,1/2] Fix indentation in range_of_phi.
- - -
-
1
-
2023-09-15
Andrew MacLeod
Unresolved
[COMMITTED,1/2] Fix indentation in range_of_phi.
[COMMITTED,1/2] Fix indentation in range_of_phi.
- - -
1
-
-
2023-09-15
Andrew MacLeod
Accepted
[v1] RISC-V: Support FP SGNJX autovec for VLS mode
[v1] RISC-V: Support FP SGNJX autovec for VLS mode
- - -
-
1
-
2023-09-15
Li, Pan2 via Gcc-patches
Unresolved
[RFC] middle-end/106811 - document GENERIC/GIMPLE undefined behavior
[RFC] middle-end/106811 - document GENERIC/GIMPLE undefined behavior
- - -
1
-
-
2023-09-15
Richard Biener
Accepted
RISC-V: Fix using wrong mode to get reduction insn vlmax
RISC-V: Fix using wrong mode to get reduction insn vlmax
- - -
-
1
-
2023-09-15
Lehua Ding
Unresolved
test: Block SLP check of slp-35.c for vect_strided5
test: Block SLP check of slp-35.c for vect_strided5
- - -
1
-
-
2023-09-15
juzhe.zhong@rivai.ai
Accepted
test: Block SLP check of slp-34.c for vect_strided5
test: Block SLP check of slp-34.c for vect_strided5
- - -
1
-
-
2023-09-15
juzhe.zhong@rivai.ai
Accepted
test: Block vect_strided5 for slp-34-big-array.c SLP check
test: Block vect_strided5 for slp-34-big-array.c SLP check
- - -
1
-
-
2023-09-15
juzhe.zhong@rivai.ai
Accepted
[committed] libstdc++: Fix constraints for std::variant default constructor
[committed] libstdc++: Fix constraints for std::variant default constructor
- - -
1
-
-
2023-09-15
Jonathan Wakely
Accepted
[committed] libstdc++: Remove non-void static assertions in variant's std::get [PR111172]
[committed] libstdc++: Remove non-void static assertions in variant's std::get [PR111172]
- - -
1
-
-
2023-09-15
Jonathan Wakely
Accepted
[committed] libstdc++: Add operator bool to <charconv> result types (P2497R0)
[committed] libstdc++: Add operator bool to <charconv> result types (P2497R0)
- - -
-
1
-
2023-09-15
Jonathan Wakely
Unresolved
[WIP] Re-introduce 'TREE_USED' in tree streaming
[WIP] Re-introduce 'TREE_USED' in tree streaming
- - -
1
-
-
2023-09-15
Thomas Schwinge
Accepted
test: Isolate slp-1.c check of target supports vect_strided5
test: Isolate slp-1.c check of target supports vect_strided5
- - -
1
-
-
2023-09-15
juzhe.zhong@rivai.ai
Accepted
test: Block slp-16.c check for target support vect_strided6
test: Block slp-16.c check for target support vect_strided6
- - -
1
-
-
2023-09-15
juzhe.zhong@rivai.ai
Accepted
test: Remove XPASS for RISCV
test: Remove XPASS for RISCV
- - -
1
-
-
2023-09-15
juzhe.zhong@rivai.ai
Accepted
aarch64: Fix loose ldpstp check [PR111411]
aarch64: Fix loose ldpstp check [PR111411]
- - -
1
-
-
2023-09-15
Richard Sandiford
Accepted
fortran: Remove reference count update [PR108957]
fortran: Remove reference count update [PR108957]
- - -
1
-
-
2023-09-15
Mikael Morin
Accepted
LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP.
LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP.
- - -
1
-
-
2023-09-15
chenglulu
Accepted
RISC-V: Refactor expand_reduction and cleanup enum reduction_type
RISC-V: Refactor expand_reduction and cleanup enum reduction_type
- - -
-
1
-
2023-09-15
Lehua Ding
Unresolved
[v2] Modify gas uleb128 support test
[v2] Modify gas uleb128 support test
- - -
1
-
-
2023-09-15
mengqinggang
Accepted
RISC-V: Support VLS modes vec_init auto-vectorization
RISC-V: Support VLS modes vec_init auto-vectorization
- - -
-
1
-
2023-09-15
juzhe.zhong@rivai.ai
Unresolved
[v1] LoongArch: Add floating point conditional move support.
[v1] LoongArch: Add floating point conditional move support.
- - -
-
1
-
2023-09-15
chenglulu
Unresolved
[v1] LoongArch: Check whether binutils supports the relax function. If supported, explicit relocs a…
[v1] LoongArch: Check whether binutils supports the relax function. If supported, explicit relocs a…
- - -
-
1
-
2023-09-15
chenglulu
Unresolved
[v13,40/40] libstdc++: Optimize is_scalar trait performance
Optimize type traits performance
- - -
-
1
-
2023-09-15
Ken Matsui
Unresolved
«
1
2
…
57
58
59
…
159
160
»