Show patches with: State = Action Required       |   126672 patches
« 1 2 ... 12 13 141266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v14,19/26] c++: Implement __decay built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,17/26] c++: Implement __add_rvalue_reference built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,15/26] c++: Implement __add_lvalue_reference built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,14/26] libstdc++: Optimize std::remove_all_extents compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,13/26] c++: Implement __remove_all_extents built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,12/26] libstdc++: Optimize std::remove_extent compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,11/26] c++: Implement __remove_extent built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,10/26] libstdc++: Optimize std::add_pointer compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,09/26] c++: Implement __add_pointer built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,08/26] libstdc++: Optimize std::is_unbounded_array compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,07/26] c++: Implement __is_unbounded_array built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,06/26] libstdc++: Optimize std::is_pointer compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,05/26] c++: Implement __is_pointer built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,04/26] libstdc++: Optimize std::is_volatile compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,03/26] c++: Implement __is_volatile built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,02/26] libstdc++: Optimize std::is_const compilation performance Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
[v14,01/26] c++: Implement __is_const built-in trait Optimize more type traits - - - - --- 2024-02-28 Ken Matsui New
ctf: Fix multi-dimentional array types ordering in CTF ctf: Fix multi-dimentional array types ordering in CTF - - - - --- 2024-02-28 Cupertino Miranda New
[committed] libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152] [committed] libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152] - - - - --- 2024-02-28 Jonathan Wakely New
[committed] libstdc++: Change some URLs in the manual to use https [committed] libstdc++: Change some URLs in the manual to use https - - - - --- 2024-02-28 Jonathan Wakely New
[committed] libstdc++: Update outdated docs on contributing [committed] libstdc++: Update outdated docs on contributing - - - - --- 2024-02-28 Jonathan Wakely New
[2/2] tree-optimization/113831 - revert original fix [1/2] tree-optimization/114121 - wrong VN with context sensitive range info - - - - --- 2024-02-28 Richard Biener New
[1/2] tree-optimization/114121 - wrong VN with context sensitive range info [1/2] tree-optimization/114121 - wrong VN with context sensitive range info - - - - --- 2024-02-28 Richard Biener New
RISC-V: Fix __atomic_compare_exchange with 32 bit value on RV64 RISC-V: Fix __atomic_compare_exchange with 32 bit value on RV64 - - 1 - --- 2024-02-28 Kito Cheng New
[wwwdocs] Add anchor for contrib/gcc-git-customization.sh docs [wwwdocs] Add anchor for contrib/gcc-git-customization.sh docs - - - - --- 2024-02-28 Jonathan Wakely New
[committed] testsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462] [committed] testsuite: XFAIL ssa-sink-18.c also on powerpc64 [PR111462] - - - - --- 2024-02-28 Jakub Jelinek New
[COMMITTED] testsuite: Fix gcc.dg/tree-ssa/builtin-snprintf-6.c XPASS on i?86 -m64 [PR91567] [COMMITTED] testsuite: Fix gcc.dg/tree-ssa/builtin-snprintf-6.c XPASS on i?86 -m64 [PR91567] - - - - --- 2024-02-28 Rainer Orth New
[committed] testsuite: Add testcase for recently fixed PR [PR114075] [committed] testsuite: Add testcase for recently fixed PR [PR114075] - - - - --- 2024-02-28 Jakub Jelinek New
[v3] RISC-V: Introduce gcc option mrvv-vector-bits for RVV [v3] RISC-V: Introduce gcc option mrvv-vector-bits for RVV - - - - --- 2024-02-28 Li, Pan2 New
[v3] RISC-V: Introduce gcc option mrvv-vector-bits for RVV [v3] RISC-V: Introduce gcc option mrvv-vector-bits for RVV - - - - --- 2024-02-28 Li, Pan2 New
graphite: Fix non-INTEGER_TYPE integral comparison handling [PR114041] graphite: Fix non-INTEGER_TYPE integral comparison handling [PR114041] - - - - --- 2024-02-28 Jakub Jelinek New
gimple-fold: Use bitwise vector types rather than barely supported huge integral types in memcpy et… gimple-fold: Use bitwise vector types rather than barely supported huge integral types in memcpy et… - - - - --- 2024-02-28 Jakub Jelinek New
[v2] RISC-V: Introduce gcc option mrvv-vector-bits for RVV [v2] RISC-V: Introduce gcc option mrvv-vector-bits for RVV - - - - --- 2024-02-28 Li, Pan2 New
[v3] c++/modules: Support lambdas attached to more places in modules [PR111710] [v3] c++/modules: Support lambdas attached to more places in modules [PR111710] - - 1 - --- 2024-02-28 Nathaniel Shead New
[v2] C/C++: add hints for strerror [v2] C/C++: add hints for strerror - - - - --- 2024-02-28 Oskari Pirhonen New
[pushed] analyzer: use correct format code for string literal indices [PR110483, PR111802] [pushed] analyzer: use correct format code for string literal indices [PR110483, PR111802] - - - - --- 2024-02-27 David Malcolm New
Add myself to write after approval and DCO Add myself to write after approval and DCO - - - - --- 2024-02-27 Fangrui Song New
Fortran testsuite: fix invalid Fortran in testcase Fortran testsuite: fix invalid Fortran in testcase - - - - --- 2024-02-27 Harald Anlauf New
c++: auto(x) partial substitution [PR110025, PR114138] c++: auto(x) partial substitution [PR110025, PR114138] - - - - --- 2024-02-27 Patrick Palka New
[wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update [wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update - - - - --- 2024-02-27 Tobias Burnus New
OpenACC: Update libgomp.texi + openacc{.f90,_lib.h} for 3.1 arg-name changes OpenACC: Update libgomp.texi + openacc{.f90,_lib.h} for 3.1 arg-name changes - - - - --- 2024-02-27 Tobias Burnus New
[v2,5/5] bpf: renamed coreout.* files to btfext-out.*. [v2,1/5] btf: fixed type id in BTF_KIND_FUNC struct data. - - - - --- 2024-02-27 Cupertino Miranda New
[v2,4/5] bpf: implementation of func_info in .BTF.ext. [v2,1/5] btf: fixed type id in BTF_KIND_FUNC struct data. - - - - --- 2024-02-27 Cupertino Miranda New
[v2,3/5] bpf: Always emit .BTF.ext section if generating BTF [v2,1/5] btf: fixed type id in BTF_KIND_FUNC struct data. - - - - --- 2024-02-27 Cupertino Miranda New
[v2,2/5] btf: added KIND_FUNC traversal function. [v2,1/5] btf: fixed type id in BTF_KIND_FUNC struct data. - - - - --- 2024-02-27 Cupertino Miranda New
[v2,1/5] btf: fixed type id in BTF_KIND_FUNC struct data. [v2,1/5] btf: fixed type id in BTF_KIND_FUNC struct data. - - - - --- 2024-02-27 Cupertino Miranda New
[v2] libstdc++: Fix error handling in std::print [v2] libstdc++: Fix error handling in std::print - - - - --- 2024-02-27 Jonathan Wakely New
[committed] i386: psrlq is not used for PERM<a, {0}, 1, 2, 3, 4> [PR113871] [committed] i386: psrlq is not used for PERM<a, {0}, 1, 2, 3, 4> [PR113871] - - - - --- 2024-02-27 Uros Bizjak New
Output branches and calls in gcov function summaries Output branches and calls in gcov function summaries - - - - --- 2024-02-27 Jørgen Kvalsvik New
i386: Guard noreturn no-callee-saved-registers optimization with -mnoreturn-no-callee-saved-registe… i386: Guard noreturn no-callee-saved-registers optimization with -mnoreturn-no-callee-saved-registe… - - - - --- 2024-02-27 Jakub Jelinek New
[v6,5/5] arm: Add support for MVE Tail-Predicated Low Overhead Loops arm: Add support for MVE Tail-Predicated Low Overhead Loops - - - - --- 2024-02-27 Andre Vieira (lists) New
[v6,4/5] doloop: Add support for predicated vectorized loops arm: Add support for MVE Tail-Predicated Low Overhead Loops - - - - --- 2024-02-27 Andre Vieira (lists) New
[v6,3/5] arm: Fix a wrong attribute use and remove unused unspecs and iterators arm: Add support for MVE Tail-Predicated Low Overhead Loops - - - - --- 2024-02-27 Andre Vieira (lists) New
[v6,2/5] arm: Annotate instructions with mve_safe_imp_xlane_pred arm: Add support for MVE Tail-Predicated Low Overhead Loops - - - - --- 2024-02-27 Andre Vieira (lists) New
[v6,1/5] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns arm: Add support for MVE Tail-Predicated Low Overhead Loops - - - - --- 2024-02-27 Andre Vieira (lists) New
[pushed] analyzer: fix ICE on floating-point bounds [PR111881] [pushed] analyzer: fix ICE on floating-point bounds [PR111881] - - - - --- 2024-02-27 David Malcolm New
Fix internal error in GIMPLE DSE Fix internal error in GIMPLE DSE - - - - --- 2024-02-27 Eric Botcazou New
[8/8] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103] [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[7/8] libstdc++: Add nodiscard in <algorithm> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[6/8] libstdc++: Add more nodiscard uses in <vector> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[5/8] libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[4/8] libstdc++: Fix error handling in std::print [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[3/8] libstdc++: Fix std::print for Cygwin [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[2/8] libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
arm: warn about deprecation of iwmmx in mmintrin.h arm: warn about deprecation of iwmmx in mmintrin.h - - - - --- 2024-02-27 Richard Earnshaw New
[v2] tree-optimization/114074 - CHREC multiplication and undefined overflow [v2] tree-optimization/114074 - CHREC multiplication and undefined overflow - - - - --- 2024-02-27 Richard Biener New
RISC-V: Add XiangShan Nanhu microarchitecture. RISC-V: Add XiangShan Nanhu microarchitecture. - - - - --- 2024-02-27 Jiawei New
i386: For noreturn functions save at least the bp register if it is used [PR114116] i386: For noreturn functions save at least the bp register if it is used [PR114116] - - - - --- 2024-02-27 Jakub Jelinek New
expand: Add trivial folding for bit query builtins at expansion time [PR114044] expand: Add trivial folding for bit query builtins at expansion time [PR114044] - - - - --- 2024-02-27 Jakub Jelinek New
[3/3,RFC] fsra: support SET_RET_PART fsra: Add final gimple sra before expander - - - - --- 2024-02-27 Jiufu Guo New
[2/3,RFC] fsra: support ARG_PARTS fsra: Add final gimple sra before expander - - - - --- 2024-02-27 Jiufu Guo New
[1/3,RFC] fsra: Add final gimple sra just before expander fsra: Add final gimple sra before expander - - - - --- 2024-02-27 Jiufu Guo New
[3/3] Fix PR libcc1/113977 Fix libcc1 failure - - - - --- 2024-02-27 Tom Tromey New
[2/3] Fix version negotiation in libcc1 plugins Fix libcc1 failure - - - - --- 2024-02-27 Tom Tromey New
[1/3] Change 'v1' float and int code to fall back to v0 Fix libcc1 failure - - - - --- 2024-02-27 Tom Tromey New
c++/modules: local class merging [PR99426] c++/modules: local class merging [PR99426] - - - - --- 2024-02-27 Patrick Palka New
RISC-V: Add riscv_vector_cc function attribute RISC-V: Add riscv_vector_cc function attribute - - - - --- 2024-02-27 Li Xu New
combine: Don't simplify paradoxical SUBREG on WORD_REGISTER_OPERATIONS [PR113010] combine: Don't simplify paradoxical SUBREG on WORD_REGISTER_OPERATIONS [PR113010] - - - - --- 2024-02-27 Greg McGary New
tree-profile: Don't instrument an IFUNC resolver nor its callees tree-profile: Don't instrument an IFUNC resolver nor its callees - - - - --- 2024-02-26 H.J. Lu New
[avr,applied] Tag optimization options as such. [avr,applied] Tag optimization options as such. - - - - --- 2024-02-26 Georg-Johann Lay New
c++/modules: complete_vars ICE with non-exported constexpr var c++/modules: complete_vars ICE with non-exported constexpr var - - - - --- 2024-02-26 Patrick Palka New
c++/modules: befriending template from current class scope c++/modules: befriending template from current class scope - - - - --- 2024-02-26 Patrick Palka New
[V2] rs6000: Don't allow immediate value in the vsx_splat pattern [PR113950] [V2] rs6000: Don't allow immediate value in the vsx_splat pattern [PR113950] - - - - --- 2024-02-26 jeevitha New
[avr,applied] Remove some dead code [avr,applied] Remove some dead code - - - - --- 2024-02-26 Georg-Johann Lay New
RISC-V: Add initial cost handling for segment loads/stores. RISC-V: Add initial cost handling for segment loads/stores. - - - - --- 2024-02-26 Robin Dapp New
tree-optimization/114081 - dominator update for prologue peeling tree-optimization/114081 - dominator update for prologue peeling - - - - --- 2024-02-26 Richard Biener New
[v2] DSE: Bugfix ICE after allow vector type in get_stored_val [v2] DSE: Bugfix ICE after allow vector type in get_stored_val - - - - --- 2024-02-26 Li, Pan2 New
tree-optimization/114074 - CHREC multiplication and undefined overflow tree-optimization/114074 - CHREC multiplication and undefined overflow - - - - --- 2024-02-26 Richard Biener New
[Ada] Fix PR ada/113893 [Ada] Fix PR ada/113893 - - - - --- 2024-02-26 Eric Botcazou New
Add myself to write after approval and DCO. Add myself to write after approval and DCO. - - - - --- 2024-02-26 Juergen Christ New
[2/2] tree-optimization/114099 - virtual LC PHIs and early exit vect [1/2] tree-optimization/114068 - missed virtual LC PHI after vect peeling - - - - --- 2024-02-26 Richard Biener New
[1/2] tree-optimization/114068 - missed virtual LC PHI after vect peeling [1/2] tree-optimization/114068 - missed virtual LC PHI after vect peeling - - - - --- 2024-02-26 Richard Biener New
[avr] PR114100 : Better indirect addressing on reduced cores [avr] PR114100 : Better indirect addressing on reduced cores - - - - --- 2024-02-26 Georg-Johann Lay New
[COMMITTED] testsuite: Fix gcc.dg/attr-weakref-1.c on Solaris/x86 with as [PR70582] [COMMITTED] testsuite: Fix gcc.dg/attr-weakref-1.c on Solaris/x86 with as [PR70582] - - - - --- 2024-02-26 Rainer Orth New
[COMMITTED] testsuite: xfail gcc.c-torture/compile/pr61159.c on Solaris/x86 with as [PR61159] [COMMITTED] testsuite: xfail gcc.c-torture/compile/pr61159.c on Solaris/x86 with as [PR61159] - - - - --- 2024-02-26 Rainer Orth New
middle-end/114070 - folding breaking VEC_COND expansion middle-end/114070 - folding breaking VEC_COND expansion - - - - --- 2024-02-26 Richard Biener New
match.pd: Guard 2 simplifications on integral TYPE_OVERFLOW_UNDEFINED [PR114090] match.pd: Guard 2 simplifications on integral TYPE_OVERFLOW_UNDEFINED [PR114090] - - - - --- 2024-02-26 Jakub Jelinek New
« 1 2 ... 12 13 141266 1267 »