Show patches with: none      |   126825 patches
« 1 2 ... 255 256 2571268 1269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[Fortran,6/7] Fortran: Delete unused decl in trans-types.h delete some unused decls, make static - - - - --- 2021-10-24 Bernhard Reutner-Fischer New
[Fortran,5/7] Fortran: Delete unused decl in trans-stmt.h delete some unused decls, make static - - - - --- 2021-10-24 Bernhard Reutner-Fischer New
[Fortran,4/7] Fortran: make some trans-array functions static delete some unused decls, make static - - - - --- 2021-10-24 Bernhard Reutner-Fischer New
[Fortran,3/7] Fortran: make some constructor* functions static delete some unused decls, make static - - - - --- 2021-10-24 Bernhard Reutner-Fischer New
[Fortran,2/7] Fortran: make some match* functions static delete some unused decls, make static - - - - --- 2021-10-24 Bernhard Reutner-Fischer New
[Fortran,1/7] Fortran: make some trans* functions static delete some unused decls, make static - - - - --- 2021-10-24 Bernhard Reutner-Fischer New
PR fortran/102917 - PDT type parameters are not restricted to default integer PR fortran/102917 - PDT type parameters are not restricted to default integer - - - - --- 2021-10-24 Harald Anlauf New
[committed] hppa: Revise -mdisable-fpregs option and add new -msoft-mult option [committed] hppa: Revise -mdisable-fpregs option and add new -msoft-mult option - - - - --- 2021-10-24 John David Anglin New
[committed] hppa: Don't use 'G' constraint in integer move patterns [committed] hppa: Don't use 'G' constraint in integer move patterns - - - - --- 2021-10-24 John David Anglin New
x86_64: Implement V1TI mode shifts/rotates by a constant x86_64: Implement V1TI mode shifts/rotates by a constant - - - - --- 2021-10-24 Roger Sayle New
[Committed] Correct testcase gcc.target/bfin/20090914-3.c [Committed] Correct testcase gcc.target/bfin/20090914-3.c - - - - --- 2021-10-24 Roger Sayle New
[committed] doc: No longer generate old.html [committed] doc: No longer generate old.html - - - - --- 2021-10-24 Gerald Pfeifer New
[committed] doc: Remove details around Itanium on GNU/Linux and Windows [committed] doc: Remove details around Itanium on GNU/Linux and Windows - - - - --- 2021-10-24 Gerald Pfeifer New
Fix PR 102908: wrongly removing null pointer loads Fix PR 102908: wrongly removing null pointer loads - - - - --- 2021-10-24 Li, Pan2 via Gcc-patches New
Make full use of context-sensitive ranges in access warnings Make full use of context-sensitive ranges in access warnings - - - - --- 2021-10-23 Martin Sebor New
[PR,testsuite/102857] Tweak ssa-dom-thread-7.c for aarch64. [PR,testsuite/102857] Tweak ssa-dom-thread-7.c for aarch64. - - - - --- 2021-10-23 Aldy Hernandez New
[Fortran,committed] Add testcase for PR95196 [Fortran,committed] Add testcase for PR95196 - - - - --- 2021-10-23 Sandra Loosemore New
[committed] doc: Convert mingw-w64.org links to https [committed] doc: Convert mingw-w64.org links to https - - - - --- 2021-10-22 Gerald Pfeifer New
[committed] libstdc++: Constrain std::make_any [PR102894] [committed] libstdc++: Constrain std::make_any [PR102894] - - - - --- 2021-10-22 Jonathan Wakely New
[committed] [committed] - - - - --- 2021-10-22 Tobias Burnus New
[committed] wwwdocs: gcc-5/changes.html: Update link to Intel's pcommit deprecation [committed] wwwdocs: gcc-5/changes.html: Update link to Intel's pcommit deprecation - - - - --- 2021-10-22 Gerald Pfeifer New
[committed] Fortran: Avoid running into assert with -fcheck= + UBSAN [PR92621] [committed] Fortran: Avoid running into assert with -fcheck= + UBSAN [PR92621] - - - - --- 2021-10-22 Tobias Burnus New
PR fortran/102816 - [12 Regression] ICE in resolve_structure_cons, at fortran/resolve.c:1467 PR fortran/102816 - [12 Regression] ICE in resolve_structure_cons, at fortran/resolve.c:1467 - - - - --- 2021-10-22 Harald Anlauf New
[Fortran,committed] Add testcase for PR 94289 [Fortran,committed] Add testcase for PR 94289 - - - - --- 2021-10-22 Sandra Loosemore New
sra: Fix the fix for PR 102505 (PR 102886) sra: Fix the fix for PR 102505 (PR 102886) - - - - --- 2021-10-22 Martin Jambor New
rs6000: Add optimizations for _mm_sad_epu8 rs6000: Add optimizations for _mm_sad_epu8 - - - - --- 2021-10-22 Paul A. Clarke New
[gfortran] Add support for allocate clause (OpenMP 5.0). [gfortran] Add support for allocate clause (OpenMP 5.0). - - - - --- 2021-10-22 Abid Qadeer New
tree-optimization/102893 - properly DCE empty loops inside infinite loops tree-optimization/102893 - properly DCE empty loops inside infinite loops - - - - --- 2021-10-22 Richard Biener New
[COMMITTED] Disregard incoming equivalences to a path when defining a new one. [COMMITTED] Disregard incoming equivalences to a path when defining a new one. - - - - --- 2021-10-22 Aldy Hernandez New
bootstrap/102681 - properly CSE PHIs with default def args bootstrap/102681 - properly CSE PHIs with default def args - - - - --- 2021-10-22 Richard Biener New
x86_64: Add insn patterns for V1TI mode logic operations. x86_64: Add insn patterns for V1TI mode logic operations. - - - - --- 2021-10-22 Roger Sayle New
i386: Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A) and combine FADD(A, FMUL(B, C)) to FMA(B, C… i386: Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A) and combine FADD(A, FMUL(B, C)) to FMA(B, C… - - - - --- 2021-10-22 Li, Pan2 via Gcc-patches New
Canonicalize __atomic/sync_fetch_or/xor/and for constant mask. Canonicalize __atomic/sync_fetch_or/xor/and for constant mask. - - - - --- 2021-10-22 Liu, Hongtao New
[Fortran] Add testcase for PR100906 [Fortran] Add testcase for PR100906 - - - - --- 2021-10-22 Sandra Loosemore New
[v2] c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617] [v2] c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617] - - - - --- 2021-10-21 Marek Polacek New
[committed] libstdc++: Improve generated man pages for libstdc++ [committed] libstdc++: Improve generated man pages for libstdc++ - - - - --- 2021-10-21 Jonathan Wakely New
[committed] libstdc++: Add Doxygen comments to contents of <functional> [committed] libstdc++: Add Doxygen comments to contents of <functional> - - - - --- 2021-10-21 Jonathan Wakely New
[committed] libstdc++: Suppress Doxygen docs for more implementation details [committed] libstdc++: Suppress Doxygen docs for more implementation details - - - - --- 2021-10-21 Jonathan Wakely New
[v2] c++tools: Fix memory leak [v2] c++tools: Fix memory leak - - - - --- 2021-10-21 Jonathan Wakely New
c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617] c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617] - - - - --- 2021-10-21 Marek Polacek New
Possible use before def in fortran/trans-decl.c. Possible use before def in fortran/trans-decl.c. - - - - --- 2021-10-21 Andrew MacLeod New
rs6000: Add Power10 optimization for most _mm_movemask* rs6000: Add Power10 optimization for most _mm_movemask* - - - - --- 2021-10-21 Paul A. Clarke New
[RFC,v2,1/1,ARM] Add support for TLS register based stack protector canary access implement TLS register based stack canary for ARM - - - - --- 2021-10-21 Ard Biesheuvel New
x86: Document -fcf-protection requires i686 or newer x86: Document -fcf-protection requires i686 or newer - - - - --- 2021-10-21 H.J. Lu New
[wwwdocs,committed] GCC 12: Add release note for Fortran TS29113 improvements [wwwdocs,committed] GCC 12: Add release note for Fortran TS29113 improvements - - - - --- 2021-10-21 Sandra Loosemore New
libstdc++: Implement P2432R1 changes for views::istream libstdc++: Implement P2432R1 changes for views::istream - - - - --- 2021-10-21 Patrick Palka New
libstdc++: missing constexpr for __[nm]iter_base [PR102358] libstdc++: missing constexpr for __[nm]iter_base [PR102358] - - - - --- 2021-10-21 Patrick Palka New
coroutine use of lambda capture proxies [PR96517] coroutine use of lambda capture proxies [PR96517] - - - - --- 2021-10-21 Iain Sandoe New
Adjust testcase for 128/256 bit HF vector load/store Adjust testcase for 128/256 bit HF vector load/store - - - - --- 2021-10-21 Hongyu Wang New
[COMMITTED,3/3] Split --param=evrp-mode into evrp-mode and ranger-debug. [COMMITED,1/3] Move ranger only VRP folder to tree-vrp. - - - - --- 2021-10-21 Andrew MacLeod New
[COMMITTED,2/3] Add --param=vrp1-mode and --param=vrp2-mode. [COMMITED,1/3] Move ranger only VRP folder to tree-vrp. - - - - --- 2021-10-21 Andrew MacLeod New
[COMMITED,1/3] Move ranger only VRP folder to tree-vrp. [COMMITED,1/3] Move ranger only VRP folder to tree-vrp. - - - - --- 2021-10-21 Andrew MacLeod New
c++tools: Fix memory leak c++tools: Fix memory leak - - - - --- 2021-10-21 Jonathan Wakely New
libcody: Avoid double-free libcody: Avoid double-free - - - - --- 2021-10-21 Jonathan Wakely New
or1k: Update FPU to specify detect tininess before rounding or1k: Update FPU to specify detect tininess before rounding - - - - --- 2021-10-21 Stafford Horne New
[2/2] jit: Complex types and loong constants jit: Complex types and loong constants - - - - --- 2021-10-21 Petter Tomner New
[1/2] jit: Complex types and loong constants jit: Complex types and loong constants - - - - --- 2021-10-21 Petter Tomner New
[COMMITTED] Revert the avoid threading circular paths commit. [COMMITTED] Revert the avoid threading circular paths commit. - - - - --- 2021-10-21 Aldy Hernandez New
sra: Fix corner case of total scalarization with virtual inheritance (PR 102505) sra: Fix corner case of total scalarization with virtual inheritance (PR 102505) - - - - --- 2021-10-21 Martin Jambor New
[RFC,1/1,ARM] Add support for TLS register based stack protector canary access implement TLS register based stack canary for ARM - - - - --- 2021-10-21 Ard Biesheuvel New
Move the initial debug_hooks setting Move the initial debug_hooks setting - - - - --- 2021-10-21 Richard Biener New
tree-optimization/102847 - adjust VMAT_INVARIANT load costing tree-optimization/102847 - adjust VMAT_INVARIANT load costing - - - - --- 2021-10-21 Richard Biener New
tree-optimization/102847 - properly cost VMAT_INVARIANT loads tree-optimization/102847 - properly cost VMAT_INVARIANT loads - - - - --- 2021-10-21 Richard Biener New
[committed] testsuite: Fix up gfortran.dg/gomp/strictly*.f90 testcases [committed] testsuite: Fix up gfortran.dg/gomp/strictly*.f90 testcases - - - - --- 2021-10-21 Jakub Jelinek New
c++: Implement DR2351 - void{} [PR102820] c++: Implement DR2351 - void{} [PR102820] - - - - --- 2021-10-21 Jakub Jelinek New
[committed] openmp: For default(none) ignore variables created by ubsan_create_data [PR64888] [committed] openmp: For default(none) ignore variables created by ubsan_create_data [PR64888] - - - - --- 2021-10-21 Jakub Jelinek New
Remove restriction of SLP vectorizing internal function calls Remove restriction of SLP vectorizing internal function calls - - - - --- 2021-10-21 Richard Biener New
[COMMITTED] Avoid threading circular paths. [COMMITTED] Avoid threading circular paths. - - - - --- 2021-10-21 Aldy Hernandez New
testsuite/102861 - adjust gcc.dg/vect/bb-slp-16.c change testsuite/102861 - adjust gcc.dg/vect/bb-slp-16.c change - - - - --- 2021-10-21 Richard Biener New
Handle jobserver file descriptors in btest. Handle jobserver file descriptors in btest. - - - - --- 2021-10-21 Martin Liška New
Improve maybe_remove_writeonly_store to do a simple DCE for defining statement Improve maybe_remove_writeonly_store to do a simple DCE for defining statement - - - - --- 2021-10-21 Li, Pan2 via Gcc-patches New
rs6000: Add Power10 optimization for _mm_blendv* rs6000: Add Power10 optimization for _mm_blendv* - - - - --- 2021-10-21 Paul A. Clarke New
[committed] libstdc++: Remove constraints from std::optional monadic ops [PR102863] [committed] libstdc++: Remove constraints from std::optional monadic ops [PR102863] - - - - --- 2021-10-21 Jonathan Wakely New
c++: tweak parsing of invalid types c++: tweak parsing of invalid types - - - - --- 2021-10-20 Jason Merrill New
Fortran: Fixes and additional tests for shape/ubound/size [PR94070] Fortran: Fixes and additional tests for shape/ubound/size [PR94070] - - - - --- 2021-10-20 Sandra Loosemore New
[Ada] Remove unnecessary call to No_Uint_To_0 [Ada] Remove unnecessary call to No_Uint_To_0 - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Proof of the runtime support for attribute 'Width [Ada] Proof of the runtime support for attribute 'Width - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Provide dummy body for big integers library used in reduced runtimes [Ada] Provide dummy body for big integers library used in reduced runtimes - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Fix problematic conversion of real literal in static context [Ada] Fix problematic conversion of real literal in static context - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Factor out machine rounding operations [Ada] Factor out machine rounding operations - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Reject boxes in delta record aggregates [Ada] Reject boxes in delta record aggregates - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Missing accessibility check when returning discriminated types [Ada] Missing accessibility check when returning discriminated types - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Crash on object of protected type with defaulted access component [Ada] Crash on object of protected type with defaulted access component - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Refine type of a counter function for record delta aggregate [Ada] Refine type of a counter function for record delta aggregate - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Warning on nonmatching subtypes in fully conforming subprogram specs and bodies [Ada] Warning on nonmatching subtypes in fully conforming subprogram specs and bodies - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Prevent use of an uninitialized AST field with universal integer [Ada] Prevent use of an uninitialized AST field with universal integer - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Rewrite tests on Convention_Intrinsic [Ada] Rewrite tests on Convention_Intrinsic - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Small cleanup in Eval_Integer_Literal [Ada] Small cleanup in Eval_Integer_Literal - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Get rid of Frontend_Exceptions refs [Ada] Get rid of Frontend_Exceptions refs - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Issue warning on unused quantified expression [Ada] Issue warning on unused quantified expression - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[Ada] Fix type conversion handling in validity checks [Ada] Fix type conversion handling in validity checks - - - - --- 2021-10-20 Pierre-Marie de Rodat New
[committed] libstdc++: Add missing test for std::optional::transform(F&&) [committed] libstdc++: Add missing test for std::optional::transform(F&&) - - - - --- 2021-10-20 Jonathan Wakely New
libstdc++: Implement LWG 3590-3592 changes to split_view/lazy_split_view libstdc++: Implement LWG 3590-3592 changes to split_view/lazy_split_view - - - - --- 2021-10-20 Patrick Palka New
libstdc++: Implement LWG 3595 changes to common_iterator libstdc++: Implement LWG 3595 changes to common_iterator - - - - --- 2021-10-20 Patrick Palka New
libstdc++: Implement LWG 3535 changes to ranges::join_view libstdc++: Implement LWG 3535 changes to ranges::join_view - - - - --- 2021-10-20 Patrick Palka New
libstdc++: Implement LWG 3481 change to ranges::viewable_range libstdc++: Implement LWG 3481 change to ranges::viewable_range - - - - --- 2021-10-20 Patrick Palka New
calls.c: Remove some dead code and target hooks calls.c: Remove some dead code and target hooks - - - - --- 2021-10-20 Alex Coplan New
[RFC] Map -ftrapv to -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error [RFC] Map -ftrapv to -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error - - - - --- 2021-10-20 Richard Biener New
[v2] libstdc++: Add support for POWER9 DARN instruction to std::random_device [v2] libstdc++: Add support for POWER9 DARN instruction to std::random_device - - - - --- 2021-10-20 Jonathan Wakely New
libffi: Add --enable-cet to configure libffi: Add --enable-cet to configure - - - - --- 2021-10-20 H.J. Lu New
« 1 2 ... 255 256 2571268 1269 »