[PATCH] In the ready lists of pipeline, put unrecog insns (such as CLOBBER,USE) at the latest to issue
2023-03-27 17:01 UTC (2+ messages)
` [PATCH] In the ready lists of pipeline, put unrecog insns (such as CLOBBER, USE) "
[V5][PATCH 2/2] Update documentation to clarify a GCC extension
2023-03-27 16:48 UTC (12+ messages)
` Fwd: "
[PATCH v2][RFC] vect: Verify that GET_MODE_NUNITS is greater than one for vect_grouped_store_supported
2023-03-27 16:01 UTC
[PATCH] Changed vector size
2023-03-27 14:49 UTC (2+ messages)
[PATCH] Modula-2: fix documentation layout
2023-03-27 14:30 UTC (4+ messages)
[PATCH] sanitizer: missing signed integer overflow errors [PR109107]
2023-03-27 14:24 UTC (2+ messages)
[V5][PATCH 1/2] Handle component_ref to a structre/union field including flexible array member [PR101832]
2023-03-27 14:22 UTC (5+ messages)
` Fwd: "
[PATCH 1/2] c++: improve "NTTP argument considered unused" fix [PR53164, PR105848]
2023-03-27 13:30 UTC (4+ messages)
` [PATCH 2/2] c++: duplicate "use of deleted fn" diagnostic [PR106880]
[committed] gcov: Fix "subcomand" typos [PR109297]
2023-03-27 12:50 UTC
[PATCH] tree-optimization/54498 - testcase for the bug
2023-03-27 12:31 UTC
[PATCH] tree-optimization/108357 - add testcase
2023-03-27 12:23 UTC
[PATCH] target/109296 - riscv: Add missing mode specifiers for XTheadMemPair
2023-03-27 12:19 UTC (3+ messages)
[PATCH v2 0/2] Series of patch to fix PR106594
2023-03-27 12:14 UTC (2+ messages)
[PATCH] libgomp, openmp: pinned memory
2023-03-27 12:01 UTC (5+ messages)
` [og12] libgomp: Document OpenMP 'pinned' memory (was: "
` [og12] libgomp: Document OpenMP 'pinned' memory (was: [PATCH] libgomp, openmp: pinned memory)
[PATCH] [rs6000] Correct match pattern in pr56605.c
2023-03-27 10:25 UTC (4+ messages)
[PATCH] driver: Treat include path args the same way between cpp_unique_options and asm_options. [PR71850]
2023-03-27 10:11 UTC (6+ messages)
[PATCH] libstdc++: Fix up experimental/net/timer/waitable/dest.cc testcase
2023-03-27 9:36 UTC (2+ messages)
[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
2023-03-27 9:30 UTC (2+ messages)
[PATCH] aarch64: update ampere1 vectorization cost
2023-03-27 9:23 UTC (5+ messages)
Should -ffp-contract=off the default on GCC?
2023-03-27 9:03 UTC
[RFC PATCH] ipa-visibility: Fix ICE in lto-partition caused by incorrect comdat group solving in ipa-visibility
2023-03-27 8:52 UTC
[wwwdocs] Add Ada's GCC13 changelog entry
2023-03-27 8:39 UTC (2+ messages)
[PATCH] RISC-V: Add Z*inx incompatible check in gcc
2023-03-27 8:15 UTC (2+ messages)
[PATCH] rs6000: Fix predicate for const vector in sldoi_to_mov [PR109069]
2023-03-27 8:09 UTC
[PATCH (pushed)] fix: pytest error
2023-03-27 8:04 UTC
[PATCH] c++,coroutines: Stabilize names of promoted slot vars [PR101118]
2023-03-27 7:32 UTC (5+ messages)
` [PATCH] c++, coroutines: "
[PATCH, rs6000] rs6000: correct vector sign extend built-ins on Big Endian [PR108812]
2023-03-27 7:14 UTC (2+ messages)
[PATCH] [PR99708] [rs6000] don't expect __ibm128 with 64-bit long double
2023-03-27 7:05 UTC (2+ messages)
[PATCH] [testsuite] [ppc] expect vectorization in gen-vect-11c.c
2023-03-27 7:03 UTC (2+ messages)
[PATCH, V2] PR target/105325, Make load/cmp fusion know about prefixed load
2023-03-27 7:03 UTC (2+ messages)
[PATCH] RISC-V: Fix PR108279
2023-03-27 6:59 UTC
[PATCH] lto/109263 - lto-wrapper and -g0 -ggdb
2023-03-27 6:46 UTC
[PATCH] RISC-V: Optimize zbb ins sext.b and sext.h in rv64
2023-03-27 2:05 UTC (5+ messages)
` "
[PATCH] RTL: Bugfix for wrong code with v16hi compare & mask
2023-03-27 1:36 UTC (4+ messages)
` [PATCH v2] RISCV: "
m68k: handle TLS access with offset
2023-03-26 20:37 UTC
[PATCH] predict: Don't emit -Wsuggest-attribute=cold warning for functions which already have that attribute [PR105685]
2023-03-26 20:01 UTC (3+ messages)
[PATCH, commited] Fortran: remove dead code [PR104321]
2023-03-26 18:34 UTC (3+ messages)
[PATCH] rtl-optimization/109237 - speedup bb_is_just_return
2023-03-26 18:01 UTC
[PATCH] match.pd: Fix up fneg/fadd simplification [PR109230]
2023-03-26 18:00 UTC (2+ messages)
[PATCH] tree-optimization/109237 - last_stmt is possibly slow
2023-03-26 18:00 UTC
[pushed] doc: Remove anachronistic note related to languages built
2023-03-26 10:24 UTC
[PATCH 00/10] c++, libstdc++: get std::is_object to dispatch to new built-in traits
2023-03-26 4:30 UTC (11+ messages)
` [PATCH 01/10] c++: implement __is_reference built-in trait
` [PATCH 02/10] libstdc++: use new built-in trait __is_reference for std::is_reference
` [PATCH 03/10] c++: implement __is_function built-in trait
` [PATCH 04/10] libstdc++: use new built-in trait __is_function for std::is_function
` [PATCH 05/10] libstdc++: use std::is_void instead of __is_void in helper_functions.h
` [PATCH 06/10] libstdc++: remove unused __is_void in cpp_type_traits.h
` [PATCH 07/10] c++: rename __is_void defined in pr46567.C to ____is_void
` [PATCH 08/10] c++: implement __is_void built-in trait
` [PATCH 09/10] libstdc++: use new built-in trait __is_void for std::is_void
` [PATCH 10/10] libstdc++: make std::is_object dispatch to new built-in traits
[PATCH] vect: Check that vector factor is a compile-time constant
2023-03-25 22:45 UTC (4+ messages)
[PATCH] [testsuite] enable -maltivec like vect_int for signbit-2.c
2023-03-25 19:54 UTC (2+ messages)
[PATCH] rtl-optimization: ppc backend generates unnecessary signed extension
2023-03-25 18:09 UTC (9+ messages)
[PATCH] c++: Avoid informs without a warning [PR109278]
2023-03-25 10:10 UTC (2+ messages)
[RFC/RFT 0/3] Add compiler support for Control Flow Integrity
2023-03-25 8:11 UTC (5+ messages)
` [RFC/RFT,V2 0/3] Add compiler support for Kernel "
` [RFC/RFT,V2 1/3] [PR102768] flag-types.h (enum sanitize_code): Extend sanitize_code to 64 bits to support more features
` [RFC/RFT,V2 2/3] [PR102768] Support CFI: Add basic support for Kernel Control Flow Integrity
` [RFC/RFT,V2 3/3] [PR102768] aarch64: Add "
[pushed] diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098]
2023-03-25 1:03 UTC
[pushed] docs, analyzer: improvements to "Debugging the Analyzer"
2023-03-24 23:56 UTC
[PATCH] PR target/105325, Make load/cmp fusion know about prefixed loads
2023-03-24 23:09 UTC (3+ messages)
[PATCH RFC] c-family: -Wsequence-point and COMPONENT_REF [PR107163]
2023-03-24 22:25 UTC (4+ messages)
[PATCH] aarch64, builtins: Include PR registers in FUNCTION_ARG_REGNO_P etc. [PR109254]
2023-03-24 21:59 UTC
[PATCH, committed] Fortran: fix FE memleak with BOZ expressions
2023-03-24 21:14 UTC
Should -ffp-contract=off the default on GCC?
2023-03-24 19:42 UTC (18+ messages)
[PATCH v2] C, ObjC: Add -Wunterminated-string-initialization
2023-03-24 17:58 UTC (4+ messages)
[PATCH] [rs6000] adjust return_pc debug attrs
2023-03-24 17:55 UTC (7+ messages)
[PATCH] go: Fix up go.test/test/fixedbugs/bug207.go failure [PR109258]
2023-03-24 17:12 UTC (2+ messages)
[committed] libgomp.texi: Fix wording in GCN offload specifics
2023-03-24 16:37 UTC
[PATCH] PR tree-optimization/109274 - Don't interpret contents of a value_relation record
2023-03-24 16:36 UTC (4+ messages)
[og12] Add 'libgomp.c/alloc-ompx_host_mem_alloc-1.c'
2023-03-24 16:35 UTC
[pushed] c++: default template arg, partial ordering [PR105481]
2023-03-24 16:31 UTC
Pending OpenMP patches
2023-03-24 16:31 UTC
[OG12][committed] amdgcn: OpenMP low-latency allocator
2023-03-24 16:30 UTC (2+ messages)
[PATCH] c++: outer 'this' leaking into local class [PR106969]
2023-03-24 16:27 UTC (2+ messages)
[Patch] OpenMP: Handle descriptors in target's firstprivate [PR104949]
2023-03-24 16:18 UTC (3+ messages)
` Add caveat/safeguard to OpenMP: Handle descriptors in target's firstprivate [PR104949] (was: [Patch] OpenMP: Handle descriptors in target's firstprivate [PR104949])
[Patch] libgomp/nvptx: Prepare for reverse-offload callback handling
2023-03-24 15:43 UTC (3+ messages)
` libgomp: Simplify OpenMP reverse offload host <-> device memory copy implementation (was: [Patch] libgomp/nvptx: Prepare for reverse-offload callback handling)
` [og12] "
[PATCH, v2, OpenMP 5.0, libgomp] Structure element mapping for OpenMP 5.0
2023-03-24 15:36 UTC (2+ messages)
` [og12] In 'libgomp/target.c:gomp_unmap_vars_internal', defer 'gomp_remove_var' (was: [PATCH, v2, OpenMP 5.0, libgomp] Structure element mapping for OpenMP 5.0)
[PATCH 0/7] openmp: OpenMP 5.1 loop transformation directives
2023-03-24 15:30 UTC (8+ messages)
` [PATCH 1/7] openmp: Add Fortran support for "omp unroll" directive
` [PATCH 2/7] openmp: Add C/C++ "
` [PATCH 3/7] openacc: Rename OMP_CLAUSE_TILE to OMP_CLAUSE_OACC_TILE
` [PATCH 4/7] openmp: Add Fortran support for "omp tile"
` [PATCH 5/7] openmp: Add C/C++ "
` [PATCH 6/7] openmp: Add Fortran support for loop transformations on inner loops
` [PATCH 7/7] openmp: Add C/C++ "
[PATCH] json: preserve key-insertion order [PR109163]
2023-03-24 15:27 UTC (3+ messages)
` PING: "
[PATCH, OpenACC, v3] Non-contiguous array support for OpenACC data clauses
2023-03-24 15:17 UTC (3+ messages)
[PATCH] tree-optimization/106912 - IPA profile and pure/const
2023-03-24 13:18 UTC (18+ messages)
[PATCH 2/2] [i386] Adjust costing of emulated vectorized gather/scatter
2023-03-24 13:12 UTC (2+ messages)
[PATCH 1/2] Add emulated scatter capability to the vectorizer
2023-03-24 13:03 UTC
[PATCHv4] [AARCH64] Fix PR target/103100 -mstrict-align and memset on not aligned buffers
2023-03-24 12:10 UTC (3+ messages)
[wwwdocs] Mention the GNU C enum changes in gcc-13/changes.html
2023-03-24 11:37 UTC
[GCC14 QUEUE PATCH] RISC-V: Fine tune RVV narrow instruction (source EEW > dest DEST) RA constraint
2023-03-24 11:29 UTC
[PATCH] RISC-V: Fine tune RVV narrow instruction (source EEW > dest DEST) RA constraint
2023-03-24 11:28 UTC
[PATCH 2/2] Remove Negative(gwarf-) from gdwarf
2023-03-24 10:20 UTC
[PATCH 1/2] Disallow -gno-dwarf, gno-dwarf-N, -gno-gdb and -gno-vms
2023-03-24 10:19 UTC
[PATCH] builtins: Fix up ICE in inline_string_cmp [PR109258]
2023-03-24 9:30 UTC (3+ messages)
[pushed] [PR109137] LRA: Do not repeat inheritance and live range splitting in case of asm error
2023-03-24 8:54 UTC (2+ messages)
` [committed] testsuite: Fix up gcc.target/i386/pr109137.c testcase [PR109137]
[committed] testsuite: Add testcase for already fixed PR [PR99739]
2023-03-24 8:52 UTC
[PATCH] PR tree-optimization/109238 - Ranger cache dominator queries should ignore backedges
2023-03-24 7:03 UTC (3+ messages)
[wwwdocs] Document support for znver4 in gcc-13/changes.html
2023-03-24 7:02 UTC (4+ messages)
[GCC14 QUEUE PATCH] RISC-V: Fix RVV register order
2023-03-24 6:57 UTC
[GCC14 QUEUE PATCH] RISC-V: Fix RVV register order
2023-03-24 6:42 UTC
[PATCH][stage1] Remove conditionals around free()
2023-03-24 6:30 UTC (7+ messages)
RISC-V: Optimize zbb ins sext.b and sext.h in rv64
2023-03-24 2:44 UTC
[PATCH] RISC-V: Optimize zbb ins sext.b and sext.h in rv64
2023-03-24 1:53 UTC
[PATCH] RISC-V: Optimize load memory data in rv64
2023-03-24 1:52 UTC
[PATCH v1] [RFC] Improve folding for comparisons with zero in tree-ssa-forwprop
2023-03-23 23:27 UTC (4+ messages)
[PATCH] Fix native MSYS2 build failure [PR108865, PR109188]
2023-03-23 21:54 UTC
[pushed] c++: constexpr PMF conversion [PR105996]
2023-03-23 21:39 UTC
[COMMITTED] testsuite: Xfail gcc.dg/tree-ssa/ssa-fre-100.c for ! natural_alignment_32
2023-03-23 20:58 UTC
[OG12][committed] Fortran/OpenMP: Fix 'alloc' and 'from' mapping for allocatable components
2023-03-23 19:57 UTC
[PATCH] c: [PR84900] cast of compound literal does not cause the code to become a non-lvalue
2023-03-23 17:25 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).