public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Add a new target hook: TARGET_START_CALL_ARGS
 2023-12-05  9:45 UTC 

[PATCH] Add a target hook for sibcall epilogues
 2023-12-05  9:37 UTC 

[PATCH v3 00/11] : More warnings as errors by default
 2023-12-05  9:37 UTC  (3+ messages)
` [PATCH v3 10/11] c: Turn -Wincompatible-pointer-types into a permerror

Modula-2: Support '-isysroot [...]'
 2023-12-05  9:36 UTC 

c: Turn -Wimplicit-function-declaration into a permerror: Fix 'gcc.dg/gnu23-builtins-no-dfp-1.c' (was: [PATCH v3 06/11] c: Turn -Wimplicit-function-declaration into a permerror)
 2023-12-05  9:31 UTC  (6+ messages)
` [committed] Fix gnu23-builtins-no-dfp
        ` [v2] c: Turn -Wimplicit-function-declaration into a permerror: Fix 'gcc.dg/gnu23-builtins-no-dfp-1.c' (was: [committed] Fix gnu23-builtins-no-dfp)

[pushed] Allow prologues and epilogues to be inserted later
 2023-12-05  9:31 UTC 

[PATCH v1] LoongArch: Modify the check type of the vector builtin function
 2023-12-05  9:21 UTC  (4+ messages)

[PATCH] strub: machine-independent stack scrubbing
 2023-12-05  9:01 UTC  (16+ messages)
  ` [PATCH v2 00/10] Introduce "
    ` [PATCH v3] "
      ` [PATCH v4] "
                          ` [PATCH v5] "

[RFC PATCH 1/1] nix: add a simple flake nix shell
 2023-12-05  8:59 UTC  (9+ messages)

[PATCH v2] RISC-V: FAIL:g++.dg/torture/vshuf-v[2|4]di.C -Os (execution test) on RV32
 2023-12-05  8:45 UTC  (3+ messages)
  `  "

[PATCH 1/4] [RISC-V] prefer Zicond primitive semantics to SFB
 2023-12-05  8:36 UTC  (5+ messages)
` [PATCH 2/4] [ifcvt] optimize x=c ? (y op z) : y by RISC-V Zicond like insns
    `  "

[PATCH] RISC-V: FAIL:g++.dg/torture/vshuf-v[2|4]di.C -Os (execution test) on RV32
 2023-12-05  8:29 UTC  (2+ messages)

[PATCH] tree-optimization/112843 - update_stmt doing wrong things
 2023-12-05  8:27 UTC 

[PATCH] lower-bitint: Make temporarily wrong IL less wrong [PR112843]
 2023-12-05  8:15 UTC  (3+ messages)
` [PATCH] lower-bitint, v2: "

[PATCH 1/5][V3][ifcvt] optimize x=c ? (y op z) : y by RISC-V Zicond like insns
 2023-12-05  8:12 UTC  (5+ messages)
` [PATCH 2/5] [ifcvt] optimize x=c ? (y shift_op z):y "
` [PATCH 3/5] [ifcvt] optimize x=c ? (y AND z) : y "
` [PATCH 4/5] [ifcvt] optimize x=c ? (y op const_int) "
` [PATCH 5/5] [ifcvt] optimize extension for x=c ? (y op z) "

[PATCH] tree-optimization/112827 - corrupt SCEV cache during SCCP
 2023-12-05  8:10 UTC  (4+ messages)

[PATCH] RISC-V: Add blocker for gather/scatter auto-vectorization
 2023-12-05  7:51 UTC  (2+ messages)

[PATCH] c++: Fix parsing [[]][[]];
 2023-12-05  7:51 UTC 

[patch-1, rs6000] enable fctiw on old archs [PR112707]
 2023-12-05  7:48 UTC  (2+ messages)

[PATCH] Fortran: allow RESTRICT qualifier also for optional arguments [PR100988]
 2023-12-05  7:44 UTC  (2+ messages)

[PATCH] c++: Implement C++ DR 2262 - Attributes for asm-definition [PR110734]
 2023-12-05  7:40 UTC 

[PATCH] i386: Fix -fcf-protection -Os ICE due to movabsq peephole2 [PR112845]
 2023-12-05  7:27 UTC 

[PATCH] tree-optimization/112827 - more SCEV cprop fixes
 2023-12-05  7:25 UTC 

[PATCH] i386: Improve code generation for vector __builtin_signbit (x.x[i]) ? -1 : 0 [PR112816]
 2023-12-05  7:03 UTC  (2+ messages)

[PATCH] RISC-V: Implement TLS Descriptors
 2023-12-05  7:01 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v2 0/5] Add support for approximate instructions and optimize divf/sqrtf/rsqrt operations
 2023-12-05  7:01 UTC  (6+ messages)
` [PATCH v2 1/5] LoongArch: Add support for LoongArch V1.1 approximate instructions
` [PATCH v2 2/5] LoongArch: Use standard pattern name for xvfrsqrt/vfrsqrt instructions
` [PATCH v2 3/5] LoongArch: Redefine pattern for xvfrecip/vfrecip instructions
` [PATCH v2 4/5] LoongArch: New options -mrecip and -mrecip= with ffast-math
` [PATCH v2 5/5] LoongArch: Vectorized loop unrolling is disable for divf/sqrtf/rsqrtf when -mrecip is enabled

[PATCH] c++: Further #pragma GCC unroll C++ fix [PR112795]
 2023-12-05  6:55 UTC 

[PATCH v2] LoongArch: Add asm modifiers to the LSX and LASX directives in the doc
 2023-12-05  6:44 UTC 

[PATCH 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]
 2023-12-05  5:54 UTC  (12+ messages)
` [PATCH v5 1/1] "
  ` [PATCH v6 "

[PATCH v2 00/17] Support Intel APX NDD
 2023-12-05  3:48 UTC  (19+ messages)
` [PATCH 01/17] [APX NDD] Support Intel APX NDD for legacy add insn
` [PATCH 02/17] [APX NDD] Restrict TImode register usage when NDD enabled
` [PATCH 03/17] [APX NDD] Support APX NDD for optimization patterns of add
` [PATCH 04/17] [APX NDD] Disable seg_prefixed memory usage for NDD add
` [PATCH 05/17] [APX NDD] Support APX NDD for adc insns
` [PATCH 06/17] [APX NDD] Support APX NDD for sub insns
` [PATCH 07/17] [APX NDD] Support APX NDD for sbb insn
` [PATCH 08/17] [APX NDD] Support APX NDD for neg insn
` [PATCH 09/17] [APX NDD] Support APX NDD for not insn
` [PATCH 10/17] [APX NDD] Support APX NDD for and insn
` [PATCH 11/17] [APX NDD] Support APX NDD for or/xor insn
` [PATCH 12/17] [APX NDD] Support APX NDD for left shift insns
` [PATCH 13/17] [APX NDD] Support APX NDD for right "
` [PATCH 14/17] [APX NDD] Support APX NDD for rotate insns
` [PATCH 15/17] [APX NDD] Support APX NDD for shld/shrd insns
` [PATCH 16/17] [APX NDD] Support APX NDD for cmove insns
` [PATCH 17/17] [APX NDD] Support TImode shift for NDD

[PATCH] Take register pressure into account for vec_construct when the components are not loaded from memory
 2023-12-05  2:47 UTC  (6+ messages)
` [PATCH] Take register pressure into account for vec_construct/scalar_to_vec "

[PATCH v2 0/2] Delete ISA_BASE_LA64V110 related definitions
 2023-12-05  2:30 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: Switch loongarch-def from C to C++ to make it possible
` [PATCH v2 2/2] LoongArch: Remove the definition of ISA_BASE_LA64V110 from the code

[PATCH v1 0/2] Delete ISA_BASE_LA64V110 related definitions
 2023-12-05  2:28 UTC  (6+ messages)
` [PATCH v1 1/2] LoongArch: Switch loongarch-def from C to C++ to make it possible

Fabric Sale
 2023-12-05  1:16 UTC 

[RFC PATCH 0/1] Improved Nix Support for GCC Development
 2023-12-05  0:55 UTC 

[PATCH v2] c++: implement P2564, consteval needs to propagate up [PR107687]
 2023-12-05  0:44 UTC  (13+ messages)
  ` [PATCH v3] "
      ` [PATCH v4] "
          ` [PATCH v5] "
              ` [PATCH v6] "
                  ` [PATCH v7] "
                      ` [PATCH v8] "

[PATCH 2/6] c: Turn int-conversion warnings into permerrors
 2023-12-05  0:25 UTC  (7+ messages)

[PATCH] btf: avoid wrong DATASEC entries for extern vars [PR112849]
 2023-12-04 23:47 UTC 

[pushed] c++: fix constexpr noreturn diagnostic
 2023-12-04 23:41 UTC 

[PATCH] gcc: Disallow trampolines when -fhardened
 2023-12-04 22:31 UTC  (15+ messages)
        ` [gcc15] nested functions in C

[PATCH] libatomic: Enable lock-free 128-bit atomics on AArch64 [PR110061]
 2023-12-04 21:48 UTC  (10+ messages)
              ` [PATCH v2] "

[r14-6114 Regression] FAIL: gcc.dg/tree-ssa/ssa-sink-16.c (test for excess errors) on Linux/x86_64
 2023-12-04 21:25 UTC 

[PATCH] c/89270 - honor registered_builtin_types in type_for_size
 2023-12-04 21:24 UTC  (2+ messages)

[PATCH 0/3] Fix PR 111972
 2023-12-04 21:14 UTC  (6+ messages)
` [PATCH 1/3] MATCH: Fix zero_one_valued_p's convert pattern
` [PATCH 3/3] MATCH: (convert)(zero_one !=/== 0/1) for outer type and zero_one type are the same

[PATCH] c/86869 - preserve address-space info when building qualified ARRAY_TYPE
 2023-12-04 21:14 UTC  (2+ messages)

[PATCH] htdocs/git.html: correct spelling and use git in example
 2023-12-04 20:37 UTC  (4+ messages)

[PATCH v4] aarch64: New RTL optimization pass avoid-store-forwarding
 2023-12-04 20:35 UTC  (4+ messages)

[PATCH] lra: Updates of biggest mode for hard regs [PR112278]
 2023-12-04 20:15 UTC  (2+ messages)

[PATCH] pro_and_epilogue: Call df_note_add_problem () if SHRINK_WRAPPING_ENABLED [PR112760]
 2023-12-04 19:34 UTC  (6+ messages)
      ` [PATCH] Maintain a validity flag for REG_UNUSED notes [PR112760] (was Re: [PATCH] pro_and_epilogue: Call df_note_add_problem () if SHRINK_WRAPPING_ENABLED [PR112760])

[PATCH] gettext: disable install, docs targets, libasprintf, threads
 2023-12-04 18:44 UTC  (4+ messages)

[PATCH] RISC-V: Normalize user vsetvl intrinsics[PR112092]
 2023-12-04 17:14 UTC  (5+ messages)
  `  "

[committed] Fix HImode load mnemonic on microblaze port
 2023-12-04 17:09 UTC 

[PATCH] aarch64: fix eh_return-3.c test
 2023-12-04 17:05 UTC  (2+ messages)

[PATCH] gm2: Fix mc/mc.flex compilation on Solaris
 2023-12-04 17:03 UTC  (2+ messages)

[PATCH] libiberty: Fix pex_unix_wait return type
 2023-12-04 17:01 UTC  (2+ messages)

[PATCH] libstdc++: Add test for LWG Issue 3897
 2023-12-04 16:42 UTC 

[PATCH v3 0/3] libgomp: OpenMP low-latency omp_alloc
 2023-12-04 16:04 UTC  (5+ messages)
` [PATCH v3 1/3] libgomp, nvptx: low-latency memory allocator

[PATCH] RISC-V: Fix two testscases related to -std changes
 2023-12-04 15:20 UTC  (2+ messages)

[PATCH] middle-end/112785 - guard against last_clique overflow
 2023-12-04 14:33 UTC 

[PATCH] expmed: Perform mask extraction via QImode [PR112773]
 2023-12-04 14:11 UTC  (2+ messages)

[PATCH] Don't vectorize when vector stmts are only vec_contruct and stores
 2023-12-04 14:10 UTC  (2+ messages)

[Committed V2] RISC-V: Fix overlap group incorrect overlap on v0
 2023-12-04 13:44 UTC 

[PATCH] RISC-V: Fix overlap group incorrect overlap on v0
 2023-12-04 13:38 UTC  (2+ messages)

[PATCH V2] RISC-V: Support highest-number regno overlap for widen ternary
 2023-12-04 13:34 UTC  (2+ messages)

[PATCH] RISC-V: Support highest-number regno overlap for widen ternary vx instructions
 2023-12-04 13:33 UTC  (3+ messages)
  `  "

[PATCH] tree-optimization/112818 - re-instantiate vector type size check for bswap
 2023-12-04 13:25 UTC 

[PATCH v2 0/5] target_version and aarch64 function multiversioning
 2023-12-04 13:23 UTC  (10+ messages)
` [PATCH v2[1/5] aarch64: Add cpu feature detection to libgcc
` [PATCH v2 4/5] Add support for target_version attribute
` [PATCH v2 5/5] aarch64: Add function multiversioning support

[PATCH] Workaround array_slice constructor portability issues (with older g++)
 2023-12-04 13:19 UTC  (3+ messages)
  ` [PATCH] Restore build with GCC 4.8 to GCC 5 (was Re: [PATCH] Workaround array_slice constructor portability issues (with older g++).)

[PATCH v2] RISC-V: Document optimization parameter riscv-strcmp-inline-limit
 2023-12-04 13:17 UTC  (2+ messages)

[PATCH] download_prerequisites: add --only-gettext
 2023-12-04 13:12 UTC  (2+ messages)

[PATCH] libstdc++: Simplify ranges::to closure objects
 2023-12-04 12:28 UTC  (2+ messages)

[PATCH] driver: Fix memory leak
 2023-12-04 12:15 UTC  (2+ messages)

[PATCH] testsuite: scev: expect fail on ilp32
 2023-12-04 11:58 UTC  (11+ messages)

[PATCH] libssp: Fix gets-chk.c compilation on Solaris
 2023-12-04 10:42 UTC 

[PATCH] ada: Fix Ada bootstrap on Solaris
 2023-12-04 10:35 UTC  (2+ messages)

[PATCH] RISC-V: Remove earlyclobber from widen reduction
 2023-12-04 10:34 UTC  (2+ messages)

[PATCH] s390: Fix expansion of vec_step
 2023-12-04 10:14 UTC 

[PATCH] tree-optimization/PR112774 - SCEV: extend the chrec tree with a nonwrapping flag
 2023-12-04 10:05 UTC 

[PATCH v2] rs6000: Don't use optimize_function_for_speed_p too early [PR108184]
 2023-12-04  9:57 UTC  (6+ messages)
` PING^1 "
  ` PING^2 "
    ` PING^3 "
      ` PING^4 "
        ` PING^5 "

[PATCH] RISC-V: Document optimization parameter riscv-strcmp-inline-limit
 2023-12-04  9:56 UTC  (4+ messages)

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

[PATCH] range: Workaround different type precision issue between _Float128 and long double [PR112788]
 2023-12-04  9:49 UTC 

[PATCH 2/2] middle-end/112830 - avoid gimplifying non-default addr-space assign to memcpy
 2023-12-04  9:35 UTC 

[PATCH 1/2][RFC] middle-end/112830 - memcpy expansion drops address-spaces
 2023-12-04  9:35 UTC 

[PATCH] combine: Fix ICE in try_combine on pr112494.c [PR112560]
 2023-12-04  9:34 UTC  (3+ messages)

[PATCH] rs6000: Canonicalize copysign (x, -1) back to -abs (x) in the backend [PR112606]
 2023-12-04  9:21 UTC  (3+ messages)
` Patch ping: "

[PATCH] RISC-V: Check if zcd conflicts with zcmt and zcmp
 2023-12-04  9:21 UTC  (2+ messages)

[aarch64] PR111702 - ICE in insert_regs after interleave+zip1 vector initialization patch
 2023-12-04  9:14 UTC  (2+ messages)

[patch-2, rs6000] guard fctid on PPC64 and powerpc 476 [PR112707]
 2023-12-04  9:10 UTC  (2+ messages)

[PATCH 1/7] RISC-V: Add intrinsic functions for crypto vector Zvbb extension
 2023-12-04  8:44 UTC  (3+ messages)
  `  "

[r14-5930 Regression] FAIL: gcc.c-torture/compile/libcall-2.c -Os (test for excess errors) on Linux/x86_64
 2023-12-04  8:40 UTC  (4+ messages)

[PATCH v1] RISC-V: Add test case for bug PR112813
 2023-12-04  8:11 UTC  (3+ messages)

[PATCH] i386: Fix rtl checking ICE in ix86_elim_entry_set_got [PR112837]
 2023-12-04  7:50 UTC  (2+ messages)

[PATCH] i386: Fix up signbit<mode>2 expander [PR112816]
 2023-12-04  7:49 UTC  (2+ messages)

[PATCH] extend.texi: Fix up defbuiltin* with spaces in return type
 2023-12-04  7:36 UTC  (5+ messages)
      ` [PATCH] extend.texi: Mark builtin arguments with @var{...}

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