Show patches with: State = Action Required       |   128097 patches
« 1 2 ... 76 77 781280 1281 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v22,23/31] libstdc++: Optimize std::is_reference compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,22/31] c++: Implement __is_reference built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,21/31] libstdc++: Optimize std::is_member_object_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,20/31] c++: Implement __is_member_object_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,19/31] libstdc++: Optimize std::is_member_function_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,18/31] c++: Implement __is_member_function_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,17/31] libstdc++: Optimize std::is_member_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,16/31] c++: Implement __is_member_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,15/31] libstdc++: Optimize std::is_scoped_enum compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,14/31] c++: Implement __is_scoped_enum built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,13/31] libstdc++: Optimize std::is_bounded_array compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,12/31] c++: Implement __is_bounded_array built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,11/31] libstdc++: Optimize std::is_unbounded_array compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,10/31] c++: Implement __is_unbounded_array built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,09/31] libstdc++: Optimize std::is_array compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,08/31] c++: Implement __is_array built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,07/31] libstdc++: Optimize std::is_volatile compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,06/31] c++: Implement __is_volatile built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,05/31] libstdc++: Optimize std::is_const compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,04/31] c++: Implement __is_const built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,03/31] c++: Accept the use of built-in trait identifiers Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,02/31] c-family, c++: Look up built-in traits via identifier node Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v22,01/31] c++: Sort built-in traits alphabetically Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[V2,14/14] RISC-V: P14: Adjust and add testcases Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,13/14] RISC-V: P13: Reorganize functions used to modify RTL Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,12/14] RISC-V: P12: Delete riscv-vsetvl.h Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,11/14] RISC-V: P11: Adjust vector_block_info to vsetvl_block_info class Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,10/14] RISC-V: P10: Cleanup helper functions Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,09/14] RISC-V: P9: Cleanup post optimize phase Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,08/14] RISC-V: P8: Unified insert and delete of vsetvl insn into Phase 4 Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,07/14] RISC-V: P7: Move earliest fuse and lcm code to pre_vsetvl class Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,06/14] RISC-V: P6: Add computing reaching definition data flow Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,05/14] RISC-V: P5: combine phase 1 and 2 Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,04/14] RISC-V: P4: move method from pass_vsetvl to pre_vsetvl Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,03/14] RISC-V: P3: Refactor vector_infos_manager Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,02/14] RISC-V: P2: Refactor and cleanup demand system Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[V2,01/14] RISC-V: P1: Refactor avl_info/vl_vtype_info/vector_insn_info Refactor and cleanup vsetvl pass - - - - --- 2023-10-17 Lehua Ding New
[v21,30/30] libstdc++: Optimize std::is_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,29/30] c++: Implement __is_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,28/30] libstdc++: Optimize std::remove_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,27/30] c++: Implement __remove_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,26/30] libstdc++: Optimize std::is_object compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,25/30] c++: Implement __is_object built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,24/30] libstdc++: Optimize std::is_function compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,23/30] c++: Implement __is_function built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,22/30] libstdc++: Optimize std::is_reference compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,21/30] c++: Implement __is_reference built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,20/30] libstdc++: Optimize std::is_member_object_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,19/30] c++: Implement __is_member_object_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,18/30] libstdc++: Optimize std::is_member_function_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,17/30] c++: Implement __is_member_function_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,16/30] libstdc++: Optimize std::is_member_pointer compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,15/30] c++: Implement __is_member_pointer built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,14/30] libstdc++: Optimize std::is_scoped_enum compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,13/30] c++: Implement __is_scoped_enum built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,12/30] libstdc++: Optimize std::is_bounded_array compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,11/30] c++: Implement __is_bounded_array built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,10/30] libstdc++: Optimize std::is_unbounded_array compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,09/30] c++: Implement __is_unbounded_array built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,08/30] libstdc++: Optimize std::is_array compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,07/30] c++: Implement __is_array built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,06/30] libstdc++: Optimize std::is_volatile compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,05/30] c++: Implement __is_volatile built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,04/30] libstdc++: Optimize std::is_const compilation performance Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,03/30] c++: Implement __is_const built-in trait Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,02/30] c++: Accept the use of built-in trait identifiers Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
[v21,01/30] c-family, c++: Look up built-in traits via identifier node Optimize type traits performance - - - - --- 2023-10-17 Ken Matsui New
c++: Add missing auto_diagnostic_groups to constexpr.cc c++: Add missing auto_diagnostic_groups to constexpr.cc - - - - --- 2023-10-17 Nathaniel Shead New
RISC-V: Fix failed testcase when use -cmodel=medany RISC-V: Fix failed testcase when use -cmodel=medany - - - - --- 2023-10-17 Lehua Ding New
[avr,committed] Implement fma, fmal. [avr,committed] Implement fma, fmal. - - - - --- 2023-10-17 Georg-Johann Lay New
wide-int-print: Don't print large numbers hexadecimally for print_dec{,s,u} wide-int-print: Don't print large numbers hexadecimally for print_dec{,s,u} - - - - --- 2023-10-17 Jakub Jelinek New
fortran/intrinsic.texi: Improve SIGNAL intrinsic entry (was: [patch] fortran/intrinsic.texi: Add 'p… fortran/intrinsic.texi: Improve SIGNAL intrinsic entry (was: [patch] fortran/intrinsic.texi: Add 'p… - - - - --- 2023-10-17 Tobias Burnus New
RISC-V: Enable more tests for dynamic LMUL and bug fix[PR111832] RISC-V: Enable more tests for dynamic LMUL and bug fix[PR111832] - - - - --- 2023-10-17 juzhe.zhong@rivai.ai New
[V4] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721] [V4] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721] - - - - --- 2023-10-17 juzhe.zhong@rivai.ai New
middle-end/111818 - failed DECL_NOT_GIMPLE_REG_P setting of volatile middle-end/111818 - failed DECL_NOT_GIMPLE_REG_P setting of volatile - - - - --- 2023-10-17 Richard Biener New
Support 32/64-bit vectorization for _Float16 fma related operations. Support 32/64-bit vectorization for _Float16 fma related operations. - - - - --- 2023-10-17 liuhongt New
[v3] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] [v3] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660] - - - - --- 2023-10-17 Marek Polacek New
[committed] d: Forbid taking the address of an intrinsic with no implementation [committed] d: Forbid taking the address of an intrinsic with no implementation - - - - --- 2023-10-17 Iain Buclaw New
Add files to discourage submissions of PRs to the GitHub mirror. Add files to discourage submissions of PRs to the GitHub mirror. - - - - --- 2023-10-16 Eric Gallager New
[V4] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store [V4] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store - - - - --- 2023-10-16 juzhe.zhong@rivai.ai New
[committed] Fix minor problem in stack probing [committed] Fix minor problem in stack probing - - - - --- 2023-10-16 Jeff Law New
[pushed] diagnostics: special-case -fdiagnostics-text-art-charset=ascii for LANG=C [pushed] diagnostics: special-case -fdiagnostics-text-art-charset=ascii for LANG=C - - - - --- 2023-10-16 David Malcolm New
[pushed] diagnostics: fix missing initialization of context->extra_output_kind [pushed] diagnostics: fix missing initialization of context->extra_output_kind - - - - --- 2023-10-16 David Malcolm New
[committed] RISC-V: NFC: Move scalar block move expansion code into riscv-string.cc [committed] RISC-V: NFC: Move scalar block move expansion code into riscv-string.cc - - - - --- 2023-10-16 Jeff Law New
[COMMITTED] RISC-V/testsuite: add a default march (lacking zfa) to some fp tests [COMMITTED] RISC-V/testsuite: add a default march (lacking zfa) to some fp tests - - - - --- 2023-10-16 Vineet Gupta New
Fortran: out of bounds access with nested implied-do IO [PR111837] Fortran: out of bounds access with nested implied-do IO [PR111837] - - - - --- 2023-10-16 Harald Anlauf New
[v5] i386: Allow -mlarge-data-threshold with -mcmodel=large [v5] i386: Allow -mlarge-data-threshold with -mcmodel=large - - - - --- 2023-10-16 Fangrui Song New
[v5] i386: Allow -mlarge-data-threshold with -mcmodel=large [v5] i386: Allow -mlarge-data-threshold with -mcmodel=large - - - - --- 2023-10-16 Fangrui Song New
[v7] Implement new RTL optimizations pass: fold-mem-offsets. [v7] Implement new RTL optimizations pass: fold-mem-offsets. - - - - --- 2023-10-16 Manolis Tsamis New
fortran/intrinsic.texi: Add 'passed by value' to signal handler fortran/intrinsic.texi: Add 'passed by value' to signal handler - - - - --- 2023-10-16 Tobias Burnus New
[pushed] c++: improve fold-expr location [pushed] c++: improve fold-expr location - - - - --- 2023-10-16 Jason Merrill New
RISC-V: Refactor and cleanup vsetvl pass RISC-V: Refactor and cleanup vsetvl pass - - - - --- 2023-10-16 Lehua Ding New
[V3] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store [V3] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store - - - - --- 2023-10-16 juzhe.zhong@rivai.ai New
Fix PR ada/111813 (Inconsistent limit in Ada.Calendar.Formatting) Fix PR ada/111813 (Inconsistent limit in Ada.Calendar.Formatting) - - - - --- 2023-10-16 Simon Wright New
[v2] AArch64: Add inline memmove expansion [v2] AArch64: Add inline memmove expansion - - - - --- 2023-10-16 Wilco Dijkstra New
[V2] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store [V2] RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL model for non-adjacent load/store - - - - --- 2023-10-16 juzhe.zhong@rivai.ai New
s390: Fix expander popcountv8hi2_vx s390: Fix expander popcountv8hi2_vx - - - - --- 2023-10-16 Stefan Schulze Frielinghaus New
tree-optimization/111807 - ICE in verify_sra_access_forest tree-optimization/111807 - ICE in verify_sra_access_forest - - - - --- 2023-10-16 Richard Biener New
[RFA] PR target/111815: VAX: Only accept the index scaler as the RHS operand to ASHIFT [RFA] PR target/111815: VAX: Only accept the index scaler as the RHS operand to ASHIFT - - - - --- 2023-10-16 Maciej W. Rozycki New
nvptx: Use fatal_error when -march= is missing not an assert [PR111093] nvptx: Use fatal_error when -march= is missing not an assert [PR111093] - - - - --- 2023-10-16 Tobias Burnus New
« 1 2 ... 76 77 781280 1281 »