public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v3 00/11] : More warnings as errors by default
 2023-12-05 10:51 UTC  (8+ messages)
` [PATCH v3 10/11] c: Turn -Wincompatible-pointer-types into a permerror
      ` [PATCH] libgfortran: Fix -Wincompatible-pointer-types errors

[PATCH v2 00/17] Support Intel APX NDD
 2023-12-05 10:46 UTC  (20+ 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

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

[pushed v2 0/5] aarch64: Add support for SME2
 2023-12-05 10:25 UTC  (6+ messages)
` [pushed v2 1/5] aarch64: Add +sme2
` [pushed v2 2/5] aarch64: Add svcount_t
` [pushed v2 3/5] aarch64: Add svboolx2_t
` [pushed v2 4/5] aarch64: Add ZT0
` [pushed v2 5/5] aarch64: Add support for SME2 intrinsics

[PATCH] expmed: Perform mask extraction via QImode [PR112773]
 2023-12-05 10:17 UTC  (3+ messages)

[pushed v2 00/25] aarch64: Add support for SME
 2023-12-05 10:13 UTC  (26+ messages)
` [pushed v2 01/25] aarch64: Generalise require_immediate_lane_index
` [pushed v2 02/25] aarch64: Use SVE's RDVL instruction
` [pushed v2 03/25] aarch64: Make AARCH64_FL_SVE requirements explicit
` [pushed v2 04/25] aarch64: Add group suffixes to SVE intrinsics
` [pushed v2 05/25] aarch64: Add sve_type to SVE builtins code
` [pushed v2 06/25] aarch64: Generalise some SVE ACLE error messages
` [pushed v2 07/25] aarch64: Replace vague "previous arguments" message
` [pushed v2 08/25] aarch64: Make more use of sve_type in ACLE code
` [pushed v2 09/25] aarch64: Tweak error message for (tuple,vector) pairs
` [pushed v2 10/25] aarch64: Add tuple forms of svreinterpret
` [pushed v2 11/25] aarch64: Add arm_streaming(_compatible) attributes
` [pushed v2 12/25] aarch64: Add +sme
` [pushed v2 13/25] aarch64: Distinguish streaming-compatible AdvSIMD insns
` [pushed v2 14/25] aarch64: Mark relevant SVE instructions as non-streaming
` [pushed v2 15/25] aarch64: Switch PSTATE.SM around calls
` [pushed v2 16/25] aarch64: Add support for SME ZA attributes
` [pushed v2 17/25] aarch64: Add a register class for w12-w15
` [pushed v2 18/25] aarch64: Add a VNx1TI mode
` [pushed v2 19/25] aarch64: Generalise unspec_based_function_base
` [pushed v2 20/25] aarch64: Generalise _m rules for SVE intrinsics
` [pushed v2 21/25] aarch64: Add support for <arm_sme.h>
` [pushed v2 22/25] aarch64: Add support for __arm_locally_streaming
` [pushed v2 23/25] aarch64: Handle PSTATE.SM across abnormal edges
` [pushed v2 24/25] aarch64: Enforce inlining restrictions for SME
` [pushed v2 25/25] aarch64: Update sibcall handling "

[pushed] Allow targets to add USEs to asms
 2023-12-05  9:54 UTC 

[PATCH] RISC-V: Check if zcd conflicts with zcmt and zcmp
 2023-12-05  9:53 UTC  (3+ messages)

[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 

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] "

[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] 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] 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  (4+ messages)
` [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)

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