Show patches with: none      |   147140 patches
« 1 2 3 41471 1472 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
libstdc++: Future-proof C++20 atomic wait/notify libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-16 Jonathan Wakely New
[committed] libstdc++: Tweak static_assert messages for volatile atomic waits [committed] libstdc++: Tweak static_assert messages for volatile atomic waits - - - - --- 2025-11-15 Jonathan Wakely New
[committed] libstdc++: Minor refactoring in __wait_until_impl in atomic.cc [committed] libstdc++: Minor refactoring in __wait_until_impl in atomic.cc - - - - --- 2025-11-15 Jonathan Wakely New
[v2] c++/modules: Keep tracking instantiations of static class variable templates [PR122625] [v2] c++/modules: Keep tracking instantiations of static class variable templates [PR122625] - - 1 - --- 2025-11-15 Nathaniel Shead New
[to-be-committed,RISC-V] Cleanup zero-extension patterns, generalize zero-extend with shifted opera… [to-be-committed,RISC-V] Cleanup zero-extension patterns, generalize zero-extend with shifted opera… - - - - --- 2025-11-15 Jeff Law New
[2/2] c++: UX improvements for close matches in print_candidates [1/2] c++: use nesting and counts in print_candidates - - - - --- 2025-11-15 David Malcolm New
[1/2] c++: use nesting and counts in print_candidates [1/2] c++: use nesting and counts in print_candidates - - - - --- 2025-11-15 David Malcolm New
Change the default C++ dialect to gnu++20 Change the default C++ dialect to gnu++20 - - - - --- 2025-11-15 Jakub Jelinek New
GCC, meet C++20 GCC, meet C++20 - - - - --- 2025-11-15 Jakub Jelinek New
c++: Implement C++23 P2246R1 - Character encoding of diagnostic text c++: Implement C++23 P2246R1 - Character encoding of diagnostic text - - - - --- 2025-11-15 Jakub Jelinek New
[pushed] c++/modules: explicit inst of constructor [pushed] c++/modules: explicit inst of constructor - - - - --- 2025-11-15 Jason Merrill New
[RFC] c++/modules: #include <vector> -> import <bits/stdc++.h> [RFC] c++/modules: #include <vector> -> import <bits/stdc++.h> - - - - --- 2025-11-15 Jason Merrill New
[RFC] driver/c++: add --compile-std-module [RFC] driver/c++: add --compile-std-module - - - - --- 2025-11-15 Jason Merrill New
[to-be-committed,RISC-V] Eliminate zero-extension related define_insn_and_splits [to-be-committed,RISC-V] Eliminate zero-extension related define_insn_and_splits - - - - --- 2025-11-15 Jeff Law New
[2/2] libstdc++: Use new atomic fetch min/max builtins in std::atomic Implement atomic fetch min/max in std::atomic - - - - --- 2025-11-15 Soumya AR New
[1/2] middle-end: Add support for fetch min/max builtins via CAS lowering Implement atomic fetch min/max in std::atomic - - - - --- 2025-11-15 Soumya AR New
c++: Support template block-scope OpenMP user-defined reductions in modules [PR119864] c++: Support template block-scope OpenMP user-defined reductions in modules [PR119864] - - - - --- 2025-11-15 Nathaniel Shead New
[pushed] wwwdocs: gcc-12: Update link to "2020 Arm Architecture extensions" [pushed] wwwdocs: gcc-12: Update link to "2020 Arm Architecture extensions" - - - - --- 2025-11-15 Gerald Pfeifer New
[6/6] PR target/118541 do not generate floating point cmoves for IEEE compares Various PowerPC PRs - - - - --- 2025-11-15 Michael Meissner New
[5/6] PR target/12068 allow -mcmodel=large with PC relative addressing Various PowerPC PRs - - - - --- 2025-11-15 Michael Meissner New
[4/6] PR target/108958 simplify mtvsrdd to zero extend GPR DImode to VSX TImode Various PowerPC PRs - - - - --- 2025-11-15 Michael Meissner New
[3/6] PR target/120528 Simplify zero extend from memory to VSX register on power10 Various PowerPC PRs - - - - --- 2025-11-15 Michael Meissner New
[2/6] PR target/99293 Optimize splat of a V2DF/V2DI extract with constant element Various PowerPC PRs - - - - --- 2025-11-15 Michael Meissner New
[1/6] Add power9 and power10 float to logical optimizations Various PowerPC PRs - - - - --- 2025-11-15 Michael Meissner New
openmp, openacc: OpenMP/OpenACC tests. vs C++26 openmp, openacc: OpenMP/OpenACC tests. vs C++26 - - - - --- 2025-11-15 Jakub Jelinek New
[RFC] c++: Implement current wording of https://github.com/cplusplus/CWG/issues/805 [RFC] c++: Implement current wording of https://github.com/cplusplus/CWG/issues/805 - - - - --- 2025-11-15 Jakub Jelinek New
[pushed] c++/modules: if translation fails fall back to #include [pushed] c++/modules: if translation fails fall back to #include - - - - --- 2025-11-15 Jason Merrill New
[pushed] c++/modules: fix hash_map issue [pushed] c++/modules: fix hash_map issue - - - - --- 2025-11-15 Jason Merrill New
[pushed] c++/modules: using builtin [pushed] c++/modules: using builtin - - - - --- 2025-11-15 Jason Merrill New
[pushed] c++/modules: fix hash_map issue [pushed] c++/modules: fix hash_map issue - - - - --- 2025-11-15 Jason Merrill New
[pushed] c++/modules: using builtin [pushed] c++/modules: using builtin - - - - --- 2025-11-15 Jason Merrill New
[pushed] c++/modules: friend void foo<bar>() [pushed] c++/modules: friend void foo<bar>() - - - - --- 2025-11-15 Jason Merrill New
[to-be-committed,RISC-V] Avoid most calls to gen_extend_insn [to-be-committed,RISC-V] Avoid most calls to gen_extend_insn - - - - --- 2025-11-15 Jeff Law New
c++/modules: Keep tracking instantiations of static class variable templates [PR122625] c++/modules: Keep tracking instantiations of static class variable templates [PR122625] - - - - --- 2025-11-15 Nathaniel Shead New
[v2,3/3] Match: Remove unnecessary convert for unsigned SAT_MUL Simplify (T1)(a bit_op (T2)b) to (T1)a bit_op (T1)b - - - - --- 2025-11-15 Li, Pan2 New
[v2,2/3] Test: Add test case for bit_op convert folding Simplify (T1)(a bit_op (T2)b) to (T1)a bit_op (T1)b - - - - --- 2025-11-15 Li, Pan2 New
[v2,1/3] Match: Simplify (T1)(a bit_op (T2)b) to (T1)a bit_op (T1)b Simplify (T1)(a bit_op (T2)b) to (T1)a bit_op (T1)b - - - - --- 2025-11-15 Li, Pan2 New
[9/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[8/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[7/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[6/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[5/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[4/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[3/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[2/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[1/9] c++: C++26 Reflection [PR120775] c++: C++26 Reflection [PR120775] - - - - --- 2025-11-15 Marek Polacek New
[v2] c++: Implement dependent ADL for use with modules [v2] c++: Implement dependent ADL for use with modules - - - - --- 2025-11-14 Nathaniel Shead New
[v2] RFC: optionally capture suppressed diagnostics in SARIF output [PR121039] [v2] RFC: optionally capture suppressed diagnostics in SARIF output [PR121039] - - - - --- 2025-11-14 David Malcolm New
[11/11] Add _Float16 and __bfloat16 tests. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[10/11] Add --with-powerpc-float16 and --with-powerpc-float16-disable-warning. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[9/11] Optimize __bfloat16 scalar code. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[8/11] Add 16-bit floating point vectorization. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[7/11] Add BF/HF negate and absolute value operations and logical insns. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[6/11] Add conversions between 16-bit floating point and other scalar modes. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[committed,RISC-V] Drop scan-tests of marginal value [committed,RISC-V] Drop scan-tests of marginal value - - - - --- 2025-11-14 Jeff Law New
[5/11] Add conversions between __bfloat16 and float/double. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[4/11] Add conversions between _Float16 and float/double. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[v2,2/2] c: Reduce excess errors of _Maxof and _Minof c: Add _Maxof & _Minof [n3628, but rejecting _Bool] - - - - --- 2025-11-14 Alejandro Colomar New
[v2,1/2] c: Add _Maxof and _Minof operators c: Add _Maxof & _Minof [n3628, but rejecting _Bool] - - - - --- 2025-11-14 Alejandro Colomar New
[3/11] Add HF/BF emulation functions to libgcc. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[2/11] Add initial 16-bit floating point support. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
[1/11] Add infrastructure for _Float16 and __bfloat16 types. Add PowerPC 16-bit experimental support - - - - --- 2025-11-14 Michael Meissner New
cobol: Fix bootstrap [PR122691] cobol: Fix bootstrap [PR122691] - - - - --- 2025-11-14 Jakub Jelinek New
c++: Implement part of CWG3044 c++: Implement part of CWG3044 - - - - --- 2025-11-14 Jakub Jelinek New
testsuite: Fix up c-c++-common/asan/asan-stack-small.c test testsuite: Fix up c-c++-common/asan/asan-stack-small.c test - - - - --- 2025-11-14 Jakub Jelinek New
[5/5] arm: [MVE intrinsics] rework sqrshr sqshl srshr uqrshl uqshl urshr arm: [MVE intrinsics] rework vpnot and scalar shifts - - - - --- 2025-11-14 Christophe Lyon New
[4/5] arm: [MVE intrinsics] rework sqshll srshrl uqshll urshrl arm: [MVE intrinsics] rework vpnot and scalar shifts - - - - --- 2025-11-14 Christophe Lyon New
[3/5] arm: [MVE intrinsics] rework sqrshrl sqrshrl_sat48 arm: [MVE intrinsics] rework vpnot and scalar shifts - - - - --- 2025-11-14 Christophe Lyon New
[2/5] arm: [MVE intrinsics] rework uqrshll uqrshll_sat48 arm: [MVE intrinsics] rework vpnot and scalar shifts - - - - --- 2025-11-14 Christophe Lyon New
[1/5] arm: [MVE intrinsics] rework vpnot arm: [MVE intrinsics] rework vpnot and scalar shifts - - - - --- 2025-11-14 Christophe Lyon New
[committed,wwwdocs] Fix a typo in the second floating-point argument register number [committed,wwwdocs] Fix a typo in the second floating-point argument register number - - - - --- 2025-11-14 Maciej W. Rozycki New
RISC-V: -mmax-vectorization. RISC-V: -mmax-vectorization. - - - - --- 2025-11-14 Robin Dapp New
[4/4] analyzer: replace PLUGIN_ANALYZER_INIT with a pub/sub channel Publish/subscribe framework for typesafe loosely-coupled notifications - - - - --- 2025-11-14 David Malcolm New
[3/4] diagnostics: add optional CFG dumps to SARIF/HTML output sinks Publish/subscribe framework for typesafe loosely-coupled notifications - - - - --- 2025-11-14 David Malcolm New
[2/4] Add publish/subscribe topics and channel: pass_events Publish/subscribe framework for typesafe loosely-coupled notifications - - - - --- 2025-11-14 David Malcolm New
[1/4] Add pub-sub.{h,cc} Publish/subscribe framework for typesafe loosely-coupled notifications - - - - --- 2025-11-14 David Malcolm New
[commited,v2] libstdc++: Ensure that _Utf_view is always a view. [commited,v2] libstdc++: Ensure that _Utf_view is always a view. - - 1 - --- 2025-11-14 Tomasz Kaminski New
[6/6] RISC-V: Generic vec_set via subreg. RISC-V: VLS related stuff. - - - - --- 2025-11-14 Robin Dapp New
[5/6] RISC-V: Generic vec_extract via subreg. RISC-V: VLS related stuff. - - - - --- 2025-11-14 Robin Dapp New
[4/6] RISC-V: Enable VLS select_vl loop control. RISC-V: VLS related stuff. - - - - --- 2025-11-14 Robin Dapp New
[3/6] RISC-V: Add VLS modes to autovec iterators. RISC-V: VLS related stuff. - - - - --- 2025-11-14 Robin Dapp New
[2/6] RISC-V: Rename vector-mode related functions. RISC-V: VLS related stuff. - - - - --- 2025-11-14 Robin Dapp New
[1/6] RISC-V: Change gather/scatter iterators. RISC-V: VLS related stuff. - - - - --- 2025-11-14 Robin Dapp New
libstdc++: Ensure that _Utf_view is always a view. libstdc++: Ensure that _Utf_view is always a view. - - - - --- 2025-11-14 Tomasz Kaminski New
[RFC] s390: Add HF mode support [RFC] s390: Add HF mode support - - - - --- 2025-11-14 Stefan Schulze Frielinghaus New
[2/2] ia64: Expand MAX_VECT_LEN to 16 [1/2] ia64: Fix zero_call_used_regs for PRs [PR121535] - - - - --- 2025-11-14 Tomas Glozar New
[1/2] ia64: Fix zero_call_used_regs for PRs [PR121535] [1/2] ia64: Fix zero_call_used_regs for PRs [PR121535] - - - - --- 2025-11-14 Tomas Glozar New
[v1,1/1] aarch64: FEAT_SVE_BFSCALE support AArch64: SVE_BFSCALE support - - - - --- 2025-11-14 Karl Meakin New
[v1,1/1] libgccjit: Fix UB in constructor functions libgccjit: Fix UB in constructor functions - - - - --- 2025-11-14 Antoni Boucher via Sourceware Forge New
[4/4,v2] Always analyze possible partial vector usage [1/4,v2] Remove LOOP_VINFO_EPIL_USING_PARTIAL_VECTORS_P - - - - --- 2025-11-14 Richard Biener New
[3/4,v2] Decide on LOOP_VINFO_USING_SELECT_VL_P after determining partial vectors [1/4,v2] Remove LOOP_VINFO_EPIL_USING_PARTIAL_VECTORS_P - - - - --- 2025-11-14 Richard Biener New
[2/4,v2] Do not call vect_determine_partial_vectors_and_peeling from transform [1/4,v2] Remove LOOP_VINFO_EPIL_USING_PARTIAL_VECTORS_P - - - - --- 2025-11-14 Richard Biener New
[1/4,v2] Remove LOOP_VINFO_EPIL_USING_PARTIAL_VECTORS_P [1/4,v2] Remove LOOP_VINFO_EPIL_USING_PARTIAL_VECTORS_P - - - - --- 2025-11-14 Richard Biener New
Add early loop-invariant motion pass Add early loop-invariant motion pass - - - - --- 2025-11-14 Richard Biener New
[v2] fold-mem-offsets: Convert from DF to RTL-SSA [v2] fold-mem-offsets: Convert from DF to RTL-SSA - - - - --- 2025-11-14 Konstantinos Eleftheriou New
[v1,6/6] libstdc++: Implement submdspan_mapping for layout_stride. [PR110352] libstdc++: submdspan for layout_{left,right,stride}. - - - - --- 2025-11-14 Luc Grosheintz New
[v1,5/6] libstdc++: Implement submdspan_mapping for layout_right. [PR110352] libstdc++: submdspan for layout_{left,right,stride}. - - - - --- 2025-11-14 Luc Grosheintz New
[v1,4/6] libstdc++: Implement submdspan and submdspan_mapping for layout_left. [PR110352] libstdc++: submdspan for layout_{left,right,stride}. - - - - --- 2025-11-14 Luc Grosheintz New
[v1,3/6] libstdc++: Implement submdspan_extents. [PR110352] libstdc++: submdspan for layout_{left,right,stride}. - - - - --- 2025-11-14 Luc Grosheintz New
[v1,2/6] libstdc++: Implement submdspan_canonicalize_slices. [PR110352] libstdc++: submdspan for layout_{left,right,stride}. - - - - --- 2025-11-14 Luc Grosheintz New
« 1 2 3 41471 1472 »