Show patches with: State = Action Required       |    Archived = No       |   126653 patches
« 1 2 ... 205 206 2071266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
asan: Fix up instrumentation of assignments which are both loads and stores [PR105714] asan: Fix up instrumentation of assignments which are both loads and stores [PR105714] - - - - --- 2022-05-25 Jakub Jelinek New
[committed] libgomp: Fix occassional hangs with taskwait nowait depend [committed] libgomp: Fix occassional hangs with taskwait nowait depend - - - - --- 2022-05-25 Jakub Jelinek New
Add GIMPLE switch support to loop unswitching Add GIMPLE switch support to loop unswitching - - - - --- 2022-05-25 Richard Biener New
[V3] rs6000: Optimize comparison on rotated 16bits constant [V3] rs6000: Optimize comparison on rotated 16bits constant - - - - --- 2022-05-25 Jiufu Guo New
Add a bit dislike for separate mem alternative when op is REG_P. Add a bit dislike for separate mem alternative when op is REG_P. - - - - --- 2022-05-25 Liu, Hongtao New
[v3] libstdc++: fix pointer type exception catch [PR105387] [v3] libstdc++: fix pointer type exception catch [PR105387] - - - - --- 2022-05-25 Jakob Hasse New
[v1] RISC-V: bitmanip: improve constant-loading for (1ULL << 31) in DImode [v1] RISC-V: bitmanip: improve constant-loading for (1ULL << 31) in DImode - - - - --- 2022-05-24 Philipp Tomsich New
[v1,3/3] RISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext + xori [v1,1/3] RISC-V: Split "(a & (1 << BIT_NO)) ? 0 : -1" to bexti + addi - - - - --- 2022-05-24 Philipp Tomsich New
[v1,2/3] RISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext + addi [v1,1/3] RISC-V: Split "(a & (1 << BIT_NO)) ? 0 : -1" to bexti + addi - - - - --- 2022-05-24 Philipp Tomsich New
[v1,1/3] RISC-V: Split "(a & (1 << BIT_NO)) ? 0 : -1" to bexti + addi [v1,1/3] RISC-V: Split "(a & (1 << BIT_NO)) ? 0 : -1" to bexti + addi - - - - --- 2022-05-24 Philipp Tomsich New
[v1,3/3] RISC-V: Replace zero_extendsidi2_shifted with generalized split RISC-V: Improve sequences with shifted zero-extended operands - - - - --- 2022-05-24 Philipp Tomsich New
[v1,2/3] RISC-V: Split slli+sh[123]add.uw opportunities to avoid zext.w RISC-V: Improve sequences with shifted zero-extended operands - - - - --- 2022-05-24 Philipp Tomsich New
[v1,1/3] RISC-V: add consecutive_bits_operand predicate RISC-V: Improve sequences with shifted zero-extended operands - - - - --- 2022-05-24 Philipp Tomsich New
Ping: [PATCH v2] diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431] Ping: [PATCH v2] diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431] - - - - --- 2022-05-24 Lewis Hyatt New
[pushed] c++: constexpr returning deallocated ptr [pushed] c++: constexpr returning deallocated ptr - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: strict constexpr and local vars [pushed] c++: strict constexpr and local vars - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: *this folding in constexpr call [pushed] c++: *this folding in constexpr call - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: discarded-value and constexpr [pushed] c++: discarded-value and constexpr - - - - --- 2022-05-24 Jason Merrill New
[pushed] c++: constexpr empty base redux [PR105622] [pushed] c++: constexpr empty base redux [PR105622] - - - - --- 2022-05-24 Jason Merrill New
[wwwdocs] Add C status page [wwwdocs] Add C status page - - - - --- 2022-05-24 Marek Polacek New
AArch64: Prioritise init_have_lse_atomics constructor [PR 105708] AArch64: Prioritise init_have_lse_atomics constructor [PR 105708] - - - - --- 2022-05-24 Wilco Dijkstra New
[wwwdocs] +[invoke.texi] Update GCN for gfx90a (was: Re: [committed] amdgcn: Add gfx90a support) [wwwdocs] +[invoke.texi] Update GCN for gfx90a (was: Re: [committed] amdgcn: Add gfx90a support) - - - - --- 2022-05-24 Tobias Burnus New
[committed] amdgcn: Add gfx90a support [committed] amdgcn: Add gfx90a support - - - - --- 2022-05-24 Andrew Stubbs New
[committed] amdgcn: Remove LLVM 9 assembler/linker support [committed] amdgcn: Remove LLVM 9 assembler/linker support - - - - --- 2022-05-24 Andrew Stubbs New
Canonicalize X&-Y as X*Y in match.pd when Y is [0,1]. Canonicalize X&-Y as X*Y in match.pd when Y is [0,1]. - - - - --- 2022-05-24 Roger Sayle New
[wwwdocs] Document ASAN changes for GCC 13. [wwwdocs] Document ASAN changes for GCC 13. - - - - --- 2022-05-24 Martin Liška New
[wwwdocs] Document <cstdint> changes in libstdc++ [wwwdocs] Document <cstdint> changes in libstdc++ - - - - --- 2022-05-24 Jonathan Wakely New
[v2] Support --disable-fixincludes. [v2] Support --disable-fixincludes. - - - - --- 2022-05-24 Martin Liška New
[DOCS,PUSHED] GCC 13: come up with Porting to. [DOCS,PUSHED] GCC 13: come up with Porting to. - - - - --- 2022-05-24 Martin Liška New
Introduce -finstrument-functions-once Introduce -finstrument-functions-once - - - - --- 2022-05-24 Eric Botcazou New
middle-end/105711 - properly handle CONST_INT when expanding bitfields middle-end/105711 - properly handle CONST_INT when expanding bitfields - - - - --- 2022-05-24 Richard Biener New
[v4,rs6000] Add V1TI into vector comparison expand [PR103316] [v4,rs6000] Add V1TI into vector comparison expand [PR103316] - - - - --- 2022-05-24 HAO CHEN GUI New
OpenMP: Support nowait with Fortran [PR105378] OpenMP: Support nowait with Fortran [PR105378] - - - - --- 2022-05-24 Tobias Burnus New
c: Improve build_component_ref diagnostics [PR91134] c: Improve build_component_ref diagnostics [PR91134] - - - - --- 2022-05-24 Jakub Jelinek New
[committed] openmp: Add taskwait nowait depend support [PR105378] [committed] openmp: Add taskwait nowait depend support [PR105378] - - - - --- 2022-05-24 Jakub Jelinek New
[committed] testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706] [committed] testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706] - - - - --- 2022-05-24 Kewen.Lin New
tree-optimization/100221 - improve DSE a bit tree-optimization/100221 - improve DSE a bit - - - - --- 2022-05-24 Richard Biener New
[committed] rs6000: Skip debug insns for union [PR105627] [committed] rs6000: Skip debug insns for union [PR105627] - - - - --- 2022-05-24 Kewen.Lin New
libiberty: remove FINAL and OVERRIDE from ansidecl.h libiberty: remove FINAL and OVERRIDE from ansidecl.h - - - - --- 2022-05-23 David Malcolm New
[committed] test plugins: use "final" and "override" directly, rather than via macros [committed] test plugins: use "final" and "override" directly, rather than via macros - - - - --- 2022-05-23 David Malcolm New
[x86] Optimize double word negation of zero extended values. [x86] Optimize double word negation of zero extended values. - - - - --- 2022-05-23 Roger Sayle New
[10/10] Add 'final' and 'override' in various places Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[09/10] tree-vect-slp-patterns.cc: add 'final' and 'override' to vect_pattern::build impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[08/10] i386: add 'final' and 'override' to scalar_chain vfunc impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[07/10] value-relation.h: add 'final' and 'override' to relation_oracle vfunc impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[06/10] ipa: add 'final' and 'override' to call_summary_base vfunc impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[05/10] d: add 'final' and 'override' to gcc/d/*.cc 'visit' impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[04/10] tree-switch-conversion.h: use final/override for cluster vfunc impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[03/10] expr.cc: use final/override on op_by_pieces_d vfuncs Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[02/10] Add 'final' and 'override' on dom_walker vfunc impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[01/10] Add 'final' and 'override' to opt_pass vfunc impls Add 'final' and 'override' where missing - - - - --- 2022-05-23 David Malcolm New
[committed] jit: use 'final' and 'override' where appropriate [committed] jit: use 'final' and 'override' where appropriate - - - - --- 2022-05-23 David Malcolm New
[committed] analyzer: use 'final' and 'override' where appropriate [committed] analyzer: use 'final' and 'override' where appropriate - - - - --- 2022-05-23 David Malcolm New
[v2] DSE: Use the constant store source if possible [v2] DSE: Use the constant store source if possible - - - - --- 2022-05-23 H.J. Lu New
[BACKPORT,gcc-10,COMMITTED] rs6000: __Uglify non-uglified local variables in headers [BACKPORT,gcc-10,COMMITTED] rs6000: __Uglify non-uglified local variables in headers - - - - --- 2022-05-23 Paul A. Clarke New
[PR/target,105666] RISC-V: Inhibit FP <--> int register moves via tune param [PR/target,105666] RISC-V: Inhibit FP <--> int register moves via tune param - - - - --- 2022-05-23 Vineet Gupta New
x86: Avoid uninitialized variable in PR target/104441 test x86: Avoid uninitialized variable in PR target/104441 test - - - - --- 2022-05-23 H.J. Lu New
[v3] x86: Document -mcet-switch [v3] x86: Document -mcet-switch - - - - --- 2022-05-23 H.J. Lu New
[BACKPORT,COMMITTED] rs6000: __Uglify non-uglified local variables in headers [BACKPORT,COMMITTED] rs6000: __Uglify non-uglified local variables in headers - - - - --- 2022-05-23 Paul A. Clarke New
[v3,4/5] xtensa: Add setmemsi insn pattern Untitled series #301634 - - - - --- 2022-05-23 Takayuki 'January June' Suwa New
demangler: C++ modules support demangler: C++ modules support - - - - --- 2022-05-23 Nathan Sidwell New
[PATCH/RFC] PR tree-optimization/96912: Recognize VEC_COND_EXPR in match.pd [PATCH/RFC] PR tree-optimization/96912: Recognize VEC_COND_EXPR in match.pd - - - - --- 2022-05-23 Roger Sayle New
Remove forward_propagate_into_cond Remove forward_propagate_into_cond - - - - --- 2022-05-23 Richard Biener New
tree-optimization/105629 - spaceship recognition regression tree-optimization/105629 - spaceship recognition regression - - - - --- 2022-05-23 Richard Biener New
[v3,3/3] RISC-V: Limit regs use for z[f/d]inx extension. RISC-V: Support z[f/d]inx extension - - - - --- 2022-05-23 Jiawei New
[v3,2/3] RISC-V: Target support for z[f/d]inx extension. RISC-V: Support z[f/d]inx extension - - - - --- 2022-05-23 Jiawei New
[v3,1/3] RISC-V: Minimal support of z[f/d]inx extension. RISC-V: Support z[f/d]inx extension - - - - --- 2022-05-23 Jiawei New
Adjust affected targets for vec_perm_const hook Adjust affected targets for vec_perm_const hook - - - - --- 2022-05-23 Prathamesh Kulkarni New
[x86,PING] Peephole pand;pxor into pandn [x86,PING] Peephole pand;pxor into pandn - - - - --- 2022-05-23 Roger Sayle New
[x86] PR tree-optimization/105668: Provide vcond_mask_v1tiv1ti pattern. [x86] PR tree-optimization/105668: Provide vcond_mask_v1tiv1ti pattern. - - - - --- 2022-05-23 Roger Sayle New
PR tree-optimization/105668: Provide RTL expansion for VEC_COND_EXPR. PR tree-optimization/105668: Provide RTL expansion for VEC_COND_EXPR. - - - - --- 2022-05-23 Roger Sayle New
[V2] rs6000: Store complicated constant into pool [V2] rs6000: Store complicated constant into pool - - - - --- 2022-05-23 Jiufu Guo New
[v2,1/1] RISC-V: Fix canonical extension order (K and J) RISC-V: Fix canonical extension order (K and J) - - - - --- 2022-05-22 Tsukasa OI New
Minor improvement to genpreds.cc Minor improvement to genpreds.cc - - - - --- 2022-05-22 Roger Sayle New
[committed] wwwdocs: gcc-12: Fix HTML around RISC-V entries [committed] wwwdocs: gcc-12: Fix HTML around RISC-V entries - - - - --- 2022-05-21 Gerald Pfeifer New
[committed] testsuite: Skip vectorize tests for PRU [committed] testsuite: Skip vectorize tests for PRU - - - - --- 2022-05-21 Dimitar Dimitrov New
[committed] testsuite: Adjust pr91088.c for default_packed targets [committed] testsuite: Adjust pr91088.c for default_packed targets - - - - --- 2022-05-21 Dimitar Dimitrov New
[committed] testsuite: Skip gcc.dg/pr46647.c for PRU [committed] testsuite: Skip gcc.dg/pr46647.c for PRU - - - - --- 2022-05-21 Dimitar Dimitrov New
[committed] testsuite: Skip ifcvt-4.c for PRU [committed] testsuite: Skip ifcvt-4.c for PRU - - - - --- 2022-05-21 Dimitar Dimitrov New
[committed] testsuite: Mark extra warnings for default_packed [committed] testsuite: Mark extra warnings for default_packed - - - - --- 2022-05-21 Dimitar Dimitrov New
Simplify vec_unpack of uniform_vector_p constructors in match.pd. Simplify vec_unpack of uniform_vector_p constructors in match.pd. - - - - --- 2022-05-21 Roger Sayle New
[PING] PR middle-end/95126: Expand small const structs as immediate constants [PING] PR middle-end/95126: Expand small const structs as immediate constants - - - - --- 2022-05-21 Roger Sayle New
DSE: Use the constant source if possible DSE: Use the constant source if possible - - - - --- 2022-05-21 H.J. Lu New
Support multilib-aware target lib flags self-specs overriding Support multilib-aware target lib flags self-specs overriding - - - - --- 2022-05-20 Alexandre Oliva New
Increase move cost between mask and gpr. Increase move cost between mask and gpr. - - - - --- 2022-05-20 Liu, Hongtao New
libstdc++-v3: Set 26_numerics/random/n.b.d./op./values.cc timeout-factor to 3 libstdc++-v3: Set 26_numerics/random/n.b.d./op./values.cc timeout-factor to 3 - - - - --- 2022-05-20 Hans-Peter Nilsson New
[committed] libstdc++: Avoid including <cstdint> for std::char_traits [committed] libstdc++: Avoid including <cstdint> for std::char_traits - - - - --- 2022-05-19 Jonathan Wakely New
[committed] libstdc++: Only include <ext/atomicity.h> for COW string [committed] libstdc++: Only include <ext/atomicity.h> for COW string - - - - --- 2022-05-19 Jonathan Wakely New
[committed] libstdc++: Ensure pmr aliases work without <memory_resource> [committed] libstdc++: Ensure pmr aliases work without <memory_resource> - - - - --- 2022-05-19 Jonathan Wakely New
[committed] libstdc++: Implement LWG 3683 for pmr::polymorphic_allocator [committed] libstdc++: Implement LWG 3683 for pmr::polymorphic_allocator - - - - --- 2022-05-19 Jonathan Wakely New
[Ada] Do not give warnings for compiler-generated entities by default [Ada] Do not give warnings for compiler-generated entities by default - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Small housekeeping work in gnat_gimplify_expr [Ada] Small housekeeping work in gnat_gimplify_expr - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Fix internal error on unchecked union with component clauses (2) [Ada] Fix internal error on unchecked union with component clauses (2) - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Do not set Current_Error_Node to a node without location [Ada] Do not set Current_Error_Node to a node without location - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Fix internal error on semi-circular record types [Ada] Fix internal error on semi-circular record types - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Fix for internal error on semi-circular record aggregate [Ada] Fix for internal error on semi-circular record aggregate - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Preserve unchecked conversion of string constant [Ada] Preserve unchecked conversion of string constant - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Remove redundant marking of illegal pragma with error posted [Ada] Remove redundant marking of illegal pragma with error posted - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Fix continuation message without a prior error [Ada] Fix continuation message without a prior error - - - - --- 2022-05-19 Pierre-Marie de Rodat New
[Ada] Mark Requires_Transient_Scope as Inline [Ada] Mark Requires_Transient_Scope as Inline - - - - --- 2022-05-19 Pierre-Marie de Rodat New
« 1 2 ... 205 206 2071266 1267 »