public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH][AArch64] Cleanup move immediate code
 2022-12-07 17:18 UTC  (7+ messages)

[COMMITTED] AArch64: Fix assert in aarch64_move_imm [PR108006]
 2022-12-07 17:15 UTC 

[PATCH] PR tree-optimization/107985 - Ensure arguments to range-op handler are supported
 2022-12-07 16:44 UTC 

[PATCH v5 0/4] OpenMP/OpenACC: Fortran array descriptor mappings
 2022-12-07 16:31 UTC  (7+ messages)
` [PATCH v5 2/4] OpenMP/OpenACC: Rework clause expansion and nested struct handling
` [PATCH v5 3/4] OpenMP: Pointers and member mappings

[PATCH] range-op-float: frange_arithmetic tweaks for MODE_COMPOSITE_P
 2022-12-07 16:05 UTC  (5+ messages)
      ` [PATCH] range-op-float, v2: "

[PATCH] range-op-float: Fix up frange_arithmetic [PR107967]
 2022-12-07 15:49 UTC  (3+ messages)
  ` [PATCH] range-op-float, v2: "

[PATCH] `const volatile' sections selection - bugzilla #107181
 2022-12-07 15:45 UTC  (7+ messages)
` [PATCH 1/2] select .rodata for const volatile variables
` [PATCH 2/2] Corrected pr25521.c target matching

[PATCH] c++, TLS: Support cross-tu static initialization for targets without alias support [PR106435]
 2022-12-07 15:39 UTC 

[PATCH V3] Use reg mode to move sub blocks for parameters and returns
 2022-12-07 15:23 UTC  (2+ messages)

[PATCH] arm: fix mve intrinsics scan body tests for C++
 2022-12-07 15:02 UTC 

[PATCH] Fix a few incorrect accesses
 2022-12-07 14:58 UTC  (3+ messages)

[PATCH v2 1/2] RISC-V: Support _Float16 type
 2022-12-07 14:15 UTC  (3+ messages)

[PATCH] tree-optimization/106904 - bogus -Wstringopt-overflow with vectors
 2022-12-07 13:54 UTC 

[PATCH] Fix aarch64 PR 99657: ICE with SVE types used without an error
 2022-12-07 12:55 UTC  (5+ messages)

[committed] MAINTAINERS: Add myself as Rust front-end maintainer
 2022-12-07 11:36 UTC 

[PATCH] i386: fix assert (__builtin_cpu_supports ("x86-64") >= 0)
 2022-12-07 11:27 UTC  (5+ messages)

[PATCH] tree-optimization/104475 - bogus -Wstringop-overflow
 2022-12-07 11:25 UTC 

[PATCH] ipa/105676 - pure attribute suggestion for const function
 2022-12-07 10:27 UTC 

[PATCH] doc: Correct a clerical error in the document
 2022-12-07 10:05 UTC  (2+ messages)

[committed] onlinedocs: Add documentation links to gdc
 2022-12-07  9:53 UTC  (3+ messages)

[PATCH v2 1/2] Allow subtarget customization of CC1_SPEC
 2022-12-07  9:50 UTC  (7+ messages)

[PATCH v3 16/19] modula2 front end: bootstrap and documentation tools
 2022-12-07  9:49 UTC  (3+ messages)

[PATCH] preprocessor: __has_include_next should not error out [PR80755]
 2022-12-07  9:30 UTC 

Rust front-end patches v4
 2022-12-07  9:14 UTC  (54+ messages)
` [PATCH Rust front-end v4 02/46] gccrs: Add necessary hooks for a Rust front-end testsuite
` [PATCH Rust front-end v4 03/46] gccrs: Add Debug info testsuite
` [PATCH Rust front-end v4 04/46] gccrs: Add link cases testsuite
` [PATCH Rust front-end v4 05/46] gccrs: Add general compilation test cases
` [PATCH Rust front-end v4 06/46] gccrs: Add execution "
` [PATCH Rust front-end v4 07/46] gccrs: Add gcc-check-target check-rust
` [PATCH Rust front-end v4 08/46] gccrs: Add Rust front-end base AST data structures
` [PATCH Rust front-end v4 09/46] gccrs: Add definitions of Rust Items in "
` [PATCH Rust front-end v4 10/46] gccrs: Add full definitions of Rust "
` [PATCH Rust front-end v4 11/46] gccrs: Add Rust AST visitors
` [PATCH Rust front-end v4 12/46] gccrs: Add Lexer for Rust front-end
` [PATCH Rust front-end v4 13/46] gccrs: Add Parser for Rust front-end pt.1
` [PATCH Rust front-end v4 14/46] gccrs: Add Parser for Rust front-end pt.2
` [PATCH Rust front-end v4 15/46] gccrs: Add expansion pass for the Rust front-end
` [PATCH Rust front-end v4 16/46] gccrs: Add name resolution pass to "
` [PATCH Rust front-end v4 17/46] gccrs: Add declarations for Rust HIR
` [PATCH Rust front-end v4 18/46] gccrs: Add HIR definitions and visitor framework
` [PATCH Rust front-end v4 19/46] gccrs: Add AST to HIR lowering pass
` [PATCH Rust front-end v4 20/46] gccrs: Add wrapper for make_unique
` [PATCH Rust front-end v4 21/46] gccrs: Add port of FNV hash used during legacy symbol mangling
` [PATCH Rust front-end v4 22/46] gccrs: Add Rust ABI enum helpers
` [PATCH Rust front-end v4 23/46] gccrs: Add Base62 implementation
` [PATCH Rust front-end v4 24/46] gccrs: Add implementation of Optional
` [PATCH Rust front-end v4 25/46] gccrs: Add attributes checker
` [PATCH Rust front-end v4 26/46] gccrs: Add helpers mappings canonical path and lang items
` [PATCH Rust front-end v4 27/46] gccrs: Add type resolution and trait solving pass
` [PATCH Rust front-end v4 28/46] gccrs: Add Rust type information
` [PATCH Rust front-end v4 29/46] gccrs: Add remaining type system transformations
` [PATCH Rust front-end v4 30/46] gccrs: Add unsafe checks for Rust
` [PATCH Rust front-end v4 31/46] gccrs: Add const checker
` [PATCH Rust front-end v4 32/46] gccrs: Add privacy checks
` [PATCH Rust front-end v4 33/46] gccrs: Add dead code scan on HIR
` [PATCH Rust front-end v4 34/46] gccrs: Add unused variable scan
` [PATCH Rust front-end v4 35/46] gccrs: Add metadata output pass
` [PATCH Rust front-end v4 36/46] gccrs: Add base for HIR to GCC GENERIC lowering
` [PATCH Rust front-end v4 37/46] gccrs: Add HIR to GCC GENERIC lowering for all nodes
` [PATCH Rust front-end v4 38/46] gccrs: Add HIR to GCC GENERIC lowering entry point
` [PATCH Rust front-end v4 39/46] gccrs: These are wrappers ported from reusing gccgo
` [PATCH Rust front-end v4 40/46] gccrs: Add GCC Rust front-end Make-lang.in
` [PATCH Rust front-end v4 41/46] gccrs: Add config-lang.in
` [PATCH Rust front-end v4 42/46] gccrs: Add lang-spec.h
` [PATCH Rust front-end v4 43/46] gccrs: Add lang.opt
` [PATCH Rust front-end v4 44/46] gccrs: Add compiler driver
` [PATCH Rust front-end v4 45/46] gccrs: Compiler proper interface kicks off the pipeline
` [PATCH Rust front-end v4 46/46] gccrs: Add README, CONTRIBUTING and compiler logo

AArch64: Add UNSPECV_PATCHABLE_AREA [PR98776]
 2022-12-07  9:12 UTC  (4+ messages)

[Patch] libgomp: Handle OpenMP's reverse offloads
 2022-12-07  8:08 UTC  (2+ messages)
` [Patch] libgomp.texi: Reverse-offload updates (was: [Patch] libgomp: Handle OpenMP's reverse offloads)

Patch [0/3] for PR target/107299 (GCC does not build on PowerPC when long double is IEEE 128-bit)
 2022-12-07  7:55 UTC  (9+ messages)
` [PATCH 1/3] Rework 128-bit complex multiply and divide, PR target/107299
` [PATCH 2/3] Make __float128 use the _Float128 type, "

[PATCH] i386: Avoid fma_chain for -march=alderlake and sapphirerapids
 2022-12-07  7:10 UTC  (2+ messages)

[PATCH v3, rs6000] Enable have_cbranchcc4 on rs6000
 2022-12-07  5:50 UTC  (4+ messages)

[PATCH v2] Add a new conversion for conditional ternary set into ifcvt [PR106536]
 2022-12-07  5:17 UTC 

gcc-patches@gcc.gnu.org: Mail Service notice. 12:11:45 PM
 2022-12-07  3:24 UTC 

[PATCH] Fix count comparison in ipa-cp
 2022-12-07  1:25 UTC  (3+ messages)
  ` [EXTERNAL] "

[committed] analyzer: don't create bindings or binding keys for empty regions [PR107882]
 2022-12-06 23:31 UTC 

[PATCH] libstdc++: Add error handler for <stacktrace>
 2022-12-06 21:44 UTC  (3+ messages)

[committed] libstdc++: Fix test that fails due to name clash with old glibc [PR107979]
 2022-12-06 21:41 UTC 

[committed] libstdc++: Add casts for integer-like difference type [PR107871]
 2022-12-06 21:40 UTC 

[PATCH] libstdc++: Make chrono::hh_mm_ss more compact
 2022-12-06 21:40 UTC  (2+ messages)

[committed] libstdc++: Add hint to compiler about vector invariants [PR106434]
 2022-12-06 21:36 UTC 

[committed] libstdc++: Add nodiscard attribute to mutex try_lock functions
 2022-12-06 21:36 UTC 

[committed] libstdc++: The Trouble with Tribbles
 2022-12-06 21:34 UTC 

[PATCH] libgcc: Fix uninitialized RA signing on AArch64 [PR107678]
 2022-12-06 21:33 UTC  (5+ messages)

[PATCH 1/4] libbacktrace: change all pc related variables to uintptr_t
 2022-12-06 19:50 UTC  (4+ messages)
` [PATCH 2/4] libbacktrace: detect executable path on windows
` [PATCH 3/4] libbacktrace: work with aslr "
` [PATCH 4/4] libbacktrace: get debug information for loaded dlls

[PATCH v4 15/19] modula2 front end: cc1gm2 additional non modula2 source files
 2022-12-06 19:27 UTC 

[PATCH] range-op-float: Fix up ICE in lower_bound [PR107975]
 2022-12-06 19:04 UTC  (2+ messages)

[committed] analyzer: use __attribute__((nonnull)) at top level of analysis [PR106325]
 2022-12-06 18:38 UTC 

[committed] contrib: doxygen: add gcc/analyzer subdirectory to INPUT
 2022-12-06 18:37 UTC 

[committed] analyzer: update internal docs
 2022-12-06 18:36 UTC 

[committed] analyzer: split out more stuff from region-model-impl-calls.cc
 2022-12-06 18:36 UTC 

[PATCH] c++: NTTP object wrapper substitution fixes [PR103346, ...]
 2022-12-06 18:35 UTC  (2+ messages)

Qualified Contacts - DISTRIBUTECH International 2023
 2022-12-06 18:21 UTC 

[GCC][PATCH v2] arm: Add pacbti related multilib support for armv8.1-m.main
 2022-12-06 17:58 UTC  (3+ messages)

[PATCH 10/15 V4] arm: Implement cortex-M return signing address codegen
 2022-12-06 17:19 UTC  (3+ messages)

[V3][PATCH 0/2]Update -Warray-bounds with -fstrict-flex-arrays
 2022-12-06 16:22 UTC  (5+ messages)
` [V2][PATCH 1/1] Add a new warning option -Wstrict-flex-arrays
` [V3][PATCH 1/2] Update -Warray-bounds with -fstrict-flex-arrays

[V3][PATCH 2/2] Add a new warning option -Wstrict-flex-arrays
 2022-12-06 16:18 UTC 

[PATCH 1/8]middle-end: Recognize scalar reductions from bitfields and array_refs
 2022-12-06 15:59 UTC  (3+ messages)
` [PATCH 7/8]AArch64: Consolidate zero and sign extension patterns and add missing ones

Extend fold_vec_perm to fold VEC_PERM_EXPR in VLA manner
 2022-12-06 15:30 UTC  (20+ messages)

[PATCH v3 0/19] modula-2 front end patches overview
 2022-12-06 14:52 UTC 

[PATCH v3 15/19] modula2 front end: cc1gm2 additional non modula2 source files
 2022-12-06 14:47 UTC 

[PATCH v3 14/19] modula2 front end: gimple interface remainder
 2022-12-06 14:47 UTC 

[PATCH v3 17/19] modula2 front end: dejagnu expect library scripts
 2022-12-06 14:47 UTC 

[PATCH v3 11/19] modula2 front end: gimple interface *[a-d]*.cc
 2022-12-06 14:47 UTC 

[PATCH v3 12/19] modula2 front end: gimple interface *[e-f]*.cc
 2022-12-06 14:47 UTC 

[PATCH v3 10/19] modula2 front end: gimple interface header files *.h and *.def
 2022-12-06 14:47 UTC 

[PATCH v3 13/19] modula2 front end: gimple interface *[g-m]*.cc
 2022-12-06 14:47 UTC 

[PATCH v3 8/19] modula2 front end: libgm2 contents
 2022-12-06 14:47 UTC 

[PATCH v3 5/19] modula2 front end: libgm2/libm2iso contents
 2022-12-06 14:47 UTC 

[PATCH v3 7/19] modula2 front end: libgm2/libm2log contents
 2022-12-06 14:47 UTC 

[PATCH v3 9/19] modula2 front end: plugin source files
 2022-12-06 14:47 UTC 

[PATCH v3 6/19] modula2 front end: libgm2/libm2min contents
 2022-12-06 14:47 UTC 

[PATCH v3 3/19] modula2 front end: gm2 driver files
 2022-12-06 14:47 UTC 

[PATCH v3 4/19] modula2 front end: libgm2/libm2pim contents
 2022-12-06 14:47 UTC 

[PATCH v3 2/19] modula2 front end: Make-lang.in
 2022-12-06 14:47 UTC 

[PATCH v3 1/19] modula2 front end: changes outside gcc/m2, libgm2 and gcc/testsuite
 2022-12-06 14:47 UTC 

[COMMITTED] ada: Allow No_Caching on volatile types
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Spurious error on nested call using the prefix notation
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Suppress warning for specific constant valid condition
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Fix spurious error in checking of SPARK elaboration
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Elide the copy in extended returns for nonlimited by-reference types
 2022-12-06 14:02 UTC 

[COMMITTED] ada: Small adjustment to special resolution of membership test
 2022-12-06 14:01 UTC 

[COMMITTED] ada: Use larger type for membership test of universal value
 2022-12-06 14:01 UTC 

[COMMITTED] ada: Accessibility code reorganization and bug fixes
 2022-12-06 14:01 UTC 

[COMMITTED] ada: Add Codepeer Exemption + simplify TO_C code
 2022-12-06 14:01 UTC 

[PATCH RFA] build: add -Wconditionally-supported to strict_warn [PR64867]
 2022-12-06 13:26 UTC 

[PATCH] Add a new conversion for conditional ternary set into ifcvt [PR106536]
 2022-12-06 12:20 UTC  (5+ messages)

[PATCH 14/56] middle-end: Set TREE_ADDRESSABLE in folding debug stmts
 2022-12-06 12:06 UTC  (5+ messages)

[GCC][PATCH 13/15, v4] arm: Add support for dwarf debug directives and pseudo hard-register for PAC feature
 2022-12-06 11:34 UTC  (2+ messages)

[GCC][PATCH] arm: Add cde feature support for Cortex-M55 CPU
 2022-12-06 11:32 UTC  (4+ messages)
  ` [GCC][PATCH v2] "

Zen4 tuning part 1 - cost tables
 2022-12-06 11:24 UTC  (3+ messages)

Java front-end and library patches
 2022-12-06 11:24 UTC  (7+ messages)

[PATCH] arm: Fix MVE's vcmp vector-scalar patterns [PR107987]
 2022-12-06 11:23 UTC  (2+ messages)

Zen4 tuning part 2 - tuning flags
 2022-12-06 11:14 UTC 

[PATCH 5/8]AArch64 aarch64: Make existing V2HF be usable
 2022-12-06 11:05 UTC  (6+ messages)

[PATCH] i386: Fix up expander conditions on cbranchbf4 and cstorebf4 [PR107969]
 2022-12-06 10:53 UTC  (2+ messages)

[committed] testsuite: Use -mnofpu for rx-*-* in ieee testsuite [PR107046]
 2022-12-06 10:44 UTC 

[PATCH] aarch64: Specify that FEAT_MOPS sequences clobber CC
 2022-12-06 10:26 UTC  (2+ messages)

page:  |  | 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).