Show patches with: State = Action Required       |    Archived = No       |   128281 patches
« 1 2 ... 76 77 781282 1283 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v23,31/33] libstdc++: Optimize std::is_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,30/33] c++: Implement __is_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,29/33] libstdc++: Optimize std::remove_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,28/33] c++: Implement __remove_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,27/33] libstdc++: Optimize std::is_object compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,26/33] c++: Implement __is_object built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,25/33] libstdc++: Optimize std::is_function compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,24/33] c++: Implement __is_function built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,23/33] libstdc++: Optimize std::is_reference compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,22/33] c++: Implement __is_reference built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,21/33] libstdc++: Optimize std::is_member_object_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,20/33] c++: Implement __is_member_object_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,19/33] libstdc++: Optimize std::is_member_function_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,18/33] c++: Implement __is_member_function_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,17/33] libstdc++: Optimize std::is_member_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,16/33] c++: Implement __is_member_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,15/33] libstdc++: Optimize std::is_scoped_enum compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,14/33] c++: Implement __is_scoped_enum built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,13/33] libstdc++: Optimize std::is_bounded_array compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,12/33] c++: Implement __is_bounded_array built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,11/33] libstdc++: Optimize std::is_unbounded_array compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,10/33] c++: Implement __is_unbounded_array built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,09/33] libstdc++: Optimize std::is_array compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,08/33] c++: Implement __is_array built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,07/33] libstdc++: Optimize std::is_volatile compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,06/33] c++: Implement __is_volatile built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,05/33] libstdc++: Optimize std::is_const compilation performance Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,04/33] c++: Implement __is_const built-in trait Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,03/33] c++: Accept the use of built-in trait identifiers Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,02/33] c-family, c++: Look up built-in traits via identifier node Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
[v23,01/33] c++: Sort built-in traits alphabetically Optimize type traits performance - - - - --- 2023-10-20 Ken Matsui New
tree-optimization/111383 - testcase for fixed PR tree-optimization/111383 - testcase for fixed PR - - - - --- 2023-10-20 Richard Biener New
A new copy propagation and PHI elimination pass A new copy propagation and PHI elimination pass - - - - --- 2023-10-20 Filip Kastl New
ifcvt: Don't lower bitfields with non-constant offsets [PR 111882] ifcvt: Don't lower bitfields with non-constant offsets [PR 111882] - - - - --- 2023-10-20 Andre Vieira (lists) New
tree-optimization/111445 - simple_iv simplification fault tree-optimization/111445 - simple_iv simplification fault - - - - --- 2023-10-20 Richard Biener New
tree-optimization/110243 - IVOPTs introducing undefined overflow tree-optimization/110243 - IVOPTs introducing undefined overflow - - - - --- 2023-10-20 Richard Biener New
[v2] RISC-V: Support partial VLS mode when preference fixed-vlmax [PR111857] [v2] RISC-V: Support partial VLS mode when preference fixed-vlmax [PR111857] - - - - --- 2023-10-20 Li, Pan2 New
tree-optimization/111891 - fix assert in vectorizable_simd_clone_call tree-optimization/111891 - fix assert in vectorizable_simd_clone_call - - - - --- 2023-10-20 Richard Biener New
[committed] amdgcn: add -march=gfx1030 EXPERIMENTAL [committed] amdgcn: add -march=gfx1030 EXPERIMENTAL - - - - --- 2023-10-20 Andrew Stubbs New
tree-optimization/111000 - restrict invariant motion of shifts tree-optimization/111000 - restrict invariant motion of shifts - - - - --- 2023-10-20 Richard Biener New
middle-end: don't pass loop_vinfo to vect_set_loop_condition during prolog peeling [PR111866] middle-end: don't pass loop_vinfo to vect_set_loop_condition during prolog peeling [PR111866] - - - - --- 2023-10-20 Tamar Christina New
[SH,committed] Fix PR 101177 [SH,committed] Fix PR 101177 - - - - --- 2023-10-20 Oleg Endo New
Document {L,R}ROTATE_EXPR Document {L,R}ROTATE_EXPR - - - - --- 2023-10-20 Richard Biener New
[v2,2/2] riscv: thead: Add support for the XTheadFMemIdx ISA extension riscv: Adding support for XTHead(F)MemIdx - - - - --- 2023-10-20 Christoph Müllner New
[v2,1/2] riscv: thead: Add support for the XTheadMemIdx ISA extension riscv: Adding support for XTHead(F)MemIdx - - - - --- 2023-10-20 Christoph Müllner New
rtl-ssa: Don't leave NOTE_INSN_DELETED around rtl-ssa: Don't leave NOTE_INSN_DELETED around - - - - --- 2023-10-20 Alex Coplan New
Rewrite more refs for epilogue vectorization Rewrite more refs for epilogue vectorization - - - - --- 2023-10-20 Richard Biener New
c: -Wincompatible-pointer-types should cover mismatches in ?: c: -Wincompatible-pointer-types should cover mismatches in ?: - - - - --- 2023-10-20 Florian Weimer New
[v1] RISC-V: Support partial VLS mode when preference fixed-vlmax [v1] RISC-V: Support partial VLS mode when preference fixed-vlmax - - - - --- 2023-10-20 Li, Pan2 New
RISC-V: Rename some variables of vector_block_info[NFC] RISC-V: Rename some variables of vector_block_info[NFC] - - - - --- 2023-10-20 juzhe.zhong@rivai.ai New
Fixup vect_get_and_check_slp_defs for gathers and .MASK_LOAD Fixup vect_get_and_check_slp_defs for gathers and .MASK_LOAD - - - - --- 2023-10-20 Richard Biener New
[PATCH-1v4,expand] Enable vector mode for compare_by_pieces [PR111449] [PATCH-1v4,expand] Enable vector mode for compare_by_pieces [PR111449] - - - - --- 2023-10-20 HAO CHEN GUI New
LoongArch: Define macro CLEAR_INSN_CACHE. LoongArch: Define macro CLEAR_INSN_CACHE. - - - - --- 2023-10-20 Lulu Cheng New
[x86] Remove unused mmx_pinsrw. [x86] Remove unused mmx_pinsrw. - - - - --- 2023-10-20 liuhongt New
c: -Wint-conversion should cover pointer/integer mismatches in ?: c: -Wint-conversion should cover pointer/integer mismatches in ?: - - - - --- 2023-10-20 Florian Weimer New
[v9,4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces Untitled series #378509 - - - - --- 2023-10-20 Ajit Agarwal New
[v2] c: Add -Wreturn-mismatch warning, split from -Wreturn-type [v2] c: Add -Wreturn-mismatch warning, split from -Wreturn-type - - - - --- 2023-10-20 Florian Weimer New
i386: Prevent splitting to xmm16+ when !TARGET_AVX512VL i386: Prevent splitting to xmm16+ when !TARGET_AVX512VL - - - - --- 2023-10-20 Jiang, Haochen New
rename make_eh_edges to make_eh_edge (was: return edge in make_eh_edges) rename make_eh_edges to make_eh_edge (was: return edge in make_eh_edges) - - - - --- 2023-10-20 Alexandre Oliva New
[v4] Introduce strub: machine-independent stack scrubbing [v4] Introduce strub: machine-independent stack scrubbing - - - - --- 2023-10-20 Alexandre Oliva New
[v4] Introduce hardbool attribute for C [v4] Introduce hardbool attribute for C - - - - --- 2023-10-20 Alexandre Oliva New
[v3] Control flow redundancy hardening [v3] Control flow redundancy hardening - - - - --- 2023-10-20 Alexandre Oliva New
testsuite: check for and use -mno-strict-align where needed testsuite: check for and use -mno-strict-align where needed - - - - --- 2023-10-20 Alexandre Oliva New
Avoid compile time hog on vect_peel_nonlinear_iv_init for nonlinear induction vec_step_op_mul when … Avoid compile time hog on vect_peel_nonlinear_iv_init for nonlinear induction vec_step_op_mul when … - - - - --- 2023-10-20 liuhongt New
c: Add -Wreturn-mismatch warning, split from -Wreturn-type c: Add -Wreturn-mismatch warning, split from -Wreturn-type - - - - --- 2023-10-19 Florian Weimer New
[pushed] doc: Update contrib.texi [pushed] doc: Update contrib.texi - - - - --- 2023-10-19 Marek Polacek New
omp_lib.f90.in: Deprecate omp_lock_hint_* for OpenMP 5.0 omp_lib.f90.in: Deprecate omp_lock_hint_* for OpenMP 5.0 - - - - --- 2023-10-19 Tobias Burnus New
[libgcc,contrib] : Add some auto-generated files deps to gcc_update. [libgcc,contrib] : Add some auto-generated files deps to gcc_update. - - - - --- 2023-10-19 Georg-Johann Lay New
[RFA] diagnostic: rename new permerror overloads [RFA] diagnostic: rename new permerror overloads - - - - --- 2023-10-19 Jason Merrill New
c: [PR100532] Fix ICE when an agrgument was an error mark c: [PR100532] Fix ICE when an agrgument was an error mark - - - - --- 2023-10-19 Andrew Pinski New
c: [PR104822] Don't warn about converting NULL to different sso endian c: [PR104822] Don't warn about converting NULL to different sso endian - - - - --- 2023-10-19 Andrew Pinski New
[pushed] c++: use G_ instead of _ [pushed] c++: use G_ instead of _ - - - - --- 2023-10-19 Jason Merrill New
ABOUT-GCC-NLS: add usage guidance ABOUT-GCC-NLS: add usage guidance - - - - --- 2023-10-19 Jason Merrill New
[v2,11/11] aarch64: Add new load/store pair fusion pass Untitled series #378404 - - - - --- 2023-10-19 Alex Coplan New
[COMMITTED] ada: Support new SPARK aspect Side_Effects [COMMITTED] ada: Support new SPARK aspect Side_Effects - - - - --- 2023-10-19 Marc Poulhiès New
[COMMITTED] ada: Refactor code to remove GNATcheck violation [COMMITTED] ada: Refactor code to remove GNATcheck violation - - - - --- 2023-10-19 Marc Poulhiès New
[COMMITTED] ada: Add pragma Annotate for GNATcheck exemptions [COMMITTED] ada: Add pragma Annotate for GNATcheck exemptions - - - - --- 2023-10-19 Marc Poulhiès New
[COMMITTED] ada: Document gnatbind -Q switch [COMMITTED] ada: Document gnatbind -Q switch - - - - --- 2023-10-19 Marc Poulhiès New
[COMMITTED] ada: Seize opportunity to reuse List_Length [COMMITTED] ada: Seize opportunity to reuse List_Length - - - - --- 2023-10-19 Marc Poulhiès New
[COMMITTED] ada: Simplify "not Present" with "No" [COMMITTED] ada: Simplify "not Present" with "No" - - - - --- 2023-10-19 Marc Poulhiès New
[5/5] LoongArch: Document -mexplicit-relocs={auto,none,always} LoongArch: Better balance between relaxation and scheduling - - - - --- 2023-10-19 Xi Ruoyao New
[4/5] LoongArch: Use explicit relocs for addresses only used for one load or store with -mexplicit-… LoongArch: Better balance between relaxation and scheduling - - - - --- 2023-10-19 Xi Ruoyao New
[3/5] LoongArch: Use explicit relocs for TLS access with -mexplicit-relocs=auto LoongArch: Better balance between relaxation and scheduling - - - - --- 2023-10-19 Xi Ruoyao New
[2/5] LoongArch: Use explicit relocs for GOT access when -mexplicit-relocs=auto and LTO during a fi… LoongArch: Better balance between relaxation and scheduling - - - - --- 2023-10-19 Xi Ruoyao New
[RFC] Add function attribute: null_terminated_string_arg(PARAM_IDX) [RFC] Add function attribute: null_terminated_string_arg(PARAM_IDX) - - - - --- 2023-10-19 David Malcolm New
[1/5] LoongArch: Add enum-style -mexplicit-relocs= option LoongArch: Better balance between relaxation and scheduling - - - - --- 2023-10-19 Xi Ruoyao New
[3/3] arm: vld1_types_x4 ACLE intrinsics arm: vld1_types_xN ACLE intrinsics - - - - --- 2023-10-19 Ezra Sitorus New
[2/3] arm: vld1_types_x3 ACLE intrinsics arm: vld1_types_xN ACLE intrinsics - - - - --- 2023-10-19 Ezra Sitorus New
[1/3] arm: vld1_types_x2 ACLE intrinsics arm: vld1_types_xN ACLE intrinsics - - - - --- 2023-10-19 Ezra Sitorus New
AArch64: Cleanup memset expansion AArch64: Cleanup memset expansion - - - - --- 2023-10-19 Wilco Dijkstra New
AArch64: Improve immediate generation AArch64: Improve immediate generation - - - - --- 2023-10-19 Wilco Dijkstra New
middle-end: don't create LC-SSA PHI variables for PHI nodes who dominate loop middle-end: don't create LC-SSA PHI variables for PHI nodes who dominate loop - - - - --- 2023-10-19 Tamar Christina New
[2/2] tree-optimization/111131 - SLP for non-IFN gathers [1/2] Refactor x86 vectorized gather path - - - - --- 2023-10-19 Richard Biener New
[1/2] Refactor x86 vectorized gather path [1/2] Refactor x86 vectorized gather path - - - - --- 2023-10-19 Richard Biener New
wwwdocs: gcc-14: mark amdgcn fiji deprecated wwwdocs: gcc-14: mark amdgcn fiji deprecated - - - - --- 2023-10-19 Andrew Stubbs New
Enable top-level recursive 'autoreconf' (was: Hints on reconfiguring GCC) Enable top-level recursive 'autoreconf' (was: Hints on reconfiguring GCC) - - - - --- 2023-10-19 Thomas Schwinge New
[committed] amdgcn: deprecate Fiji device and multilib [committed] amdgcn: deprecate Fiji device and multilib - - - - --- 2023-10-19 Andrew Stubbs New
c-family: Enable -fpermissive for C and ObjC c-family: Enable -fpermissive for C and ObjC - - - - --- 2023-10-19 Florian Weimer New
[V3,11/11] RISC-V: P11: Adjust and add testcases Refactor and cleanup vsetvl pass - - - - --- 2023-10-19 Lehua Ding New
[V3,10/11] RISC-V: P10: Delete riscv-vsetvl.h and adjust riscv-vsetvl.def Refactor and cleanup vsetvl pass - - - - --- 2023-10-19 Lehua Ding New
« 1 2 ... 76 77 781282 1283 »