public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] [i386] APX: Fix ICE due to movti postreload splitter [PR112394]
 2023-11-08  7:21 UTC  (2+ messages)

[PATCH v2] c: Add -Wreturn-mismatch warning, split from -Wreturn-type
 2023-11-08  7:15 UTC  (2+ messages)

[PATCH V2] test: Fix bb-slp-33.c for RVV
 2023-11-08  6:58 UTC  (2+ messages)

[PATCH] libgcc: Add {unsigned ,}__int128 <-> _Decimal{32,64,128} conversion support [PR65833]
 2023-11-08  6:55 UTC 

[PATCH] RISC-V: Normalize user vsetvl intrinsics[PR112092]
 2023-11-08  6:52 UTC  (7+ messages)
  `  "

[PATCH] RISC-V: Nan-box the result of movhf on soft-fp16
 2023-11-08  6:39 UTC  (2+ messages)

[PATCH][_Hashtable] Add missing destructor call
 2023-11-08  5:39 UTC  (3+ messages)

[PATCH 0/7] ira/lra: Support subreg coalesce
 2023-11-08  3:55 UTC  (9+ messages)
` [PATCH 1/7] ira: Refactor the handling of register conflicts to make it more general
` [PATCH 2/7] ira: Add live_subreg problem and apply to ira pass
` [PATCH 3/7] ira: Support subreg live range track
` [PATCH 4/7] ira: Support subreg copy
` [PATCH 5/7] ira: Add all nregs >= 2 pseudos to tracke subreg list
` [PATCH 6/7] lra: Apply live_subreg df_problem to lra pass
` [PATCH 7/7] lra: Support subreg live range track and conflict detect

[PATCH] diagnostics: pch: Remember diagnostic pragmas in a PCH [PR64117]
 2023-11-08  3:17 UTC 

[PATCH v2] rs6000: Don't use optimize_function_for_speed_p too early [PR108184]
 2023-11-08  2:51 UTC  (5+ messages)
` PING^1 "
  ` PING^2 "
    ` PING^3 "
      ` PING^4 "

[PATCH 0/9] rs6000: Rework rs6000_emit_vector_compare
 2023-11-08  2:50 UTC  (7+ messages)
` PING^1 "
  ` PING^2 "
    ` PING^3 "
      ` PING^4 "
        ` PING^5 "
          ` PING^6 "

[PATCH v3] sched: Change no_real_insns_p to no_real_nondebug_insns_p [PR108273]
 2023-11-08  2:49 UTC  (2+ messages)
` PING^1 "

[PATCH 00/12] Tweaks and extensions to the mode-switching pass
 2023-11-08  2:24 UTC  (9+ messages)
` [PATCH 07/12] mode-switching: Allow targets to set the mode for EH handlers
` [PATCH 10/12] mode-switching: Use 1-based edge aux fields

[PATCH] LoongArch: Remove redundant barrier instructions before LL-SC loops
 2023-11-08  1:49 UTC  (2+ messages)

[PATCH] Handle bitop with INTEGER_CST in analyze_and_compute_bitop_with_inv_effect
 2023-11-08  1:18 UTC  (6+ messages)
` [V2 PATCH] "

[PATCH/RFC] libdiagnostics: a shared library for emitting diagnostics
 2023-11-08  0:45 UTC  (18+ messages)
` [PATCH 1/2] libdiagnostics: header and examples
` [PATCH 2/2] libdiagnostics: work-in-progress implementation
` [PATCH] binutils: experimental use of libdiagnostics in gas

[committed] testsuite: Rename c2x-*, gnu2x-* tests to c23-*, gnu23-*
 2023-11-08  0:22 UTC 

[PATCH v1] ISC-V: Support FP floor to i/l/ll diff size autovec
 2023-11-07 23:51 UTC  (3+ messages)
  ` [PATCH v1] RISC-V: "

c23 type compatibility rules, v2
 2023-11-07 23:45 UTC  (9+ messages)
` [C PATCH 2/6] c23: recursive type checking of tagged type
` [C PATCH 3/6] c23: tag compatibility rules for struct and unions
` [C PATCH 4/6] c23: tag compatibility rules for enums
` [C PATCH 6/6] c23: construct composite type for tagged types

[PATCH v1] RISC-V: Support FP rint to i/l/ll diff size autovec
 2023-11-07 23:28 UTC  (5+ messages)
    `  "

[PATCH 0/5] aarch64: Add Armv9.4-a 128-bit system-register read/write support
 2023-11-07 23:19 UTC  (11+ messages)
` [PATCH 1/5] aarch64: Add march flags for +the and +d128 arch extensions
` [PATCH 2/5] aarch64: Add support for GCS system registers with the +gcs modifier
` [PATCH 3/5] aarch64: Sync `aarch64-sys-regs.def' with Binutils
` [PATCH 4/5] aarch64: Implement 128-bit extension to ACLE sysreg r/w builtins
` [PATCH 5/5] aarch64: Add rsr128 and wsr128 ACLE tests

[PATCH 5/21]middle-end: update vectorizer's control update to support picking an exit other than loop latch
 2023-11-07 23:10 UTC  (3+ messages)

[committed] testsuite: Refer more consistently to C23 not C2X
 2023-11-07 22:01 UTC 

[PATCH] openmp: Add support for the 'indirect' clause in C/C++
 2023-11-07 21:59 UTC  (7+ messages)

[PATCH v3] c-family: Enable -fpermissive for C and ObjC
 2023-11-07 21:26 UTC  (2+ messages)

[committed] c: Change T2X_* format checking macros to T23_*
 2023-11-07 20:04 UTC 

[PATCH] c++: decltype of (by-value captured reference) [PR79620]
 2023-11-07 19:55 UTC  (2+ messages)

[PATCH] c++: decltype of capture proxy [PR79378, PR96917]
 2023-11-07 19:52 UTC 

[committed] i386: Make flags_reg_operand a special predicate
 2023-11-07 18:36 UTC 

[PATCH v2 0/3] libgfortran: empty array fixes
 2023-11-07 18:16 UTC  (6+ messages)
` [PATCH v2 1/3] libgfortran: Don't skip allocation if size is zero [PR112412]
` [PATCH v2 2/3] libgfortran: Remove early return if extent is zero [PR112371]
` [PATCH v2 3/3] libgfortran: Remove empty array descriptor first dimension overwrite [PR112371]

[PATCH] genemit: Split insn-emit.cc into ten files
 2023-11-07 17:52 UTC  (3+ messages)
` [PATCH] Fix configure script comments(!?!) (Was: Re: [PATCH] genemit: Split insn-emit.cc into ten files)
  ` [PATCH] gcc/configure: Regenerate

[PATCH] RISC-V: Use stdint-gcc.h in rvv testsuite
 2023-11-07 17:41 UTC  (4+ messages)

[PATCH] aarch64: New RTL optimization pass avoid-store-forwarding
 2023-11-07 17:29 UTC 

Order#23723
 2023-11-07 17:18 UTC 

[PATCH] attribs: Fix ICE with -Wno-attributes= [PR112339]
 2023-11-07 17:05 UTC  (3+ messages)

[pushed] [RA]: Modify cost calculation for dealing with pseudo equivalences
 2023-11-07 16:18 UTC  (2+ messages)

[PATCH] testsuite: nodiscard-reason-nonstring.C FAIL in C++26
 2023-11-07 15:54 UTC  (2+ messages)

[committed] OpenMP: invoke.texi - mention C attribute syntax for -fopenmp(-simd)
 2023-11-07 15:30 UTC 

[pushed] aarch64: Add a %Z operand modifier for SVE registers
 2023-11-07 15:23 UTC 

[PATCH V2] test: Fix FAIL of pr97428.c for RVV
 2023-11-07 15:20 UTC  (3+ messages)
  `  "

[PATCH] test: Fix bb-slp-33.c for RVV
 2023-11-07 15:19 UTC  (3+ messages)
  `  "

[PATCH V3] test: Fix FAIL of pr97428.c for RVV
 2023-11-07 15:18 UTC 

[PATCH] c++: fix tf_decltype manipulation for COMPOUND_EXPR
 2023-11-07 15:08 UTC 

[PATCH] test: Recover sdiv_pow2 check and remove test of RISC-V
 2023-11-07 15:05 UTC  (2+ messages)

[PATCH 6/21]middle-end: support multiple exits in loop versioning
 2023-11-07 14:54 UTC  (2+ messages)

[PATCH] test: Fix FAIL of vect-sdiv-pow2-1.c for RVV test: Fix FAIL of vect-sdiv-pow2-1.c for RVV#
 2023-11-07 14:47 UTC  (7+ messages)
  `  "

[PATCH v4 1/2] c++: Initial support for P0847R7 (Deducing this) [PR102609]
 2023-11-07 14:45 UTC  (3+ messages)

[PATCH] Do not prepend target triple to -fuse-ld=lld,mold
 2023-11-07 14:37 UTC  (8+ messages)

[PATCH 3/21]middle-end: Implement code motion and dependency analysis for early breaks
 2023-11-07 14:23 UTC  (4+ messages)

[PATCH] vect/ifcvt: Add vec_cond fallback and check for vector versioning
 2023-11-07 14:18 UTC  (3+ messages)

__hardcfr_check_fail and BPF
 2023-11-07 14:11 UTC  (3+ messages)

[PATCH v5 0/19] Support early break/return auto-vectorization
 2023-11-07 13:58 UTC  (6+ messages)
` [PATCH v6 0/21]middle-end: "

[PATCH] test: Fix FAIL of bb-slp-cond-1.c for RVV
 2023-11-07 13:43 UTC  (2+ messages)

[PATCH] test: Fix FAIL of pr65518.c for RVV[PR112420]
 2023-11-07 13:32 UTC  (3+ messages)

[PATCH v6] Add condition coverage profiling
 2023-11-07 12:21 UTC  (2+ messages)
` Ping "

[PATCH] RISC-V: Add RISC-V into vect_cmdline_needed
 2023-11-07 12:11 UTC  (5+ messages)
  `  "

[PATCH] test: Fix FAIL of pr97428.c for RVV
 2023-11-07 12:07 UTC  (12+ messages)
  `  "

[PATCH] libstdc++/112351 - deal with __gthread_once failure during locale init
 2023-11-07 11:44 UTC  (4+ messages)

[PATCH v1] LoongArch: Add modifiers for lsx and lasx
 2023-11-07 11:13 UTC  (3+ messages)

testsuite: introduce hostedlib effective target
 2023-11-07 10:37 UTC  (6+ messages)

[PATCH 0/2] Libatomic: Add LSE128 atomics support for AArch64
 2023-11-07 10:23 UTC  (3+ messages)
` [PATCH 1/2] libatomic: atomic_16.S: Improve ENTRY, END and ALIAS macro interface
` [PATCH 2/2] libatomic: Enable LSE128 128-bit atomics for armv9.4-a

[PATCH 2/21]middle-end testsuite: Add tests for early break vectorization
 2023-11-07  9:52 UTC  (2+ messages)

[PATCH] RISC-V: Add ABI requirement for XTheadFMemIdx tests
 2023-11-07  9:46 UTC  (3+ messages)

[PATCH 1/21]middle-end testsuite: Add more pragma novector to new tests
 2023-11-07  9:46 UTC  (2+ messages)

[PATCH] rs6000,testcase: Add require-effective-target has_arch_ppc64 to pr106550_1.c
 2023-11-07  9:36 UTC  (3+ messages)
` [PATCH] rs6000, testcase: "

[PATCH v3 2/2]middle-end match.pd: optimize fneg (fabs (x)) to copysign (x, -1) [PR109154]
 2023-11-07  9:29 UTC  (4+ messages)

[COMMITTED] ada: Fix debug info for aliased packed array with unconstrained nominal subtype
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Fix spurious -Wstringop-overflow with link time optimization
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Compiler crash on early alignment clause
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Update the logo in the gnat doc
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Fix incorrect resolution of overloaded function call in instance
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Fix Ada.Directories.Modification_Time on Windows
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Elide temporary for aliased array with unconstrained nominal subtype
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Fix expansion of type aspects with handling of aspects
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Rename Is_Limited_View to reflect actual query
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Implement Aspects as fields under nodes
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Minor tweaks for comparison operators
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Cleanup "not Present" on List_Id
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Cleanup more "not Present"
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Fix documentation of -gnatwc
 2023-11-07  9:20 UTC 

[COMMITTED] ada: New Local_Restrictions and User_Aspect aspects
 2023-11-07  9:20 UTC 

[COMMITTED] ada: Error in prefix-notation call
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Remove duplicated code for expansion of packed array assignments
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Simplify expansion of packed array assignments
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Fix extra whitespace after END keywords
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Avoid extra conversion in expansion of packed array assignments
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Simplify handling of known values in expansion of packed arrays
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Change local variables to constants in expansion of packed arrays
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Fix style in declaration of routine for expansion of packed arrays
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Cleanup getting of actual subtypes
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Fix handling of actual subtypes for expanded names
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Simplify code for Ignore_Style_Checks_Pragmas
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Fix scope of semantic style_check pragmas
 2023-11-07  9:19 UTC 

[COMMITTED] ada: Fix internal error on address of element of packed array component
 2023-11-07  9:18 UTC 

[PATCH] testsuite/vect: Make check more accurate
 2023-11-07  8:34 UTC  (2+ messages)

[PATCH] RISC-V regression test: Fix FAIL bb-slp-cond-1.c for RVV
 2023-11-07  8:32 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).