public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v5 0/5] P1689R5 support
 2023-07-21 20:23 UTC  (13+ messages)
` [PATCH v5 4/5] c++modules: report imported CMI files as dependencies

[PATCH] analyzer: Add support of placement new and improved operator new [PR105948]
 2023-07-21 20:10 UTC  (2+ messages)

[pushed][LRA]: Check and update frame to stack pointer elimination after stack slot allocation
 2023-07-21 20:02 UTC  (3+ messages)

[committed] Require target lra in gcc.c-torture/compile/asmgoto-6.c
 2023-07-21 19:53 UTC 

[PATCH] RISC-V: optim const DF +0.0 store to mem [PR/110748]
 2023-07-21 19:37 UTC  (7+ messages)

[PATCH] bpf: pseudo-c assembly dialect support
 2023-07-21 19:06 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] gcc-13/changes.html: Add and fix URL to -fstrict-flex-array option
 2023-07-21 19:02 UTC 

[PATCH] bpf: fixed template for neg (added second operand)
 2023-07-21 18:40 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [COMMITTED] "

[PATCH 2/1] c++: passing partially inst ttp as ttp [PR110566]
 2023-07-21 18:34 UTC 

[PATCH v2] RISC-V: optim const DF +0.0 store to mem [PR/110748]
 2023-07-21 18:30 UTC 

[PATCH v4] bpf: fixed template for neg (added second operand)
 2023-07-21 18:21 UTC  (2+ messages)

[PATCH] match.pd, v2: Implement missed optimization (~X | Y) ^ X -> ~(X & Y) [PR109986]
 2023-07-21 18:18 UTC 

[COMMITTED] MAINTAINERS: Add myself to write after approval
 2023-07-21 18:11 UTC 

[PATCH] c++: fix ICE with is_really_empty_class [PR110106]
 2023-07-21 17:44 UTC  (8+ messages)

[PATCH] Reduce floating-point difficulties in timevar.cc
 2023-07-21 17:41 UTC  (11+ messages)

Fix optimize_mask_stores profile update
 2023-07-21 17:34 UTC  (3+ messages)

[PATCH] match.pd: Implement missed optimization (x << c) >> c -> -(x & 1) [PR101955]
 2023-07-21 17:27 UTC  (2+ messages)

[PATCH]AArch64 fix regexp for live_1.c sve test
 2023-07-21 17:19 UTC  (8+ messages)

Fix gcc.dg/tree-ssa/copy-headers-9.c and gcc.dg/tree-ssa/dce-1.c failures
 2023-07-21 15:37 UTC 

Implement flat loop profile detection
 2023-07-21 15:37 UTC 

[RFC] analyzer: Add optional trim of the analyzer diagnostics going too deep [PR110543]
 2023-07-21 15:35 UTC  (2+ messages)
` [WIP RFC] "

[PATCH] testsuite/110763: Ensure zero return from test
 2023-07-21 15:16 UTC 

[pushed] Darwin: Handle linker '-demangle' option
 2023-07-21 14:50 UTC 

Fix sreal::to_int and implement sreal::to_nearest_int
 2023-07-21 14:45 UTC 

[PATCH] mklog: Add --append option to auto add generate ChangeLog to patch file
 2023-07-21 14:43 UTC  (8+ messages)

loop-ch improvements, part 5
 2023-07-21 13:02 UTC  (3+ messages)

[PATCH] tree-optimization/41320 - remove bogus XFAILed testcase
 2023-07-21 11:57 UTC 

[PATCH] vect: Don't vectorize a single scalar iteration loop [PR110740]
 2023-07-21 11:49 UTC  (2+ messages)

finite_loop_p tweak
 2023-07-21 11:48 UTC  (2+ messages)

[C PATCH]: Add Walloc-type to warn about insufficient size in allocations
 2023-07-21 11:21 UTC 

[PATCH v2] mklog: handle Signed-Off-By, minor cleanup
 2023-07-21 11:08 UTC 

[PATCH V2] VECT: Support floating-point in-order reduction for length loop control
 2023-07-21 11:08 UTC  (4+ messages)
  `  "

[PATCH V4] VECT: Support floating-point in-order reduction for length loop control
 2023-07-21 11:06 UTC 

[PATCH V3] VECT: Support floating-point in-order reduction for length loop control
 2023-07-21 10:57 UTC 

[PATCH] ira: update allocated_hardreg_p[] in improve_allocation() [PR110254]
 2023-07-21 10:13 UTC 

[PATCH] VECT: Support floating-point in-order reduction for length loop control
 2023-07-21 10:08 UTC  (4+ messages)
    `  "

[committed] RISC-V: Fix redundant variable declaration
 2023-07-21  9:57 UTC 

[RFC, WIP] introduce attribute exalias
 2023-07-21  9:23 UTC  (9+ messages)
` [PATCH] "
  ` [PATCH v3] Introduce attribute reverse_alias
          ` [PATCH v4] Introduce attribute sym

[PATCH] cleanup: make all cond_len_* and mask_len_* consistent on the order of mask and len
 2023-07-21  8:38 UTC  (3+ messages)

[PATCH] cleanup: Change condition order
 2023-07-21  8:38 UTC  (3+ messages)

[PATCH] cleanup: Change LEN_MASK into MASK_LEN
 2023-07-21  8:36 UTC  (3+ messages)

Improve loop dumping
 2023-07-21  8:35 UTC  (2+ messages)

[PATCH] mh-mingw: drop unused BOOT_CXXFLAGS variable
 2023-07-21  8:31 UTC  (2+ messages)

[PATCH] Fix a typo
 2023-07-21  7:46 UTC 

[PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding
 2023-07-21  6:44 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] MATCH: Add Max<Max<a,b>,a> -> Max<a,b> simplifcation
 2023-07-21  6:30 UTC  (2+ messages)

[PATCH] tree-optimization/110742 - fix latent issue with permuting existing vectors
 2023-07-21  6:12 UTC  (6+ messages)

[PATCH v4 0/3] c++: Track lifetimes in constant evaluation [PR70331, ...]
 2023-07-21  5:39 UTC  (8+ messages)
` [PATCH v4 1/3] c++: Track lifetimes in constant evaluation [PR70331,PR96630,PR98675]
` [PATCH v4 2/3] c++: Improve constexpr error for dangling local variables [PR110619]
` [PATCH v4 3/3] c++: Improve location information in constant evaluation

[PATCH] libfortran: Fix build for targets that don't have 10byte or 16 byte floating point
 2023-07-21  5:29 UTC 

[PATCH] sccvn: Correct the index of bias for IFN_LEN_STORE [PR110744]
 2023-07-21  5:23 UTC  (3+ messages)

[PATCH] testsuite: Add a test case for PR110729
 2023-07-21  5:22 UTC  (3+ messages)

[PATCH 0/2] rs6000, fix vec_replace_unaligned built-in arguments
 2023-07-21  5:04 UTC  (5+ messages)
` [PATCH 1/2] rs6000, add argument to function find_instance
` [PATCH 2/2 ver 4] rs6000, fix vec_replace_unaligned built-in arguments

[PATCH] RISCV: Add -m(no)-omit-leaf-frame-pointer support
 2023-07-21  4:11 UTC  (4+ messages)
` [PATCH v3] "

[r14-2639 Regression] FAIL: gcc.dg/vect/bb-slp-pr95839-v8.c scan-tree-dump slp2 "optimized: basic block" on Linux/x86_64
 2023-07-21  1:51 UTC  (5+ messages)

[PATCHv2, rs6000] Generate mfvsrwz for all subtargets and remove redundant zero extend [PR106769]
 2023-07-21  1:32 UTC 

[PATCH-1, combine] Don't widen shift mode when target has rotate/mask instruction on original mode [PR93738]
 2023-07-21  1:06 UTC  (4+ messages)

[pushed] analyzer: avoid usage of TYPE_PRECISION on vector types [PR110455]
 2023-07-21  0:32 UTC 

[pushed] analyzer/text-art: fix clang warnings [PR110433,PR110612]
 2023-07-21  0:32 UTC 

[pushed] analyzer: fix ICE on certain pointer subtractions [PR110387]
 2023-07-21  0:31 UTC 

[PATCH] Optimize vlddqu to vmovdqu for TARGET_AVX
 2023-07-20 23:50 UTC  (3+ messages)

[PATCH v3] Implement new RTL optimizations pass: fold-mem-offsets
 2023-07-20 21:59 UTC  (9+ messages)

[PATCH] tree-optimization/110742 - fix latent issue with permuting existing vectors
 2023-07-20 21:31 UTC 

libgo patch committet: Don't collect package CGOLDFLAGS
 2023-07-20 19:29 UTC 

[committed] i386: Double-word sign-extension missed-optimization [PR110717]
 2023-07-20 18:57 UTC 

[pushed][LRA]: Exclude reloading of frame pointer in subreg for some cases
 2023-07-20 18:49 UTC 

[PATCH 0/3] Espressif xtensa chips multilib
 2023-07-20 17:58 UTC  (14+ messages)
` [PATCH 1/3] gcc: xtensa: add mdynconfig option
` [PATCH 2/3] gcc: xtensa: use dynconfig settings as builtin-macros
` [PATCH 3/3] gcc: xtensa: add xtensa*-esp*-elf multilib

[PATCH] c++: passing partially inst tmpl as ttp [PR110566]
 2023-07-20 17:02 UTC  (4+ messages)

[PATCH] testsuite: fix allocator-opt1.C FAIL with old ABI
 2023-07-20 17:01 UTC  (3+ messages)

[committed] libgomp.texi: Split OpenMP routines chapter into sections
 2023-07-20 16:31 UTC 

[PATCH] libstdc++: Define _GLIBCXX_HAS_BUILTIN_TRAIT
 2023-07-20 16:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH, OpenACC 2.7] readonly modifier support in front-ends
 2023-07-20 15:08 UTC  (3+ messages)

[PATCH 0/3] Add diagram support to gcc diagnostics
 2023-07-20 14:59 UTC  (5+ messages)
` [PATCH 3/3] analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
    ` [committed] Document new analyzer parameters

[PATCH] c++: fix ICE with designated initializer [PR110114]
 2023-07-20 14:29 UTC  (6+ messages)
      ` [PATCH v2] "

Cleanup code determining number of iterations from cfg profile
 2023-07-20 14:00 UTC 

[PATCH] CODE STRUCTURE: Refine codes in Vectorizer
 2023-07-20 13:55 UTC  (4+ messages)

[PATCH] LoongArch: Allow using --with-arch=native if host CPU is LoongArch
 2023-07-20 13:28 UTC 

loop-ch improvements, part 3
 2023-07-20 13:03 UTC  (2+ messages)

[PATCH 0/3] testsuite: Exclude vector tests for unsupported targets
 2023-07-20 13:02 UTC  (10+ messages)
` [PATCH 2/3] testsuite: Require 128-bit vectors for bb-slp-pr95839.c

[PATCH] tree-optimization/110204 - second level redundancy and simplification
 2023-07-20 12:45 UTC 

[PATCH] tree-optimization/110742 - fix latent issue with permuting existing vectors
 2023-07-20 12:38 UTC 

[r14-2629 Regression] FAIL: g++.dg/cpp0x/udlit-extended-id-3.C -std=c++20 (test for excess errors) on Linux/x86_64
 2023-07-20 11:44 UTC 

[PATCH] vect: Handle demoting FLOAT and promoting FIX_TRUNC
 2023-07-20 10:11 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH, OpenACC 2.7] Implement host_data must have use_device clause requirement
 2023-07-20 10:00 UTC  (4+ messages)
  ` [PATCH, OpenACC 2.7, v2] "

[PATCH v2] Store_bit_field_1: Use SUBREG instead of REG if possible
 2023-07-20  9:22 UTC  (10+ messages)

[PATCH 0/3] RISC-V: Add an experimental vector calling convention
 2023-07-20  9:01 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: Part-1: Select suitable vector registers for vector type args and returns
` [PATCH 2/3] RISC-V: Part-2: Save/Restore vector registers which need to be preversed
` [PATCH 3/3] RISC-V: Part-3: Output .variant_cc directive for vector function

[PATCH V2] RISC-V: Support in-order floating-point reduction
 2023-07-20  9:00 UTC  (3+ messages)

[PATCH] RISC-V: Support in-order floating-point reduction
 2023-07-20  8:53 UTC  (9+ 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).