public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC][PATCH] PR tree-optimization/109071 - -Warray-bounds false positive warnings due to code duplication from jump threading
 2024-06-12 18:15 UTC  (5+ messages)

[PATCH v2 0/3] RISC-V: Add basic Zaamo and Zalrsc support
 2024-06-12 18:14 UTC  (6+ messages)
` [PATCH v2 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support

[PATCH 0/3] RISC-V: Amo testsuite cleanup
 2024-06-12 18:12 UTC  (5+ messages)
` [PATCH 1/3] RISC-V: Move amo tests into subfolder
` [PATCH 2/3] RISC-V: Fix amoadd call arguments
` [PATCH 3/3] RISC-V: Allow any temp register to be used in amo tests

[PATCH v1] Test: Move target independent test cases to gcc.dg/torture
 2024-06-12 18:10 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] c++: ICE w/ ambig and non-strictly-viable cands [PR115239]
 2024-06-12 17:59 UTC  (2+ messages)

[PATCH v4 0/6] btf: refactor and add pruning option
 2024-06-12 17:40 UTC  (9+ messages)
` [PATCH v4 1/6] ctf, btf: restructure CTF/BTF emission
` [PATCH v4 2/6] ctf: use pointers instead of IDs internally
` [PATCH v4 3/6] btf: refactor and simplify implementation
` [PATCH v4 4/6] btf: add -gprune-btf option
` [PATCH v4 5/6] bpf,btf: enable BTF pruning by default for BPF
` [PATCH v4 6/6] opts: allow any combination of DWARF, CTF, BTF

[PATCH 1/3] Remove const char * support for asm constexpr
 2024-06-12 17:20 UTC  (3+ messages)
` [PATCH 2/3] Parse close paren even when constexpr extraction fails
` [PATCH 3/3] Fix error message

[PATCH v3 0/3] RISC-V: Add basic Zaamo and Zalrsc support
 2024-06-12 17:15 UTC  (10+ messages)
  ` [Committed] "

[PATCH] rtlanal: Correct cost regularization in pattern_cost
 2024-06-12 16:49 UTC  (3+ messages)

[committed] libstdc++: Fix std::tr2::dynamic_bitset shift operations [PR115399]
 2024-06-12 15:03 UTC 

[PATCH] Move cexpr_stree tree string build into utility function
 2024-06-12 14:25 UTC  (2+ messages)

[committed v2 0/2] VAX: Fix issues with FP format option documentation
 2024-06-12 14:21 UTC  (6+ messages)
` [PATCH] regenerate-opt-urls.py: fix transposed values for "vax" and "v850"

[PATCH v2] Target-independent store forwarding avoidance
 2024-06-12 14:18 UTC  (12+ messages)

v3 of constexpr asm patchkit
 2024-06-12 14:18 UTC  (8+ messages)
` [PATCH v3 1/2] Factor out static_assert constexpr string extraction for reuse
` [PATCH v3 2/2] C++: Support constexpr strings for asm statements

[PATCH 0/3] Remove ia64*-*-linux from the list of obsolete targets
 2024-06-12 14:09 UTC  (10+ messages)
      ` [PATCH 1/3] "
      ` [PATCH 2/3] Enabled LRA for ia64
      ` [PATCH 3/3] MAINTAINERS: Add myself as IA-64 maintainer

[committed] libstdc++: Do not use memset in _Hashtable::clear()
 2024-06-12 14:07 UTC 

[pushed 1/3] pretty_printer: rename instances named "buffer" to "pp"
 2024-06-12 13:37 UTC  (3+ messages)
` [pushed 2/3] pretty_printer: make all fields private
` [pushed 3/3] pretty_printer: convert chunk_info into a class

arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
 2024-06-12 13:25 UTC  (4+ messages)

[PATCH] configure: adjustments for building with in-tree binutils
 2024-06-12 13:06 UTC 

[patch, rs6000, middle-end 0/1] v1: Add implementation for different targets for pair mem fusion
 2024-06-12 12:53 UTC  (34+ messages)

[PATCH] match: Improve gimple_bitwise_equal_p and gimple_bitwise_inverted_equal_p for truncating casts [PR115449]
 2024-06-12 12:50 UTC  (2+ messages)

[PATCH v2] middle-end: Drop __builtin_prefetch calls in autovectorization [PR114061]
 2024-06-12 12:48 UTC  (2+ messages)

[PATCH v5 0/6] libgomp: OpenMP pinned memory for omp_alloc
 2024-06-12 12:41 UTC  (9+ messages)
` [PATCH v5 1/6] libgomp: change alloc-pinned tests failure mode
` [PATCH v5 2/6] libgomp, openmp: Add ompx_gnu_pinned_mem_alloc
` [PATCH v5 3/6] openmp: Add -foffload-memory
` [PATCH v5 4/6] openmp: -foffload-memory=pinned
` [PATCH v5 5/6] libgomp, nvptx: Cuda pinned memory
` [PATCH v5 6/6] libgomp: fine-grained pinned memory allocator

[PATCH] [PR100106] Reject unaligned subregs when strict alignment is required
 2024-06-12 12:39 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v1] Match: Support more forms for the scalar unsigned .SAT_SUB
 2024-06-12 12:37 UTC 

[PATCH v2] libatomic: Add rcpc3 128-bit atomic operations for AArch64
 2024-06-12 12:35 UTC 

[PATCH 00/52] Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook
 2024-06-12 12:32 UTC  (14+ messages)
` [PATCH 04/52] go: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
` [PATCH 05/52] rust: "
  ` PING^1 "
` [PATCH 06/52] m2: "
` [PATCH 08/52] vms: Replace use of LONG_DOUBLE_TYPE_SIZE
  ` PING^1 "

[PATCH] libgccjit: Add ability to get CPU features
 2024-06-12 12:21 UTC  (10+ messages)
    ` Frontend access to target features (was Re: [PATCH] libgccjit: Add ability to get CPU features)

[PATCH v2 1/2] arm: Zero/Sign extends for CMSE security on Armv8-M.baseline [PR115253]
 2024-06-12 12:16 UTC  (9+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253]

[PATCH] aarch64: Add vector popcount besides QImode [PR113859]
 2024-06-12 11:54 UTC  (3+ messages)
` Ping "

[PATCH] Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188]
 2024-06-12 10:45 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] tree-optimization/115385 - handle more gaps with peeling of a single iteration
 2024-06-12 10:43 UTC  (5+ messages)

[PATCH] [APX CCMP] Use ctestcc when comparing to const 0
 2024-06-12 10:11 UTC  (3+ messages)

[PATCH] LoongArch: Use bstrins for "value & (-1u << const)"
 2024-06-12  9:38 UTC  (2+ messages)

[PATCH 3/3][v3] Improve code generation of strided SLP loads
 2024-06-12  9:16 UTC 

[PATCH 2/3][v3] tree-optimization/115385 - handle more gaps with peeling of a single iteration
 2024-06-12  9:15 UTC 

[PATCH 1/3][v3] tree-optimization/114107 - avoid peeling for gaps in more cases
 2024-06-12  9:15 UTC 

[PATCH] aarch64: Use bitreverse rtl code instead of unspec [PR115176]
 2024-06-12  9:03 UTC  (2+ messages)

[PATCH v2 0/4] Libatomic: Cleanup ifunc selector and aliasing
 2024-06-12  8:50 UTC  (6+ messages)
` [PATCH v2 1/4] Libatomic: AArch64: Convert all lse128 assembly to .insn directives
` [PATCH v2 2/4] Libatomic: Define per-file identifier macros
` [PATCH v2 3/4] Libatomic: Make ifunc selector behavior contingent on importing file
` [PATCH v2 4/4] Libatomic: Clean up AArch64 `atomic_16.S' implementation file

[PATCH v2] fix PowerPC < 7 w/ Altivec not to default to power7
 2024-06-12  8:04 UTC  (4+ messages)

[PATCH] rust: Do not link with libdl and libpthread unconditionally
 2024-06-12  7:54 UTC  (6+ messages)

[PATCH] ifcvt: Clarify if_info.original_cost
 2024-06-12  7:54 UTC  (9+ messages)

[PATCH-1v3] fwprop: Replace rtx_cost with insn_cost in try_fwprop_subst_pattern [PR113325]
 2024-06-12  7:51 UTC  (3+ messages)

[PATCH v4] rs6000: Fix incorrect RTL for Power LE when removing the UNSPECS [PR106069]
 2024-06-12  7:50 UTC  (2+ messages)

[pushed] wwwdocs: news: Remove reference to /java
 2024-06-12  7:49 UTC 

[PATCH 0/2] Fix ICE with vwsll combine on 32bit targets
 2024-06-12  7:42 UTC  (5+ messages)
` [PATCH 1/2] RISC-V: Fix vwsll combine on rv32 targets
` [PATCH 2/2] RISC-V: Move mode assertion out of conditional branch in emit_insn

[PATCH] [libstdc++] [testsuite] require cmath for c++23 cmath tests
 2024-06-12  7:20 UTC  (2+ messages)

[PATCH] [libstdc++] [testsuite] xfail double-prec from_chars for float128_t
 2024-06-12  7:18 UTC  (2+ messages)

[pushed] doc: Update Cygwin web link
 2024-06-12  7:01 UTC 

[PATCH v1] Widening-Mul: Take gsi after_labels instead of start_bb for gcall insertion
 2024-06-12  6:54 UTC  (3+ messages)

[PATCH] LoongArch: Fix mode size comparision in loongarch_expand_conditional_move
 2024-06-12  6:26 UTC  (2+ messages)

[PATCH 0/3] Add support for -mcpu=power11
 2024-06-12  6:23 UTC  (3+ messages)
` [PATCH 3/3] Add power11 tests

[Patch-2v2, rs6000] Eliminate unnecessary byte swaps for duplicated constant vector store [PR113325]
 2024-06-12  6:15 UTC  (2+ messages)

[PATCH] [testsuite] add linkonly to dg-additional-sources [PR115295]
 2024-06-12  5:56 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH V4 1/2] split complicate 64bit constant to memory
 2024-06-12  3:14 UTC  (3+ messages)

[FYI] map packed field type to unpacked for debug info
 2024-06-12  2:07 UTC 

[committed] c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operand
 2024-06-11 23:01 UTC 

[committed] [v2] More logical op simplifications in simplify-rtx.cc
 2024-06-11 22:38 UTC  (2+ messages)

[pushed] doc: Remove redundant introduction of x86-64
 2024-06-11 22:05 UTC 

[PATCH] Improve code generation of strided SLP loads
 2024-06-11 21:58 UTC 

[PUSHED] Fix building JIT with musl libc [PR115442]
 2024-06-11 19:47 UTC  (2+ messages)

[PATCH] PHIOPT: Don't transform minmax if middle bb contains a phi [PR115143]
 2024-06-11 17:19 UTC  (5+ messages)

[Committed 1/3] RISC-V: Add basic Zaamo and Zalrsc support
 2024-06-11 17:06 UTC  (3+ messages)
` [Committed 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support
` [Committed 3/3] RISC-V: Add Zalrsc amo-op patterns

[committed] i386: Use CMOV in .SAT_{ADD|SUB} expansion for TARGET_CMOV [PR112600]
 2024-06-11 17:01 UTC 

[PATCH] aarch64: Add vector floating point trunc pattern
 2024-06-11 17:01 UTC  (3+ messages)

[RFC 0/2] libbacktrace: add FDPIC support
 2024-06-11 16:54 UTC  (3+ messages)
` [RFC 1/2] "

[PATCH v2] Arm: Fix ldrd offset range [PR115153]
 2024-06-11 16:42 UTC 

[PATCH] Fix ICE in rtl check due to CONST_WIDE_INT in CONST_VECTOR_DUPLICATE_P
 2024-06-11 14:43 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] [testsuite] [arm] test board cflags in multilib.exp
 2024-06-11 14:43 UTC  (2+ messages)

[Patch, Fortran, 96418] Fix Test coarray_alloc_comp_4.f08 ICEs
 2024-06-11 14:12 UTC 

[PATCH v1] Widening-Mul: Fix one ICE of gcall insertion for PHI match
 2024-06-11 13:39 UTC  (5+ messages)

[Patch, Fortran] 3/3 RFC: Introduce gfc_class_set_vptr
 2024-06-11 12:56 UTC 

[Patch, Fortran] 2/3 Refactor locations where _vptr is (re)set
 2024-06-11 12:49 UTC 

[PATCH] gimple ssa: Teach switch conversion to optimize powers of 2 switches
 2024-06-11 12:48 UTC  (2+ messages)

[COMMITTED] tree-optimization/115221 - Do not invoke SCEV if it will use a different range query
 2024-06-11 12:47 UTC  (3+ messages)

[Patch, Fortran, 90076] 1/3 Fix Polymorphic Allocate on Assignment Memory Leak
 2024-06-11 12:44 UTC 

[Patch, Fortran] 0/3 (PR90076) Setting _vptr correctly
 2024-06-11 12:37 UTC 

[committed] libstdc++: Add test for chrono::leap_seconds ostream insertion
 2024-06-11 12:07 UTC 

[PATCH] middle-end/115426 - wrong gimplification of "rm" asm output operand
 2024-06-11 11:20 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).