Show patches with: Archived = No       |   13623 patches
« 1 2 3 4136 137 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[committed] amdgcn: Fix register size bug [committed] amdgcn: Fix register size bug - - --- 2023-03-23 Andrew Stubbs New
[committed] amdgcn: vec_extract no-op insns [committed] amdgcn: vec_extract no-op insns - - --- 2023-03-23 Andrew Stubbs New
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 New
[v2,#2/2,rs6000] adjust return_pc debug attrs [v2,#1/2] enable adjustment of return_pc debug attrs - - --- 2023-03-23 Alexandre Oliva New
[v2,#1/2] enable adjustment of return_pc debug attrs [v2,#1/2] enable adjustment of return_pc debug attrs - - --- 2023-03-23 Li, Pan2 via Gcc-patches New
libstdc++: use __bool_constant instead of integral_constant libstdc++: use __bool_constant instead of integral_constant - - --- 2023-03-23 Ken Matsui New
[v2,2/2] libstdc++: use new built-in trait __is_unsigned [v2,1/2] c++: implement __is_unsigned built-in trait - - --- 2023-03-23 Ken Matsui New
[v2,1/2] c++: implement __is_unsigned built-in trait [v2,1/2] c++: implement __is_unsigned built-in trait - - --- 2023-03-23 Ken Matsui New
[2/2] libstdc++: use new built-in trait __is_volatile [1/2] c++: implement __is_volatile built-in trait - - --- 2023-03-22 Ken Matsui New
[1/2] c++: implement __is_volatile built-in trait [1/2] c++: implement __is_volatile built-in trait - - --- 2023-03-22 Ken Matsui New
[committed] libstdc++: Fix assigning nullptr to std::atomic<shared_ptr<T>> (LWG 3893) [committed] libstdc++: Fix assigning nullptr to std::atomic<shared_ptr<T>> (LWG 3893) - - --- 2023-03-22 Jonathan Wakely New
Go patch committed: Add missing Slice_info_expression::do_traverse Go patch committed: Add missing Slice_info_expression::do_traverse - - --- 2023-03-22 Ian Lance Taylor New
[pushed] c++: array bound partial ordering [PR108390] [pushed] c++: array bound partial ordering [PR108390] - - --- 2023-03-22 Jason Merrill New
[committed] Fortran: improve checking of FINAL subroutine arguments [PR104572] [committed] Fortran: improve checking of FINAL subroutine arguments [PR104572] - - --- 2023-03-22 Harald Anlauf New
[committed] libstdc++: Remove std::formatter<const charT[N], charT> specialization [committed] libstdc++: Remove std::formatter<const charT[N], charT> specialization - - --- 2023-03-22 Jonathan Wakely New
[committed] libstdc++: Define __cpp_lib_constexpr_algorithms in <utility> (LWG 3792) [committed] libstdc++: Define __cpp_lib_constexpr_algorithms in <utility> (LWG 3792) - - --- 2023-03-22 Jonathan Wakely New
[committed] libstdc++: Add missing __cpp_lib_format macro to <version> [committed] libstdc++: Add missing __cpp_lib_format macro to <version> - - --- 2023-03-22 Jonathan Wakely New
[committed] libstdc++: Use rvalues in std::string::resize_and_overwrite (LWG 3645) [committed] libstdc++: Use rvalues in std::string::resize_and_overwrite (LWG 3645) - - --- 2023-03-22 Jonathan Wakely New
[committed] libstdc++: Add comment to <format> (LWG 3720) [committed] libstdc++: Add comment to <format> (LWG 3720) - - --- 2023-03-22 Jonathan Wakely New
[committed] libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195) [committed] libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195) - - --- 2023-03-22 Jonathan Wakely New
[committed] libstdc++: Make std::istream_iterator copy ctor constexpr (LWG 3600) [committed] libstdc++: Make std::istream_iterator copy ctor constexpr (LWG 3600) - - --- 2023-03-22 Jonathan Wakely New
[pushed,PR109137] LRA: Do not repeat inheritance and live range splitting in case of asm error [pushed,PR109137] LRA: Do not repeat inheritance and live range splitting in case of asm error - - --- 2023-03-22 Vladimir Makarov New
[pushed] c++: attribute on dtor in template [PR108795] [pushed] c++: attribute on dtor in template [PR108795] - - --- 2023-03-22 Jason Merrill New
[pushed] analyzer: fix false +ves from -Wanalyzer-deref-before-check due to inlining [PR109239] [pushed] analyzer: fix false +ves from -Wanalyzer-deref-before-check due to inlining [PR109239] - - --- 2023-03-22 David Malcolm New
tree-optimization/109237 - last_stmt is possibly slow tree-optimization/109237 - last_stmt is possibly slow - - --- 2023-03-22 Richard Biener New
RISC-V: Fix redundant vmv1r.v instruction in vmsge.vx codegen RISC-V: Fix redundant vmv1r.v instruction in vmsge.vx codegen - - --- 2023-03-22 juzhe.zhong@rivai.ai New
c++: Avoid duplicate diagnostic calling unavailable function [PR109177] c++: Avoid duplicate diagnostic calling unavailable function [PR109177] - - --- 2023-03-22 Alex Coplan New
wwwdocs: Clarify experimental status of C++17 prior to GCC 9 wwwdocs: Clarify experimental status of C++17 prior to GCC 9 - - --- 2023-03-22 Jonathan Wakely New
match.pd: Fix up fneg/fadd simplification [PR109230] match.pd: Fix up fneg/fadd simplification [PR109230] - - --- 2023-03-22 Jakub Jelinek New
rtl-optimization/109237 - speedup bb_is_just_return rtl-optimization/109237 - speedup bb_is_just_return - - --- 2023-03-22 Richard Biener New
rtl-optimization/109237 - quadraticness in delete_trivially_dead_insns rtl-optimization/109237 - quadraticness in delete_trivially_dead_insns - - --- 2023-03-22 Richard Biener New
[committed] MAINTAINERS: Add myself as OpenMP and libgomp maintainer [committed] MAINTAINERS: Add myself as OpenMP and libgomp maintainer - - --- 2023-03-22 Tobias Burnus New
RISC-V: Fix PR109228 RISC-V: Fix PR109228 - - --- 2023-03-22 juzhe.zhong@rivai.ai New
[V3] RISC-V: Fix a redefinition bug for the fd-4.c [V3] RISC-V: Fix a redefinition bug for the fd-4.c - - --- 2023-03-22 shiyulong@iscas.ac.cn New
Remove TARGET_GEN_MEMSET_SCRATCH_RTX since it's not used anymore. Remove TARGET_GEN_MEMSET_SCRATCH_RTX since it's not used anymore. - - --- 2023-03-22 liuhongt New
RISC-V: Fix ICE in LRA for LMUL < 1 vector spillings RISC-V: Fix ICE in LRA for LMUL < 1 vector spillings - - --- 2023-03-22 juzhe.zhong@rivai.ai New
[V2] Docs, OpenMP: Correct internal documentation of OMP_FOR [V2] Docs, OpenMP: Correct internal documentation of OMP_FOR - - --- 2023-03-22 Sandra Loosemore New
[2/2] libstdc++: use new built-in trait __is_const [1/2] c++: implement __is_const built-in trait - - --- 2023-03-22 Ken Matsui New
[1/2] c++: implement __is_const built-in trait [1/2] c++: implement __is_const built-in trait - - --- 2023-03-22 Ken Matsui New
PR target/105325, Make load/cmp fusion know about prefixed loads PR target/105325, Make load/cmp fusion know about prefixed loads - - --- 2023-03-21 Michael Meissner New
[2/2] libstdc++: use new built-in trait __is_array [1/2] c++: implement __is_array built-in trait - - --- 2023-03-21 Ken Matsui New
[1/2] c++: implement __is_array built-in trait [1/2] c++: implement __is_array built-in trait - - --- 2023-03-21 Ken Matsui New
[wwwdocs] Document support for znver4 in gcc-13/changes.html [wwwdocs] Document support for znver4 in gcc-13/changes.html - - --- 2023-03-21 Martin Jambor New
[v2,2/2] libstdc++: use new built-in trait __is_unsigned [v2,1/2] c++: implement __is_unsigned built-in trait - - --- 2023-03-21 Ken Matsui New
[v2,1/2] c++: implement __is_unsigned built-in trait [v2,1/2] c++: implement __is_unsigned built-in trait - - --- 2023-03-21 Ken Matsui New
libstdc++: Use more precise __RECIPROCAL_MATH__ macro libstdc++: Use more precise __RECIPROCAL_MATH__ macro - - --- 2023-03-21 Matthias Kretz New
libstdc++: Skip integer division optimization for Clang libstdc++: Skip integer division optimization for Clang - - --- 2023-03-21 Matthias Kretz New
[committed] libstdc++: Fix simd compilation with Clang [committed] libstdc++: Fix simd compilation with Clang - - --- 2023-03-21 Matthias Kretz New
[v2] libstdc++: Fix handling of surrogate CP in codecvt [PR108976] [v2] libstdc++: Fix handling of surrogate CP in codecvt [PR108976] - - --- 2023-03-21 Dimitrij Mijoski New
[2/2] libstdc++: use new built-in trait __is_unsigned [1/2] c++: implement __is_unsigned built-in trait - - --- 2023-03-21 Ken Matsui New
[1/2] c++: implement __is_unsigned built-in trait [1/2] c++: implement __is_unsigned built-in trait - - --- 2023-03-21 Ken Matsui New
libgomp: Simplify OpenMP reverse offload host <-> device memory copy implementation (was: [Patch] l… libgomp: Simplify OpenMP reverse offload host <-> device memory copy implementation (was: [Patch] l… - - --- 2023-03-21 Thomas Schwinge New
testsuite: Compile-only gcc.dg/tree-ssa/pr100359.c if ! natural_alignment_32 testsuite: Compile-only gcc.dg/tree-ssa/pr100359.c if ! natural_alignment_32 - - --- 2023-03-21 Hans-Peter Nilsson New
[pushed] c++: DMI in template with virtual base [PR106890] [pushed] c++: DMI in template with virtual base [PR106890] - - --- 2023-03-21 Jason Merrill New
[2/2] libstdc++: use new built-in trait __is_function [1/2] c++: implement __is_function built-in trait - - --- 2023-03-21 Ken Matsui New
[1/2] c++: implement __is_function built-in trait [1/2] c++: implement __is_function built-in trait - - --- 2023-03-21 Ken Matsui New
PR tree-optimization/109192 - Terminate GORI calculations if a relation is not relevant. PR tree-optimization/109192 - Terminate GORI calculations if a relation is not relevant. - - --- 2023-03-21 Andrew MacLeod New
amdgcn: Add accumulator VGPR registers amdgcn: Add accumulator VGPR registers - - --- 2023-03-21 Andrew Jenner New
tree-optimization/109219 - avoid looking at STMT_SLP_TYPE tree-optimization/109219 - avoid looking at STMT_SLP_TYPE - - --- 2023-03-21 Richard Biener New
[jakub@redhat.com:,Re:,[PATCH] testsuite: Fix up vect-simd-clone1[678]*.c tests [PR108898]] [jakub@redhat.com:,Re:,[PATCH] testsuite: Fix up vect-simd-clone1[678]*.c tests [PR108898]] - - --- 2023-03-21 Jakub Jelinek New
testsuite: Fix up vect-simd-clone1[678]*.c tests [PR108898] testsuite: Fix up vect-simd-clone1[678]*.c tests [PR108898] - - --- 2023-03-21 Jakub Jelinek New
[V2,rs6000] Tweak modulo define_insns to eliminate register copy [V2,rs6000] Tweak modulo define_insns to eliminate register copy - - --- 2023-03-21 Pat Haugen New
[2/2] libstdc++: use new built-in trait __add_const [1/2] c++: implement __add_const built-in trait - - --- 2023-03-21 Ken Matsui New
[1/2] c++: implement __add_const built-in trait [1/2] c++: implement __add_const built-in trait - - --- 2023-03-21 Ken Matsui New
[2/2] libstdc++: Fix simd compilation with Clang Make std::experimental::simd (more) usable with Clang - - --- 2023-03-21 Matthias Kretz New
[1/2] libstdc++: Fix simd test compilation with Clang Make std::experimental::simd (more) usable with Clang - - --- 2023-03-21 Matthias Kretz New
tree: Fix up component_ref_sam_type handling of arrays of 0 sized elements [PR109215] tree: Fix up component_ref_sam_type handling of arrays of 0 sized elements [PR109215] - - --- 2023-03-21 Jakub Jelinek New
RISC-V: Fix loss of function to script 'multilib-generator' RISC-V: Fix loss of function to script 'multilib-generator' - - --- 2023-03-21 Songhe Zhu New
[PATCHv4,gfortran] Escalate failure when Hollerith constant to real conversion fails [PR103628] [PATCHv4,gfortran] Escalate failure when Hollerith constant to real conversion fails [PR103628] - - --- 2023-03-21 HAO CHEN GUI New
[committed] libstdc++: Fix formatting in std::filesystem helper function [committed] libstdc++: Fix formatting in std::filesystem helper function - - --- 2023-03-20 Jonathan Wakely New
[2/2] libstdc++: use new built-in trait __remove_pointer [1/2] c++: implement __remove_pointer built-in trait - - --- 2023-03-20 Ken Matsui New
[1/2] c++: implement __remove_pointer built-in trait [1/2] c++: implement __remove_pointer built-in trait - - --- 2023-03-20 Ken Matsui New
[v2] c++: further -Wdangling-reference refinement [PR107532] [v2] c++: further -Wdangling-reference refinement [PR107532] - - --- 2023-03-20 Marek Polacek New
testsuite: always use UTF-8 in scan-sarif-file[-not] [PR105959] testsuite: always use UTF-8 in scan-sarif-file[-not] [PR105959] - - --- 2023-03-20 David Malcolm New
Fortran: reject MODULE PROCEDURE outside generic module interface [PR99036] Fortran: reject MODULE PROCEDURE outside generic module interface [PR99036] - - --- 2023-03-20 Harald Anlauf New
Fortran: fix documentation of -fno-underscoring [PR109216] Fortran: fix documentation of -fno-underscoring [PR109216] - - --- 2023-03-20 Harald Anlauf New
stor-layout: Set TYPE_TYPELESS_STORAGE consistently for type variants stor-layout: Set TYPE_TYPELESS_STORAGE consistently for type variants - - --- 2023-03-20 Joseph Myers New
Add notes for Go to gcc 12 and 13 changes file Add notes for Go to gcc 12 and 13 changes file - - --- 2023-03-20 Ian Lance Taylor New
c++: explicit ctor and list-initialization [PR109159] c++: explicit ctor and list-initialization [PR109159] - - --- 2023-03-20 Marek Polacek New
[2/2] libstdc++: use new built-in trait __is_reference [1/2] c++: implement __is_reference built-in trait - - --- 2023-03-20 Ken Matsui New
[1/2] c++: implement __is_reference built-in trait [1/2] c++: implement __is_reference built-in trait - - --- 2023-03-20 Ken Matsui New
[committed] libstdc++: Remove template-head from std::expected<void> ctor [PR109182] [committed] libstdc++: Remove template-head from std::expected<void> ctor [PR109182] - - --- 2023-03-20 Jonathan Wakely Committed
c++: implement __add_pointer built-in trait c++: implement __add_pointer built-in trait - - --- 2023-03-20 Ken Matsui New
libgcc: Use initarray section type for .init_stack libgcc: Use initarray section type for .init_stack - - --- 2023-03-20 Kewen.Lin New
rs6000: Make _mm_slli_si128 and _mm_bslli_si128 consistent [PR109167] rs6000: Make _mm_slli_si128 and _mm_bslli_si128 consistent [PR109167] - - --- 2023-03-20 Kewen.Lin New
rs6000: Ensure vec_sld shift count in allowable range [PR109082] rs6000: Ensure vec_sld shift count in allowable range [PR109082] - - --- 2023-03-20 Kewen.Lin New
[v3] rs6000: Fix vector parity support [PR108699] [v3] rs6000: Fix vector parity support [PR108699] - - --- 2023-03-20 Kewen.Lin New
[RFC/PATCH] sched: Consider debug insn in no_real_insns_p [PR108273] [RFC/PATCH] sched: Consider debug insn in no_real_insns_p [PR108273] - - --- 2023-03-20 Kewen.Lin New
fix for __sanitizer_struct_mallinfo with mallinfo2 fix for __sanitizer_struct_mallinfo with mallinfo2 - - --- 2023-03-20 Reini Urban New
RISC-V: Fix RVV ICE && runtine fail RISC-V: Fix RVV ICE && runtine fail - - --- 2023-03-20 juzhe.zhong@rivai.ai New
libstdc++: use new built-in trait __remove_pointer libstdc++: use new built-in trait __remove_pointer - - --- 2023-03-20 Ken Matsui New
Fortran: simplification of NEAREST for large argument [PR109186] Fortran: simplification of NEAREST for large argument [PR109186] - - --- 2023-03-19 Harald Anlauf New
c++: implement __remove_pointer built-in trait c++: implement __remove_pointer built-in trait - - --- 2023-03-19 Ken Matsui New
« 1 2 3 4136 137 »