public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] AArch64: Do not increase the vect reduction latency by multiplying count [PR110625]
 2023-08-03 10:10 UTC  (15+ messages)

[PATCH] CO-RE BPF builtins support
 2023-08-03  9:57 UTC  (8+ messages)
` [PATCH 1/2] bpf: Implementation of BPF CO-RE builtins
  ` [v2 PATCH "
` [PATCH 2/2] bpf: CO-RE builtins support tests
  ` [v2 PATCH "

Fix profile upate after vectorizer peeling
 2023-08-03  9:49 UTC  (3+ messages)

[x86 PATCH] Split SUBREGs of SSE vector registers into vec_select insns
 2023-08-03  9:37 UTC  (2+ messages)

[PATCH 3/5] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to 0
 2023-08-03  9:27 UTC 

[PATCH] Fix PR 110874: infinite loop in gimple_bitwise_inverted_equal_p with fre
 2023-08-03  9:23 UTC  (3+ messages)

[PATCH v3][RFC] c-family: Implement __has_feature and __has_extension [PR60512]
 2023-08-03  9:21 UTC 

[PATCH] Swap loop splitting and final value replacement
 2023-08-03  9:16 UTC 

[PATCH] Swap loop splitting and final value replacement
 2023-08-03  9:09 UTC 

[PATCH 00/10] x86: (mainly) "prefix_extra" adjustments
 2023-08-03  8:14 UTC  (11+ messages)
` [PATCH 01/10] x86: "prefix_extra" tidying
` [PATCH 02/10] x86: "sse4arg" adjustments
` [PATCH 03/10] x86: "ssemuladd" adjustments
` [PATCH 04/10] x86: "prefix_extra" can't really be "2"
` [PATCH 05/10] x86: replace/correct bogus "prefix_extra"
` [PATCH 06/10] x86: drop stray "prefix_extra"
` [PATCH 07/10] x86: add (adjust) XOP insn attributes
` [PATCH 08/10] x86: add missing "prefix" attribute to VF{,C}MULC
` [PATCH 09/10] x86: correct "length_immediate" in a few cases
` [PATCH 10/10] x86: drop redundant "prefix_data16" attributes

[COMMITTEDv3] tree-optimization: [PR100864] `(a&!b) | b` is not opimized to `a | b` for comparisons
 2023-08-03  8:07 UTC  (5+ messages)

[PATCH] s390: Try to emit vlbr/vstbr instead of vperm et al
 2023-08-03  7:17 UTC  (2+ messages)

[PATCH] s390: Enable vect_bswap test cases
 2023-08-03  7:16 UTC  (2+ messages)

Introduce -msmp to select /lib_smp/ on ppc-vx6
 2023-08-03  7:13 UTC 

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

[PATCH] gcc-13/changes.html: Add and fix URL to -fstrict-flex-array option
 2023-08-03  7:08 UTC  (3+ messages)

[PATCH v1] [RFC] Improve folding for comparisons with zero in tree-ssa-forwprop
 2023-08-03  7:04 UTC  (11+ messages)

[PATCH] MATCH: first of the value replacement moving from phiopt
 2023-08-03  6:47 UTC  (3+ messages)

[PATCH] RISCV: Add -m(no)-omit-leaf-frame-pointer support
 2023-08-03  6:22 UTC  (8+ messages)
` [PATCH v3] "

[RFC] light expander sra for parameters and returns
 2023-08-03  6:22 UTC  (11+ messages)

[PATCH 2/2] Improve sinking with unrelated defs
 2023-08-03  6:06 UTC 

[PATCH 1/2] Add virtual operand global liveness computation class
 2023-08-03  6:04 UTC 

[x86 PATCH] PR target/110792: Early clobber issues with rot32di2_doubleword
 2023-08-03  5:44 UTC  (2+ messages)

[PATCH v1] RISC-V: Support RVV VFWMUL rounding mode intrinsic API
 2023-08-03  5:28 UTC 

[PATCH 0/5] Recognize Zicond extension
 2023-08-03  4:59 UTC  (17+ messages)
` [PATCH 2/5] [RISC-V] Generate Zicond instruction for basic semantics
` [PATCH 3/5] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to 0
    `  "
  ` Re: [PATCH 0/5] Recognize Zicond extension

[RFC] Combine zero_extract and sign_extend for TARGET_TRULY_NOOP_TRUNCATION
 2023-08-03  3:46 UTC  (2+ messages)

[PATCH v1] RISC-V: Support RVV VFDIV and VFRDIV rounding mode intrinsic API
 2023-08-03  3:36 UTC  (2+ messages)

[PATCH v1] RISC-V: Support RVV VFMUL rounding mode intrinsic API
 2023-08-03  3:05 UTC  (8+ messages)
    `  "
` [PATCH v2] "

[PATCH V2] VECT: Support CALL vectorization for COND_LEN_*
 2023-08-03  2:38 UTC  (14+ messages)
  `  "

[PATCH V4] VECT: Support CALL vectorization for COND_LEN_*
 2023-08-03  2:36 UTC 

[PATCH] Fix `~X & X` and `~X | X` patterns
 2023-08-03  2:31 UTC 

[PATCH V5 1/2] Add overflow API for plus minus mult on range
 2023-08-03  2:18 UTC  (2+ messages)

[PATCH v1] RISC-V: Remove redudant extern declaration in function base
 2023-08-03  2:13 UTC  (3+ messages)

[PATCH V2] RISC-V: Support CALL conditional autovec patterns
 2023-08-03  1:58 UTC 

[PATCH v1] RISC-V: Support RVV VFWSUB rounding mode intrinsic API
 2023-08-03  1:23 UTC  (3+ messages)

[PATCH 1/2] Move `~X & X` and `~X | X` over to use bitwise_inverted_equal_p
 2023-08-02 22:11 UTC  (6+ messages)
` [PATCH 2/2] Slightly improve bitwise_inverted_equal_p comparisons

[PATCH] RISC-V: Implement vector "average" autovec pattern
 2023-08-02 21:44 UTC  (5+ messages)
    `  "

[PATCH] analyzer: stash values for CPython plugin [PR107646]
 2023-08-02 21:09 UTC  (9+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] tree-optimization/110838 - vectorization of widened shifts
 2023-08-02 19:48 UTC  (6+ messages)

[C PATCH]: Add Walloc-type to warn about insufficient size in allocations
 2023-08-02 17:55 UTC  (7+ messages)

[PATCH 1/2][frontend] Add novector C++ pragma
 2023-08-02 17:54 UTC  (5+ messages)
` [PATCH 2/2][frontend]: Add novector C pragma

[committed][RISC-V] Fix 20010221-1.c with zicond
 2023-08-02 17:20 UTC 

[PATCH v2 0/3] libgomp: OpenMP low-latency omp_alloc
 2023-08-02 17:00 UTC  (4+ messages)
` [PATCH v2 1/3] libgomp, nvptx: low-latency memory allocator
` [PATCH v2 2/3] openmp, nvptx: low-lat memory access traits
` [PATCH v2 3/3] amdgcn, libgomp: low-latency allocator

[PATCH 00/14] use _P() defines from tree.h
 2023-08-02 16:51 UTC  (6+ messages)
` [PATCH 04/14] c++: "

[PATCH] match.pd: Canonicalize (signed x << c) >> c [PR101955]
 2023-08-02 16:23 UTC 

[PATCH 0/5] GCC _BitInt support [PR102989]
 2023-08-02 15:59 UTC  (8+ messages)
    ` [RFC WIP PATCH] _BitInt bit-field "
        ` [PATCH] "

[PATCH] arm/aarch64: Add bti for all functions [PR106671]
 2023-08-02 15:48 UTC 

[V1][PATCH 0/3] New attribute "element_count" to annotate bounds for C99 FAM(PR108896)
 2023-08-02 15:09 UTC  (12+ messages)

[PATCH][gensupport]: Don't segfault on empty attrs list
 2023-08-02 14:54 UTC  (2+ messages)

[PATCH]AArch64 Undo vec_widen_<sur>shiftl optabs [PR106346]
 2023-08-02 14:34 UTC  (2+ messages)

[PATCH] PR combine/110867 Fix narrow comparison of memory and constant
 2023-08-02 14:08 UTC  (2+ messages)

One question on the source code of tree-object-size.cc
 2023-08-02 14:02 UTC  (8+ messages)

[PATCH] Improve sinking with unrelated defs
 2023-08-02 13:57 UTC  (2+ messages)

[PATCH] ira: update allocated_hardreg_p[] in improve_allocation() [PR110254]
 2023-08-02 13:23 UTC  (3+ messages)
` [PING][PATCH] "

[PATCH 2/2] Improve sinking with unrelated defs
 2023-08-02 12:44 UTC 

[PATCH 1/2] Add virtual operand global liveness computation class
 2023-08-02 12:44 UTC 

_BitInt vs. _Atomic
 2023-08-02 12:25 UTC  (11+ messages)

[PATCH] aarch64: SVE/NEON Bridging intrinsics
 2023-08-02 12:09 UTC 

[PATCH] Make add_phi_node_to_bb static
 2023-08-02 11:51 UTC 

[PATCH]AArch64 update costing for MLA by invariant
 2023-08-02 10:56 UTC  (4+ messages)

[PATCH]AArch64 update costing for combining vector conditionals
 2023-08-02 10:53 UTC  (2+ messages)

[PATCH v2][RFC] c-family: Implement __has_feature and __has_extension [PR60512]
 2023-08-02 10:47 UTC  (3+ messages)

[PATCH 0/3 v2] genmatch: Speed up recompilation after changes to match.pd
 2023-08-02  9:55 UTC  (4+ messages)
` [PATCH 1/3 v2] Support get_or_insert in ordered_hash_map
` [PATCH 2/3 v2] genmatch: Reduce variability of generated code
` [PATCH 3/3 v2] genmatch: Log line numbers indirectly

[PATCH v3] mklog: handle Signed-off-by, minor cleanup
 2023-08-02  9:06 UTC 

[PATCH][RFC] tree-optimization/92335 - Improve sinking heuristics for vectorization
 2023-08-02  8:46 UTC  (3+ messages)

[PATCH] Enable tpause Exponential backoff and thread delay
 2023-08-02  8:43 UTC 

[PATCH] rtl-optimization/110587 - speedup find_hard_regno_for_1
 2023-08-02  8:16 UTC  (3+ messages)

[PATCH v1] RISC-V: Support RVV VFWADD rounding mode intrinsic API
 2023-08-02  8:08 UTC  (6+ messages)
` [PATCH v2] "
      `  "

[PATCH] tree-pretty-print: handle COMPONENT_REF with non-decl RHS
 2023-08-02  8:07 UTC  (2+ messages)

[PATCH] PHIOPT: Mark the conditional lhs and rhs as to look at to see if DCEable
 2023-08-02  8:05 UTC  (2+ messages)

[PATCH] ipa-sra: Don't consider CLOBBERS as writes preventing splitting
 2023-08-02  8:03 UTC  (2+ messages)

[PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub rounding
 2023-08-02  7:59 UTC 

Fix profile update after cancelled loop distribution
 2023-08-02  7:28 UTC 

[PATCH] Optimize vlddqu to vmovdqu for TARGET_AVX
 2023-08-02  5:47 UTC  (3+ messages)
` [PATCH] Optimize vlddqu + inserti128 to vbroadcasti128

[committed] [RISC-V] Avoid sub-word mode comparisons with Zicond
 2023-08-02  5:41 UTC 

[PATCH V2] [PATCH 3/5] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to 0
 2023-08-02  1:39 UTC  (3+ messages)
  `  "

[PATCH v3] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to 0
 2023-08-02  1:38 UTC 

[PATCH] Support vec_fmaddsub/vec_fmsubadd for vector HFmode
 2023-08-02  1:13 UTC 

RISC-V: Folding memory for FP + constant case
 2023-08-01 23:52 UTC  (17+ messages)

[PATCH] match.pd: Implement missed optimization (x << c) >> c -> -(x & 1) [PR101955]
 2023-08-01 21:36 UTC  (3+ messages)
` [PATCH] match.pd: Canonicalize (signed x << c) >> c [PR101955]

[PATCH v4] i386: Allow -mlarge-data-threshold with -mcmodel=large
 2023-08-01 19:51 UTC 

arm: Remove unsigned variant of vcaddq_m
 2023-08-01 19:47 UTC  (2+ messages)

[PATCH V4, rs6000] Disable generation of scalar modulo instructions
 2023-08-01 19:19 UTC  (2+ messages)
` PING ^2: "

[PATCH] match.pd: Canonicalize (signed x << c) >> c [PR101955]
 2023-08-01 19:18 UTC 

ICE for interim fix for PR/110748
 2023-08-01 19:17 UTC 

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