public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v1] RISC-V: Remove redudant extern declaration in function base
 2023-08-03  2:12 UTC  (2+ messages)

[PATCH v1] RISC-V: Support RVV VFMUL rounding mode intrinsic API
 2023-08-03  2:04 UTC  (5+ 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] MATCH: first of the value replacement moving from phiopt
 2023-08-02 23:52 UTC 

[x86 PATCH] PR target/110792: Early clobber issues with rot32di2_doubleword
 2023-08-02 22:18 UTC 

[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)
    `  "

[COMMITTEDv3] tree-optimization: [PR100864] `(a&!b) | b` is not opimized to `a | b` for comparisons
 2023-08-02 21:23 UTC  (4+ 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)

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

[PATCH] gcc-13/changes.html: Add and fix URL to -fstrict-flex-array option
 2023-08-02 18:50 UTC  (2+ 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 0/5] Recognize Zicond extension
 2023-08-02 16:56 UTC  (9+ 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

[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 

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

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

[PATCH v1] [RFC] Improve folding for comparisons with zero in tree-ssa-forwprop
 2023-08-02 14:07 UTC  (10+ 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] "

Fix profile upate after vectorizer peeling
 2023-08-02 12:49 UTC  (2+ messages)

[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  (12+ 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 V2] VECT: Support CALL vectorization for COND_LEN_*
 2023-08-02  8:46 UTC  (13+ 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] AArch64: Do not increase the vect reduction latency by multiplying count [PR110625]
 2023-08-02  3:45 UTC  (13+ messages)

[PATCH] RISCV: Add -m(no)-omit-leaf-frame-pointer support
 2023-08-02  1:51 UTC  (5+ messages)
` [PATCH v3] "

[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 

[Committed] IBM Z: Handle unaligned symbols
 2023-08-01 19:12 UTC 

[PATCH RESEND] libatomic: drop redundant all-multi command
 2023-08-01 19:06 UTC  (2+ messages)

[PATCH] CO-RE BPF builtins support
 2023-08-01 18:43 UTC  (3+ messages)
` [PATCH 1/2] bpf: Implementation of BPF CO-RE builtins
` [PATCH 2/2] bpf: CO-RE builtins support tests

[PATCH v2] rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation
 2023-08-01 18:29 UTC 

[PATCH] rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation
 2023-08-01 18:28 UTC  (3+ messages)

[PATCH v2] libstdc++: Define _GLIBCXX_HAS_BUILTIN_TRAIT
 2023-08-01 17:24 UTC  (4+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] libstdc++: Use _GLIBCXX_HAS_BUILTIN_TRAIT

[PATCH] Add POLY_INT_CST support to fold_ctor_reference in gimple-fold.cc
 2023-08-01 16:04 UTC  (3+ messages)

[PATCH] rtl-optimization/110587 - remove quadratic regno_in_use_p
 2023-08-01 15:56 UTC 

[PATCH, OpenACC 2.7, v2] Implement default clause support for data constructs
 2023-08-01 15:35 UTC 

[PATCH] preprocessor: c++: Support `#pragma GCC target' macros [PR87299]
 2023-08-01 15:01 UTC  (2+ messages)

[committed] MAINTAINERS: Add myself to write after approval
 2023-08-01 13:56 UTC 

RISCV test infrastructure for d / v / zfh extensions
 2023-08-01 13:44 UTC  (2+ messages)

[Patch,avr,committed] Fix PR target/110220: Set JUMP_LABEL as required
 2023-08-01 13:03 UTC 

[PATCH] MAINTAINERS: correct my email address
 2023-08-01  9:36 UTC 

[PATCH] combine: Narrow comparison of memory and constant
 2023-08-01  9:36 UTC  (6+ messages)
` [PATCH v2] "

[PATCH][COMMITTED] doc: Fix spelling in arm_v8_1m_main_cde_mve_fp
 2023-08-01  8:44 UTC 

[PING^2] [PATCH 3/4] ree: Improve functionality of ree pass for rs6000 target
 2023-08-01  8:20 UTC  (2+ messages)
` PING^3] "

[PING^2] PATCH v5 4/4] ree: Improve ree pass for rs6000 target using defined ABI interfaces
 2023-08-01  8:18 UTC  (2+ messages)
` [PING^3] "

[PATCH v8] tree-ssa-sink: Improve code sinking pass
 2023-08-01  8:17 UTC  (2+ messages)
` [PING^1] "

[COMMITTED] ada: Fix printing of numbers in JSON output for data representation
 2023-08-01  8:08 UTC 

[COMMITTED] ada: Disable inlining of subprograms with Skip(_Flow_And)_Proof in GNATprove
 2023-08-01  8:08 UTC 

[COMMITTED] ada: Bugbox compiling Constrained_Protected_Object'Image
 2023-08-01  8:08 UTC 

[COMMITTED] ada: Incorrect optimization for unconstrained limited record component type
 2023-08-01  8:08 UTC 

[COMMITTED] ada: Default Put_Image for composite derived types is missing information
 2023-08-01  8:08 UTC 

[COMMITTED] ada: Fix generation of JSON output for data representation
 2023-08-01  8:08 UTC 

[COMMITTED] ada: check Atree.Get/Set_Field_Value
 2023-08-01  8:08 UTC 

[COMMITTED] ada: Emit SCOs for nested decisions in quantified expressions
 2023-08-01  8:07 UTC 

[PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding
 2023-08-01  8:00 UTC  (6+ messages)
` [PATCH v8] "

[PATCH v1] RISC-V: Support RVV VFSUB and VFRSUB rounding mode intrinsic API
 2023-08-01  7:56 UTC  (3+ messages)

[PATCH V2] RISC-V: Support POPCOUNT auto-vectorization
 2023-08-01  6:47 UTC  (4+ messages)
  `  "

[PATCH V3] VECT: Support CALL vectorization for COND_LEN_*
 2023-08-01  6:37 UTC 

[PATCH] x86: fold two of vec_dupv2df<mask_name>'s alternatives
 2023-08-01  6:03 UTC  (2+ messages)

[PATCH] Adjust testcase for more optimal codegen
 2023-08-01  5:44 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).