Show patches with: Archived = No       |   15942 patches
« 1 2138 139 140159 160 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[committed] openmp: Fix up finish_omp_target_clauses [PR108286] [committed] openmp: Fix up finish_omp_target_clauses [PR108286] - - - -1- 2023-01-05 Jakub Jelinek Unresolved
xtensa: Optimize stack frame adjustment more xtensa: Optimize stack frame adjustment more - - - 1-- 2023-01-05 Takayuki 'January June' Suwa Accepted
[1/1] Add link to gmplib.org Update installation docs with gmplib link - - - 1-- 2023-01-05 Benson Muite Accepted
[committed] libstdc++: Support single components in name of chrono::current_zone() [PR108211] [committed] libstdc++: Support single components in name of chrono::current_zone() [PR108211] - - - -1- 2023-01-05 Jonathan Wakely Unresolved
[committed] libstdc++: Only use std::atomic<tzdb_list::_Node*> if lock free [PR108228] [committed] libstdc++: Only use std::atomic<tzdb_list::_Node*> if lock free [PR108228] - - - -1- 2023-01-05 Jonathan Wakely Repeat Merge
[committed] libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR108265] [committed] libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR108265] - - - -1- 2023-01-05 Jonathan Wakely Repeat Merge
[modula2] Add missing declarations to gcc/m2/gm2-libs-min/M2RTS.def [modula2] Add missing declarations to gcc/m2/gm2-libs-min/M2RTS.def - - - 1-- 2023-01-04 Gaius Mulley Accepted
[ping] cp: warn uninitialized const/ref in base class [PR80681] [ping] cp: warn uninitialized const/ref in base class [PR80681] - - - 1-- 2023-01-04 Charlie Sale Accepted
Avoid quadratic behaviour of symbol renaming Avoid quadratic behaviour of symbol renaming - - - -1- 2023-01-04 Jan Hubicka Repeat Merge
c++: mark_single_function and SFINAE [PR108282] c++: mark_single_function and SFINAE [PR108282] - - - 1-- 2023-01-04 Patrick Palka Accepted
RISC-V: Add testcases for IMM (0 ~ 31) AVL RISC-V: Add testcases for IMM (0 ~ 31) AVL - - - 1-- 2023-01-04 juzhe.zhong@rivai.ai Accepted
[V2] extract DF/SF/SI/HI/QI subreg from parameter word on stack [V2] extract DF/SF/SI/HI/QI subreg from parameter word on stack - - - 1-- 2023-01-04 Jiufu Guo Accepted
RISC-V: Refine Phase 3 of VSETVL PASS RISC-V: Refine Phase 3 of VSETVL PASS - - - 1-- 2023-01-04 juzhe.zhong@rivai.ai Accepted
[V4] Use reg mode to move sub blocks for parameters and returns [V4] Use reg mode to move sub blocks for parameters and returns - - - 1-- 2023-01-04 Jiufu Guo Accepted
[committed] libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258] [committed] libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258] - - - -1- 2023-01-04 Jonathan Wakely Repeat Merge
c++: Error recovery in merge_default_template_args [PR108206] c++: Error recovery in merge_default_template_args [PR108206] - - - -1- 2023-01-04 Jakub Jelinek Unresolved
generic-match-head: Don't assume GENERIC folding is done only early [PR108237] generic-match-head: Don't assume GENERIC folding is done only early [PR108237] - - - -1- 2023-01-04 Jakub Jelinek Unresolved
rs6000: Make P10_FUSION honour tuning setting rs6000: Make P10_FUSION honour tuning setting - - - 1-- 2023-01-04 Kewen.Lin Accepted
rs6000: Don't use optimize_function_for_speed_p too early [PR108184] rs6000: Don't use optimize_function_for_speed_p too early [PR108184] - - - 1-- 2023-01-04 Kewen.Lin Accepted
vrp: Handle pointers in maybe_set_nonzero_bits [PR108253] vrp: Handle pointers in maybe_set_nonzero_bits [PR108253] - - - -1- 2023-01-04 Jakub Jelinek Unresolved
ubsan: Avoid narrowing of multiply for -fsanitize=signed-integer-overflow [PR108256] ubsan: Avoid narrowing of multiply for -fsanitize=signed-integer-overflow [PR108256] - - - -1- 2023-01-04 Jakub Jelinek Unresolved
swap: Fix incorrect lane extraction by vec_extract() [PR106770] swap: Fix incorrect lane extraction by vec_extract() [PR106770] - - - 1-- 2023-01-04 Surya Kumari Jangala Accepted
[V3] rs6000: Load high and low part of 64bit constant independently [V3] rs6000: Load high and low part of 64bit constant independently - - - 1-- 2023-01-04 Jiufu Guo Accepted
[PATCH-4,rs6000] Change ilp32 target check for some scalar-extract-sig and scalar-insert-exp test c… [PATCH-4,rs6000] Change ilp32 target check for some scalar-extract-sig and scalar-insert-exp test c… - - - 1-- 2023-01-04 HAO CHEN GUI Accepted
[PATCH-3,rs6000] Change mode and insn condition for scalar insert exp instruction [PATCH-3,rs6000] Change mode and insn condition for scalar insert exp instruction - - - 1-- 2023-01-04 HAO CHEN GUI Accepted
[PATCH-2,rs6000] Change mode and insn condition for scalar extract sig instruction [PATCH-2,rs6000] Change mode and insn condition for scalar extract sig instruction - - - -1- 2023-01-04 HAO CHEN GUI Unresolved
[PATCH-1,rs6000] Change mode and insn condition for scalar extract exp instruction [PATCH-1,rs6000] Change mode and insn condition for scalar extract exp instruction - - - --1 2023-01-04 HAO CHEN GUI Not Applicable
Add link to gmplib.org Add link to gmplib.org - - - 1-- 2023-01-04 Benson Muite Accepted
libiberty: Handle Windows nul device in unlink-if-ordinary.c [PR108276] libiberty: Handle Windows nul device in unlink-if-ordinary.c [PR108276] - - - 1-- 2023-01-04 Himal Accepted
gcc-11: FTBFS on hurd-i386 gcc-11: FTBFS on hurd-i386 - - - -1- 2023-01-03 Li, Pan2 via Gcc-patches Unresolved
PR tree-optimization/92342: Optimize b & -(a==c) in match.pd PR tree-optimization/92342: Optimize b & -(a==c) in match.pd - - - 1-- 2023-01-03 Roger Sayle Accepted
Various fixes for DWARF register size computation Various fixes for DWARF register size computation - - - 1-- 2023-01-03 Florian Weimer Accepted
expr: Fix up store_expr into SUBREG_PROMOTED_* target [PR108264] expr: Fix up store_expr into SUBREG_PROMOTED_* target [PR108264] - - - -1- 2023-01-03 Jakub Jelinek Unresolved
cfgrtl: Don't try to redirect asm goto to EXIT [PR108263] cfgrtl: Don't try to redirect asm goto to EXIT [PR108263] - - - -1- 2023-01-03 Jakub Jelinek Unresolved
[COMMITTED] ada: Fix unescaped quotes when combining fdiagnostics-format=json and gnatdJ [COMMITTED] ada: Fix unescaped quotes when combining fdiagnostics-format=json and gnatdJ - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: output.adb: fix newline being inserted when buffer is full [COMMITTED] ada: output.adb: fix newline being inserted when buffer is full - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: Fix GNAT.Formatted_String's handling of real values [COMMITTED] ada: Fix GNAT.Formatted_String's handling of real values - - - -1- 2023-01-03 Marc Poulhiès Unresolved
[COMMITTED] ada: Fix parsing bug in GNAT.Formatted_String [COMMITTED] ada: Fix parsing bug in GNAT.Formatted_String - - - -1- 2023-01-03 Marc Poulhiès Unresolved
[COMMITTED] ada: Fix premature finalization of return temporary [COMMITTED] ada: Fix premature finalization of return temporary - - - -1- 2023-01-03 Marc Poulhiès Unresolved
[COMMITTED] ada: Fix format string parsing in GNAT.Formatted_String [COMMITTED] ada: Fix format string parsing in GNAT.Formatted_String - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: Make Apply_Discriminant_Check.Denotes_Explicit_Dereference more robust [COMMITTED] ada: Make Apply_Discriminant_Check.Denotes_Explicit_Dereference more robust - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: Fix calling convention of foreign functions returning limited type [COMMITTED] ada: Fix calling convention of foreign functions returning limited type - - - -1- 2023-01-03 Marc Poulhiès Unresolved
[COMMITTED] ada: Adapt frontend optimization for aggregate assignment [COMMITTED] ada: Adapt frontend optimization for aggregate assignment - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: Another small adjustment to special resolution of membership test [COMMITTED] ada: Another small adjustment to special resolution of membership test - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: Make Sem_Util.Is_Aliased_View predicate more robust [COMMITTED] ada: Make Sem_Util.Is_Aliased_View predicate more robust - - - -1- 2023-01-03 Marc Poulhiès Unresolved
[COMMITTED] ada: GNAT UGN: Adjust wording in "Platform-specific Information" chapter [COMMITTED] ada: GNAT UGN: Adjust wording in "Platform-specific Information" chapter - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: Fix detection of function calls in object declarations [COMMITTED] ada: Fix detection of function calls in object declarations - - - -1- 2023-01-03 Marc Poulhiès Unresolved
[COMMITTED] ada: Simplify [Small_]Integer_Type_For [COMMITTED] ada: Simplify [Small_]Integer_Type_For - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[COMMITTED] ada: Cannot reference ghost entity in class-wide precondition [COMMITTED] ada: Cannot reference ghost entity in class-wide precondition - - - 1-- 2023-01-03 Marc Poulhiès Accepted
[COMMITTED] ada: Fix support of Default_Component_Value aspect on derived types [COMMITTED] ada: Fix support of Default_Component_Value aspect on derived types - - - -1- 2023-01-03 Marc Poulhiès Repeat Merge
[2/4] Initial Emeraldrapids Support [1/4] i386: Remove Meteorlake's family_model - - - 1-- 2023-01-03 Li, Pan2 via Gcc-patches Accepted
[1/4] i386: Remove Meteorlake's family_model [1/4] i386: Remove Meteorlake's family_model - - - 1-- 2023-01-03 Li, Pan2 via Gcc-patches Accepted
RISC-V: Fix bugs of available condition. RISC-V: Fix bugs of available condition. - - - 1-- 2023-01-03 juzhe.zhong@rivai.ai Accepted
RISC-V: Simplify codes of changing vsetvl instruction RISC-V: Simplify codes of changing vsetvl instruction - - - 1-- 2023-01-03 juzhe.zhong@rivai.ai Accepted
RISC-V: Fix backward_propagate_worthwhile_p RISC-V: Fix backward_propagate_worthwhile_p - - - 1-- 2023-01-03 juzhe.zhong@rivai.ai Accepted
RISC-V: Fix wrong in_group flag in validate_change call function RISC-V: Fix wrong in_group flag in validate_change call function - - - 1-- 2023-01-03 juzhe.zhong@rivai.ai Accepted
RISC-V: Fix bugs for refine vsetvl a5, zero into vsetvl zero, zero incorrectly RISC-V: Fix bugs for refine vsetvl a5, zero into vsetvl zero, zero incorrectly - - - 1-- 2023-01-03 juzhe.zhong@rivai.ai Accepted
RISC-V: Fix vsetivli instruction asm for IMM AVL RISC-V: Fix vsetivli instruction asm for IMM AVL - - - 1-- 2023-01-03 juzhe.zhong@rivai.ai Accepted
modula-2: Fix registration of modules via constructors [PR108183]. modula-2: Fix registration of modules via constructors [PR108183]. - - - 1-- 2023-01-02 Iain Sandoe Accepted
modula-2: Module registration constructors need to be visible [PR108259]. modula-2: Module registration constructors need to be visible [PR108259]. - - - 1-- 2023-01-02 Iain Sandoe Accepted
[x86] Improve ix86_expand_int_movcc to allow condition (mask) sharing. [x86] Improve ix86_expand_int_movcc to allow condition (mask) sharing. - - - 1-- 2023-01-02 Roger Sayle Accepted
modula-2, driver: Implement handling for -static-libgm2. modula-2, driver: Implement handling for -static-libgm2. - - - -1- 2023-01-02 Iain Sandoe Unresolved
[x86] PR target/108229: A minor STV compute_convert_gain tweak. [x86] PR target/108229: A minor STV compute_convert_gain tweak. - - - 1-- 2023-01-01 Roger Sayle Accepted
Fix RTL simplifications of FFS, POPCOUNT and PARITY. Fix RTL simplifications of FFS, POPCOUNT and PARITY. - - - 1-- 2023-01-01 Roger Sayle Accepted
configure: Do not build the unused libffi shared library. configure: Do not build the unused libffi shared library. - - - 1-- 2022-12-31 Iain Sandoe Accepted
Modula-2, testsuite: No 96 bit floating type on Darwin. Modula-2, testsuite: No 96 bit floating type on Darwin. - - - 1-- 2022-12-31 Iain Sandoe Accepted
modula-2, doc: Build dvi, ps and pdf doc in the gcc/doc directory. modula-2, doc: Build dvi, ps and pdf doc in the gcc/doc directory. - - - 1-- 2022-12-31 Iain Sandoe Accepted
preprocessor: Don't register pragmas in directives-only mode [PR108244] preprocessor: Don't register pragmas in directives-only mode [PR108244] - - - 1-- 2022-12-30 Lewis Hyatt Accepted
[4/n] modula-2, driver: Handle static-libstd++ for targets without static/dynamic [4/n] modula-2, driver: Handle static-libstd++ for targets without static/dynamic - - - 1-- 2022-12-30 Iain Sandoe Accepted
update copyright year in libstdcc++ manual update copyright year in libstdcc++ manual - - - 1-- 2022-12-30 Jonny Grant Accepted
Darwin, crts: Provide scalb and significand as a crt [PR107631] Darwin, crts: Provide scalb and significand as a crt [PR107631] - - - 1-- 2022-12-30 Iain Sandoe Accepted
[3/n] modula2: Ensure that module registration constructors are 'extern' [PR108183]. [3/n] modula2: Ensure that module registration constructors are 'extern' [PR108183]. - - - 1-- 2022-12-30 Iain Sandoe Accepted
[2/n] modula-2, libgm2: Add undefined, dynamic_lookup to m2 libs links. [2/n] modula-2, libgm2: Add undefined, dynamic_lookup to m2 libs links. - - - 1-- 2022-12-30 Iain Sandoe Accepted
[1/n] modula-2: Fix building the plugin for Darwin [PR107612]. [1/n] modula-2: Fix building the plugin for Darwin [PR107612]. - - - -1- 2022-12-30 Iain Sandoe Unresolved
[v2] libgfortran: Replace mutex with rwlock [v2] libgfortran: Replace mutex with rwlock - - - 1-- 2022-12-30 Lipeng Zhu Accepted
[COMMITTED] gcc: xtensa: use GP_RETURN_* instead of magic constant [COMMITTED] gcc: xtensa: use GP_RETURN_* instead of magic constant - - - -1- 2022-12-29 Max Filippov Repeat Merge
RISC-V: Fix inferior codegen for vse intrinsics. RISC-V: Fix inferior codegen for vse intrinsics. - - - 1-- 2022-12-29 juzhe.zhong@rivai.ai Accepted
xtensa: Check DF availability before use xtensa: Check DF availability before use - - - 1-- 2022-12-29 Takayuki 'January June' Suwa Accepted
RISC-V: Optimize min/max with SImode sources on 64-bit RISC-V: Optimize min/max with SImode sources on 64-bit - - - 1-- 2022-12-28 Raphael Moreira Zinsly Accepted
[2/2] libstdc++: Implement P1413R3 'deprecate aligned_storage and aligned_union' [1/2] libstdc++: Normalise _GLIBCXX20_DEPRECATED macro - - - 1-- 2022-12-28 Nathaniel Shead Accepted
[1/2] libstdc++: Normalise _GLIBCXX20_DEPRECATED macro [1/2] libstdc++: Normalise _GLIBCXX20_DEPRECATED macro - - - 1-- 2022-12-28 Nathaniel Shead Accepted
[17/17] check hash table insertions [01/13] scoped tables: insert before further lookups - - - 1-- 2022-12-28 Alexandre Oliva Accepted
[16/17] check hash table counts at expand [01/13] scoped tables: insert before further lookups - - - 1-- 2022-12-28 Alexandre Oliva Accepted
[15/17] prevent hash set/map insertion of deleted entries [01/13] scoped tables: insert before further lookups - - - 1-- 2022-12-28 Alexandre Oliva Accepted
[14/17] parloops: don't request insert that won't be completed [01/13] scoped tables: insert before further lookups - - - 1-- 2022-12-28 Alexandre Oliva Accepted
docs: fix Var documentation for .opt files docs: fix Var documentation for .opt files - - - 1-- 2022-12-28 Martin Liška Accepted
c: check if target_clone attrs are all string c: check if target_clone attrs are all string - - - 1-- 2022-12-28 Martin Liška Accepted
RISC-V: Change form of iterating blocks RISC-V: Change form of iterating blocks - - - 1-- 2022-12-28 juzhe.zhong@rivai.ai Accepted
RISC-V: Fix pointer tree type for store pointer. RISC-V: Fix pointer tree type for store pointer. - - - 1-- 2022-12-28 juzhe.zhong@rivai.ai Accepted
[RFC,v2] Support RV64-ILP32 [RFC,v2] Support RV64-ILP32 - - - -1- 2022-12-28 Liao Shihua Unresolved
[x86] Provide zero_extend versions/variants of several patterns. [x86] Provide zero_extend versions/variants of several patterns. - - - 1-- 2022-12-28 Roger Sayle Accepted
[x86_64] Add post-reload splitter for extendditi2. [x86_64] Add post-reload splitter for extendditi2. - - - 1-- 2022-12-28 Roger Sayle Accepted
[x86] Use ix86_expand_clear in ix86_split_ashl. [x86] Use ix86_expand_clear in ix86_split_ashl. - - - 1-- 2022-12-28 Roger Sayle Accepted
[COMMITTED] gcc: xtensa: use define_c_enums instead of define_constants [COMMITTED] gcc: xtensa: use define_c_enums instead of define_constants - - - -1- 2022-12-27 Max Filippov Repeat Merge
[COMMITTED,4/4] xtensa: Generate density instructions in set_frame_ptr [COMMITTED,1/4] xtensa: Tabify, and trim trailing spaces - - - -1- 2022-12-27 Max Filippov Repeat Merge
[COMMITTED,3/4] xtensa: Change GP_RETURN{, _REG_COUNT} to GP_RETURN_{FIRST, LAST} [COMMITTED,1/4] xtensa: Tabify, and trim trailing spaces - - - -1- 2022-12-27 Max Filippov Repeat Merge
[COMMITTED,2/4] xtensa: Clean up xtensa_expand_prologue [COMMITTED,1/4] xtensa: Tabify, and trim trailing spaces - - - -1- 2022-12-27 Max Filippov Repeat Merge
[COMMITTED,1/4] xtensa: Tabify, and trim trailing spaces [COMMITTED,1/4] xtensa: Tabify, and trim trailing spaces - - - -1- 2022-12-27 Max Filippov Repeat Merge
[committed] RISC-V: Add riscv_vector.h wrapper [committed] RISC-V: Add riscv_vector.h wrapper - - - -1- 2022-12-27 Kito Cheng Repeat Merge
RISC-V: Return const ref. for vl_vtype_info::get_avl_info RISC-V: Return const ref. for vl_vtype_info::get_avl_info - - - 1-- 2022-12-27 Kito Cheng Accepted
« 1 2138 139 140159 160 »