public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] c++: Report invalid id-expression in decltype [PR100482]
 2023-08-08 20:04 UTC  (6+ messages)

[RFC] GCC Security policy
 2023-08-08 20:02 UTC  (23+ messages)

[V2][PATCH 0/3] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
 2023-08-08 19:58 UTC  (6+ messages)

Intel AVX10.1 Compiler Design and Support
 2023-08-08 19:55 UTC  (14+ messages)
` [PATCH 1/3] Initial support for AVX10.1
` [PATCH 2/3] Emit a warning when disabling AVX512 with AVX10 enabled or disabling AVX10 with AVX512 enabled
` [PATCH 3/3] Emit a warning when AVX10 options conflict in vector width
` [PATCH 1/6] Support AVX10.1 for AVX512DQ+AVX512VL intrins
` [PATCH 2/6] "
` [PATCH 3/6] "
` [PATCH 4/6] "
` [PATCH 5/6] "
` [PATCH 6/6] "

[PATCH 00/24] Sync shared build infrastructure with binutils-gdb
 2023-08-08 19:41 UTC  (57+ messages)
` [PATCH 01/24] toplevel: Substitute GDCFLAGS instead of using CFLAGS
` [PATCH 02/24] PR29961, plugin-api.h: "Could not detect architecture endianess"
` [PATCH 03/24] gcc-4.5 build fixes
` [PATCH 04/24] Sync with binutils: GCC: Pass --plugin to AR and RANLIB
` [PATCH 05/24] GCC: Check if AR works with --plugin and rc
` [PATCH 06/24] toplevel: Recover tilegx/tilepro targets
` [PATCH 07/24] binutils, gdb: support zstd compressed debug sections
` [PATCH 08/24] configure: require libzstd >= 1.4.0
` [PATCH 09/24] add --enable-default-compressed-debug-sections-algorithm configure option
` [PATCH 10/24] gprofng: a new GNU profiler
` [PATCH 11/24] Disable year 2038 support on 32-bit hosts by default
` [PATCH 12/24] Pass PKG_CONFIG_PATH down from top-level Makefile
` [PATCH 13/24] configure: reinstate 32b PA-RISC HP-UX target in toplevel
` [PATCH 14/24] libtool.m4: fix nm BSD flag detection
` [PATCH 15/24] libtool.m4: fix the NM="/nm/over/here -B/option/with/path" case
` [PATCH 16/24] Add support for the haiku operating system
` [PATCH 17/24] egrep in binutils
` [PATCH 18/24] PR27116, Spelling errors found by Debian style checker
` [PATCH 19/24] Deprecate a.out support for NetBSD targets
` [PATCH 20/24] PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works
` [PATCH 21/24] PKG_CHECK_MODULES: Properly check "
` [PATCH 22/24] libtool.m4: augment symcode for Solaris 11
` [PATCH 23/24] bfd: linker: merge .sframe sections
` [PATCH 24/24] toplevel: Makefile.def: add install-strip dependency on libsframe

[PATCH] c++: follow DR 2386 and update implementation of get_tuple_size [PR110216]
 2023-08-08 19:38 UTC  (2+ messages)

[PATCH] bpf: Fixed GC mistakes in BPF builtins code
 2023-08-08 19:37 UTC  (3+ messages)

[PATCH][GCC] aarch64: Add support for Cortex-A520 CPU
 2023-08-08 19:17 UTC  (2+ messages)

[PATCH] MATCH: [PR110937/PR100798] (a ? ~b : b) should be optimized to b ^ -(a)
 2023-08-08 18:26 UTC  (3+ messages)

[committed][RISC-V]Don't reject constants in cmov condition
 2023-08-08 17:46 UTC  (5+ messages)
` RV64 Zicond ICE (was Re: [committed][RISC-V]Don't reject constants in cmov condition)

[committed] i386: Do not sanitize upper part of V2SFmode reg with -fno-trapping-math [PR110832]
 2023-08-08 16:59 UTC 

[PATCH] Add -Wdisabled-optimization warning for not optimizing sibling calls
 2023-08-08 16:54 UTC  (7+ messages)

[PATCH] rtl-optimization/110587 - speedup find_hard_regno_for_1
 2023-08-08 16:50 UTC  (6+ messages)

RISC-V: Added support for CRC
 2023-08-08 16:38 UTC  (5+ messages)

[PATCH] RISC-V: Fix error combine of pred_mov pattern
 2023-08-08 16:10 UTC  (2+ messages)

[pushed] analyzer: handle function attribute "alloc_size" [PR110426]
 2023-08-08 15:01 UTC  (2+ messages)
` [PATCH] testsuite: Fix gcc.dg/analyzer/allocation-size-multiline-[123].c [PR 110426]

[PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub rounding
 2023-08-08 14:22 UTC  (4+ messages)

[PATCH] vect: Add a popcount fallback
 2023-08-08 14:21 UTC  (10+ messages)

[PATCH] RISC-V: Allow CONST_VECTOR for VLS modes
 2023-08-08 14:03 UTC  (3+ messages)
  `  "

[PATCH v1] Mode-Switching: Fix SET_SRC ICE when only one operand
 2023-08-08 14:03 UTC  (10+ messages)
` [PATCH v2] Mode-Switching: Fix SET_SRC ICE when USE or CLOBBER

[PATCH] c-family: Add _BitInt support for __atomic_*fetch* [PR102989]
 2023-08-08 13:51 UTC  (3+ messages)
  ` [PATCH] testsuite: Add runtime _BitInt stdatomic.h tests [PR102989]

[PATCH] match.pd: Implement missed optimization ((x ^ y) & z) | x -> (z & y) | x [PR109938]
 2023-08-08 13:18 UTC  (2+ messages)

[PATCH V2] RISC-V: Support CALL conditional autovec patterns
 2023-08-08 13:11 UTC  (4+ messages)
  `  "

[PATCH 0/3 v4] genmatch: Speed up recompilation after changes to match.pd
 2023-08-08 12:58 UTC  (2+ messages)

[PATCH] [X86] Workaround possible CPUID bug in Sandy Bridge
 2023-08-08 12:41 UTC  (3+ messages)

[PATCH V4] VECT: Support CALL vectorization for COND_LEN_*
 2023-08-08 12:38 UTC  (4+ messages)

[PATCH] tree-optimization/110924 - fix vop liveness for noreturn const CFG parts
 2023-08-08 12:23 UTC 

[RFC PATCH] i386: Do not sanitize upper part of V2SFmode reg with -fno-trapping-math [PR110832]
 2023-08-08 11:03 UTC  (7+ messages)

[PATCH] aarch64: enable mixed-types for aarch64 simdclones
 2023-08-08 10:51 UTC  (2+ messages)

[RFC] [v2] Extend fold_vec_perm to handle VLA vectors
 2023-08-08  9:57 UTC  (9+ messages)

[PATCH] VR-VALUES [PR28794]: optimize compare assignments also
 2023-08-08  7:56 UTC  (2+ messages)

[V2][PATCH] gcc-14/changes.html: Deprecate a GCC C extension on flexible array members
 2023-08-08  7:55 UTC  (2+ messages)

[PATCH V1] RISC-V: Fix a bug that causes an error insn
 2023-08-08  7:50 UTC  (4+ messages)

[PATCH v2] LoongArch:Implement 128-bit floating point functions in gcc
 2023-08-08  7:14 UTC  (4+ messages)
  `  "

[PATCH v1] RISC-V: Refactor RVV frm_mode attr for rounding mode intrinsic
 2023-08-08  5:25 UTC  (10+ messages)
    `  "
` [PATCH v2] "

[PATCH] RISC-V: Support neg VLS auto-vectorization
 2023-08-08  3:49 UTC  (3+ messages)

[PATCH] RISC-V: Support VLS shift vectorization
 2023-08-08  2:31 UTC  (3+ messages)

[PATCH v2] LoongArch:Implement 128-bit floating point functions in gcc
 2023-08-08  2:13 UTC 

[PATCH] RISC-V: Support VLS basic operation auto-vectorization
 2023-08-07 23:07 UTC  (4+ messages)
  `  "

[committed] i386: Fix grammar typo in diagnostic
 2023-08-07 21:22 UTC  (2+ messages)

[committed] libstdc++: Fix incorrect use of abs and log10 in std::format [PR110860]
 2023-08-07 21:14 UTC 

[committed] libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917]
 2023-08-07 21:14 UTC 

[committed] libstdc++: Fix past-the-end increment in std::format [PR110862]
 2023-08-07 21:12 UTC 

[PATCH] _BitInt to _Decimal* conversion support [PR102989]
 2023-08-07 18:47 UTC 

[PATCH ver 3] rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation
 2023-08-07 17:50 UTC 

[PATCH 0/2] Unify and deduplicate FTM code
 2023-08-07 17:38 UTC  (8+ messages)
` [PATCH 1/2] libstdc++: Implement more maintainable <version> header
` [PATCH 2/2] libstdc++: Replace all manual FTM definitions and use

[PATCH v2] rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation
 2023-08-07 17:37 UTC  (3+ messages)

[PATCH 0/5] Recognize Zicond extension
 2023-08-07 17:36 UTC  (3+ messages)
` [PATCH 4/5] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to non-zero

[PATCH] cprop_hardreg: Allow more propagation of the stack pointer
 2023-08-07 17:32 UTC  (3+ messages)

[COMMITTED] MAINTAINERS: Add myself as a BPF port reviewer
 2023-08-07 17:29 UTC 

[PATCH] rtl-optimization/110869 Fix tests cmp-mem-const-*.c for sparc
 2023-08-07 17:14 UTC  (2+ messages)

[PATCH v3] Implement new RTL optimizations pass: fold-mem-offsets
 2023-08-07 17:13 UTC  (11+ messages)

[committed] [RISC-V] Handle more cases in riscv_expand_conditional_move
 2023-08-07 15:06 UTC 

[PATCH v4] Implement new RTL optimizations pass: fold-mem-offsets
 2023-08-07 14:33 UTC 

[PATCH, OpenACC 2.7] readonly modifier support in front-ends
 2023-08-07 13:58 UTC  (4+ messages)
    ` [PATCH, OpenACC 2.7, v2] "

[PATCH] tree-optimization/49955 - BB reduction with odd number of lanes
 2023-08-07 13:30 UTC 

[PATCH] Use RPO order for sinking
 2023-08-07 13:21 UTC 

[PATCH] Improve -fopt-info-vec for basic-block vectorization
 2023-08-07 13:15 UTC 

[PATCH 1/3] targhooks: Extend legitimate_address_p with code_helper [PR110248]
 2023-08-07 11:58 UTC  (5+ messages)

[PATCH] Fix ICE in rtl check when bootstrap
 2023-08-07 11:54 UTC  (2+ messages)

[PATCH] i386: Clear upper bits of XMM register for V4HFmode/V2HFmode operations [PR110762]
 2023-08-07 11:53 UTC  (3+ 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).