gcc-patches
Thread
Date
Earlier messages
Messages by Thread
libbacktrace patch committed: Decompress multiple zstd frames
Ian Lance Taylor
[PATCH] or1k: Allow SImode for condition flag register
H.J. Lu
[PUSHED] chrec: Move variable rtype definition to the scope only used
Andrew Pinski
New German PO file for 'gcc' (version 16.1.0)
Translation Project Robot
Re: [PATCH] configury: Use only one copy of CHECK_ATTRIBUTE_VISIBILITY macro
Jeffrey Law
Re: [PATCH v8] RISC-V: Fix ZILSD 64-bit load/store splitting on RV32
Jeffrey Law
Re: [PATCH v8] RISC-V: Fix ZILSD 64-bit load/store splitting on RV32
NO₃⁻
Re: [PATCH v8] RISC-V: Fix ZILSD 64-bit load/store splitting on RV32
Jeffrey Law
[PATCH v2] c++: Fix handling of && after a class definition [PR65271]
Andrew Pinski
Re: [PATCH][RFC] tree-optimization/88576 - make -fno-math-errno not affect malloc
Jeffrey Law
Re: [PATCH] PR middle-end/122871: Doubleword multiplication improvements
Jeffrey Law
Re: [PATCH 2/8] RISC-V: Add zvfofp8min FP8 to BF16 vector conversions
Jeffrey Law
Re: [PATCH 1/8] RISC-V: Add zvfofp8min ISA extension support
Jeffrey Law
Re: [PATCH 0/8] *** Add RISC-V zvfofp8min intrinsic ***
Jeffrey Law
Re: [riscv] Simplify builtin defintions
Jeffrey Law
Re: [PING][PATCH v4] reassoc: Optimize CMP/XOR expressions [PR116860]
Jeffrey Law
Re: [PATCH 4/5] RISC-V: Implement scheduling for Synopsys RHX-100 series.
Jeffrey Law
Re: [PATCH 5/5] RISC-V: Add instruction patterns for 32-bit multiply-add and bit-extract fusion.
Jeffrey Law
[to-be-committed][RISC-V][PR rtl-optimization/124766] Simplify x + y == y into x == 0
Jeffrey Law
Re: [to-be-committed][RISC-V][PR rtl-optimization/124766] Simplify x + y == y into x == 0
Richard Sandiford
Re: [to-be-committed][RISC-V][PR rtl-optimization/124766] Simplify x + y == y into x == 0
Richard Sandiford
Re: [to-be-committed][RISC-V][PR rtl-optimization/124766] Simplify x + y == y into x == 0
Jeffrey Law
Re: [PATCH v2 1/2] emit-rtl: Allow extra checks for paradoxical subregs [PR119966]
H.J. Lu
[PATCH] c++: modules: Fix posix_fallocate error handling
Rainer Orth
[PATCH v2 0/3] Optimize 32-bit unsigned constant division for 64-bit targets
herumi
[PATCH v2 1/3] expmed: Optimize 32-bit unsigned division by constants on 64-bit targets
herumi
[PATCH v2 3/3] i386: Add peephole2 to convert highpart mul to mulx
herumi
Re: [PATCH v2 3/3] i386: Add peephole2 to convert highpart mul to mulx
H.J. Lu
[PATCH v3 3/3] i386: Add peephole2 to convert highpart mul to mulx
herumi
[PATCH v2 2/3] i386: Add BMI2 MULX pattern for highpart-only multiplication
herumi
Re: [PATCH v2 2/3] i386: Add BMI2 MULX pattern for highpart-only multiplication
H.J. Lu
[PATCH v3 2/3] i386: Add BMI2 MULX pattern for highpart-only multiplication
herumi
[PATCH] Return *this instead of this in `bbitmap.h`
Sai Charan Marrivada
[PATCH] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Collin Funk
Re: [PATCH] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Andrew Pinski
Re: [PATCH] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Collin Funk
Re: [PATCH] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Sam James
Re: [PATCH] testsuite: get a predictable ordered array for comparison
Ben Boeckel
Re: [PATCH] testsuite: get a predictable ordered array for comparison
Andrew Pinski
[to-be-committed][RISC-V][PR target/124009] Improve select between 2^n and 0 on RISC-V
Jeffrey Law
libgo patch committed: use 'gcloud storage cp' instead of 'gsutil cp'
Ian Lance Taylor
[x86_64 PATCH] Handle hard registers in STV with inter-unit moves.
Roger Sayle
[committed] Fortran/OpenMP: cleanup gfc_free_omp_namelist
Tobias Burnus
[x86 PATCH] Shorter load immediate constants with -Oz
Roger Sayle
Re: [x86 PATCH] Shorter load immediate constants with -Oz
Uros Bizjak
Re: [x86 PATCH] Shorter load immediate constants with -Oz
Uros Bizjak
[to-be-committed][RISC-V][PR target/125152] Don't use stale mode in conditional move expansion
Jeffrey Law
[PATCH v2 4/4] doc: Document several "force_l32" features for Xtensa
Takayuki 'January June' Suwa
[PATCH v2 1/4] xtensa: Implement "__force_l32" named address space
Takayuki 'January June' Suwa
[PATCH v2 3/4] xtensa: Implement "-mforce-l32" target-specific option
Takayuki 'January June' Suwa
[PATCH] match: Optimize `A > B ? ABS(A) : B` to `MAX(A, B)` when B >= 0 [PR116700]
Avinal Kumar
Re: [PATCH] match: Optimize `A > B ? ABS(A) : B` to `MAX(A, B)` when B >= 0 [PR116700]
Andrew Pinski
[V2][to-be-committed][RISC-V][PR tree-optimization/109038] Recognize shifts+rotate as simple shift in some cases
Jeffrey Law
[PATCH] LoongArch: add spaceship expanders
Xi Ruoyao
[PATCH] LoongArch: Improve xor+xor+ior sequence when possible [PR 96692]
Xi Ruoyao
[PATCH] LoongArch: Allow printing symbolic name with "%c" in inline asm
Xi Ruoyao
[PATCH] Add __builtin_bitreverse{8,16,32,64} [PR50481]
Disservin
Re: [PATCH] Add __builtin_bitreverse{8,16,32,64} [PR50481]
Xi Ruoyao
mnhnxwxoytbwb
Shantell Nedina
[cmmitted][16] strlen: Fix up backport [PR125079]
Jakub Jelinek
[C PATCH] Fix use of variably-modified structure/union types in nested context [PR124985]
Martin Uecker
[PUSHED] match: Fix `(A>>bool) EQ 0 -> (unsigned)A LE bool` pattern for vector types [PR125139]
Andrew Pinski
Re: [PUSHED] match: Fix `(A>>bool) EQ 0 -> (unsigned)A LE bool` pattern for vector types [PR125139]
Jeffrey Law
[COMMITTED] gcc: fix gcov-tool MOSTLYCLEANFILES typo
Sam James
[PATCH] algol68: Correct typo exeect -> exeext
Peter Damianov
Re: [PATCH] algol68: Correct typo exeect -> exeext
Sam James
Re: [PATCH] algol68: Correct typo exeect -> exeext
Sam James
[PATCH 1/2] libgfortran: Use MapViewOfFileEx instead of MapViewOfFileExNuma in caf_shmem
Peter Damianov
[PATCH 2/2] libgfortran: Avoid undefined shift in caf_shmem
Peter Damianov
[PATCH 0/4] Test suite fixes
Xi Ruoyao
[PATCH 4/4] testsuite: don't link top-level asm tests as PIE [PR 70150]
Xi Ruoyao
Re: [PATCH 4/4] testsuite: don't link top-level asm tests as PIE [PR 70150]
Andrew Pinski
[PATCH 3/4] i386: testsuite: fix shift-gf2p8affine-2.c failure on non-AVX512 CPU
Xi Ruoyao
Re: [PATCH 3/4] i386: testsuite: fix shift-gf2p8affine-2.c failure on non-AVX512 CPU
H.J. Lu
Re: [PATCH 3/4] i386: testsuite: fix shift-gf2p8affine-2.c failure on non-AVX512 CPU
Xi Ruoyao
Re: [PATCH 3/4] i386: testsuite: fix shift-gf2p8affine-2.c failure on non-AVX512 CPU
H.J. Lu
[PATCH 1/4] i386: testsuite: disable stack protector for 5 tests
Xi Ruoyao
Re: [PATCH 1/4] i386: testsuite: disable stack protector for 5 tests
H.J. Lu
[PATCH 2/4] i386: testsuite: disable PIE for some tests [PR 70150]
Xi Ruoyao
Re: [PATCH 2/4] i386: testsuite: disable PIE for some tests [PR 70150]
H.J. Lu
PING^6: [PATCH v3] Ignore tls_model attribute in TLS access optimization
H.J. Lu
PING: [PATCH v10] c/c++: Declare stack protection guard as a global symbol
H.J. Lu
Re: [PATCH v3] match.pd: (A>>C) != (B>>C) -> (A^B) >= (1<<C) [PR110010]
Jeffrey Law
[C PATCH] argument expressions may be evaluated too often by typeof [PR124576]
Martin Uecker
Re: [C PATCH] argument expressions may be evaluated too often by typeof [PR124576]
Joseph Myers
Re: [PATCH 3/5] RISC-V: Implement TARGET_SCHED_FUSION_PRIORITY for Synopsys RHX-100 series.
Jeffrey Law
Re: [PATCH 3/5] RISC-V: Implement TARGET_SCHED_FUSION_PRIORITY for Synopsys RHX-100 series.
Michiel Derhaeg
[PATCH] RISC-V: Update riscv.opt.urls for -mmpy-option
Michiel Derhaeg
Re: [PATCH] RISC-V: Update riscv.opt.urls for -mmpy-option
Jeffrey Law
[PATCH] [AArch64]: Use MOVI for low‑64‑bit integer SIMD constant vectors [PR113926]
Wilco Dijkstra
[PATCH v2] forwprop: allow more VPEs in simplify_vector_constructor () [PR122679]
Artemiy Volkov
Re: [PATCH] Refactor loops with TEST_HARD_REG_BIT to use EXECUTE_IF_SET_IN_HARD_REG_SET
Alexandre Oliva
Re: [PATCH] Refactor loops with TEST_HARD_REG_BIT to use EXECUTE_IF_SET_IN_HARD_REG_SET
Alexandre Oliva
Re: [PATCH] Refactor loops with TEST_HARD_REG_BIT to use EXECUTE_IF_SET_IN_HARD_REG_SET
Kevin Stefanov
Re: [PATCH] Refactor loops with TEST_HARD_REG_BIT to use EXECUTE_IF_SET_IN_HARD_REG_SET
Alexandre Oliva
[PATCH] [Aarch64]: Use fmov for some low-lane FP SIMD constant vectors [PR113856]
Wilco Dijkstra
[PATCH] gcc/doc: Clarify warning for variable unused
Nathan Myers
Re: [PATCH GCC17-stage1] riscv: Optimize power-of-2 boundary comparisons in conditional moves
Jeffrey Law
[committed 1/3] libstdc++: Improve Doxygen comments for <iterator> contents
Jonathan Wakely
[committed 2/3] libstdc++: Suppress Doxygen docs for internals in <bits/locale_conv.h>
Jonathan Wakely
[committed 3/3] libstdc++: Tweak Doxygen comments for experimental simd
Jonathan Wakely
[PATCH v2] libstdc++: Make std::unique_ptr<void>::operator* SFINAE-friendly
Jonathan Wakely
[PATCH v1] [PATCH][GCC] aarch64: Fix tls debuginfo missing location info [PR97344]
srinath.parvathaneni
Re: [PATCH v1] [PATCH][GCC] aarch64: Fix tls debuginfo missing location info [PR97344]
Alice Carlotti
[Ada] Link with PIC static Ada runtime when -pie is specified
Eric Botcazou
[PATCH] match.pd: ((A&N)==CST1) & (((A&M)==CST2) | ((A&Q)==CST3)) [PR93150]
Daniel Barboza
Re: [PATCH] libphobos libgo: Fix dealing with boilerplate [PR122794]
Stefan Schulze Frielinghaus
[COMMITTED, PATCH] s390: Fix dealing with HF vector modes in s390_secondary_reload
Stefan Schulze Frielinghaus
[PATCH] strlen: Adjust objsz arg in __strcat_chk -> __stpcpy_chk transformation [PR125079]
Jakub Jelinek
Re: [PATCH] strlen: Adjust objsz arg in __strcat_chk -> __stpcpy_chk transformation [PR125079]
Richard Biener
[committed] tree-vect-loop: Remove useless && 1.
Jakub Jelinek
[to-be-committed][PR target/124559][RISC-V] Improve RISC-V constant synthesis for some HImode constants
Jeffrey Law
[to-be-committed][RISC-V][PR tree-optimization/109038] Recognize shifts+rotate as simple shift in some cases
Jeffrey Law
[PATCH] x86: Correct last_4x_vec_label in ix86_expand_movmem
H.J. Lu
Re: [PATCH] x86: Correct last_4x_vec_label in ix86_expand_movmem
Uros Bizjak
Re: [PATCH] x86: Correct last_4x_vec_label in ix86_expand_movmem
H.J. Lu
Re: [PATCH] x86: Correct last_4x_vec_label in ix86_expand_movmem
H.J. Lu
[PATCH v2] phiprop: Allow for one store inbetween the load and the phi which is being used to insert [PR123120]
Andrew Pinski
[to-be-committed][V3][RISC-V][PR rtl-optimization/96692] Improve xor+xor+ior sequence when possible
Jeffrey Law
[PATCH] libstdc++: Do not assume URBG::result_type exists [PR121919]
Jonathan Wakely
[PATCH] libstdc++: Make std::unique_ptr::operator* SFINAE-friendly
Jonathan Wakely
[committed] libstdc++: Add <bits/binders.h> to freestanding headers [PR125112]
Jonathan Wakely
[PATCH] c++/modules: merging fndecl w/ inst noexcept + deduced auto [PR125115]
Patrick Palka
Re: [PATCH] c++/modules: merging fndecl w/ inst noexcept + deduced auto [PR125115]
Jason Merrill
[PATCH] AArch64: Add PIC/PIE support to large model [PR 123791]
Wilco Dijkstra
[pushed] wwwdocs: gcc-4.7: Make release notes links relative
Gerald Pfeifer
[Ada] Fix build of GNAT tools with coverage enabled
Eric Botcazou
[pushed] wwwdocs: gcc-14: Update RISC-V intrinsics links
Gerald Pfeifer
New French PO file for 'gcc' (version 16.1.0)
Translation Project Robot
[PATCH] PR c++/123228 Member of protected base is inaccessible despite a friend declaration
Arseniy Orlov
Re: [PATCH] PR c++/123228 Member of protected base is inaccessible despite a friend declaration
Patrick Palka
[PATCH] libsdc++: Remove duplicated __mdspan::__is_constant_wrapper.
Tomasz Kamiński
Re: [PATCH] libsdc++: Remove duplicated __mdspan::__is_constant_wrapper.
Jonathan Wakely
New template for 'gcc' made available
Translation Project Robot
[PATCH] aarch64: Update gating for svexpa intrinsic
Alfie Richards
[PATCH 0/2] AArch64 new fp->int conversions and fprcvt
Alfie Richards
[PATCH 2/2] aarch64: Add FEAT_FPRCVT support.
Alfie Richards
[PATCH 1/2] aarch64: Add new fp->int conversion intrinsics
Alfie Richards
[pushed][IRA]: Fix soft conflict and hard reg cost calculation
Vladimir Makarov
[pushed][IRA]: Process operand NO_REGS class for reg cost calculation
Vladimir Makarov
[PATCH v2] RISC-V: Add Synopsys RHX-100 series pipeline description
Michiel Derhaeg
Re: [PATCH v2] RISC-V: Add Synopsys RHX-100 series pipeline description
Jeffrey Law
[PATCH] backprop: Add demand-bit handling. [PR113487]
Robin Dapp
Re: [PATCH] backprop: Add demand-bit handling. [PR113487]
Andrew Pinski
Re: [PATCH] backprop: Add demand-bit handling. [PR113487]
Richard Sandiford
Re: [PATCH] backprop: Add demand-bit handling. [PR113487]
Richard Sandiford
[PATCH] LoongArch: eliminate redundant extension after ctz.w
Xi Ruoyao
[PATCH] LoongArch: harden SSP canary set and test routines [PR 125049]
Xi Ruoyao
[PATCH] c++/modules: false positive abi_tag mismatch [PR124957]
Patrick Palka
Re: [PATCH] c++/modules: false positive abi_tag mismatch [PR124957]
Jason Merrill
Re: [PATCH] c++/modules: false positive abi_tag mismatch [PR124957]
Patrick Palka
Re: [PATCH] c++/modules: false positive abi_tag mismatch [PR124957]
Patrick Palka
Re: [PATCH] c++/modules: false positive abi_tag mismatch [PR124957]
Jason Merrill
[PATCH] x86_cse: Add X86_CSE_CONST_VECTOR
H.J. Lu
[PATCH] x86: Disable 16-bit imm store for TARGET_LCP_STALL
H.J. Lu
Re: [PATCH] x86: Disable 16-bit imm store for TARGET_LCP_STALL
Uros Bizjak
[PATCH v3] RISC-V: Make tuple vector not tieable to some modes.
wangzicong
Re: [PATCH] vect: Version for unsigned overflow. [PR121908]
Richard Biener
Re: [PATCH] vect: Version for unsigned overflow. [PR121908]
Robin Dapp
Re: [PATCH] vect: Version for unsigned overflow. [PR121908]
Richard Biener
Re: [PATCH] vect: Version for unsigned overflow. [PR121908]
Robin Dapp
[PATCH] x86: Remove DI_REG/SI_REG from x86_64_int_return_registers
H.J. Lu
Re: [PATCH] x86: Remove DI_REG/SI_REG from x86_64_int_return_registers
Uros Bizjak
Re: [PATCH] x86: Remove DI_REG/SI_REG from x86_64_int_return_registers
H.J. Lu
Re: [PATCH v3] [Bug, tree-optimization/109429] ivopts: fixed complexities
Richard Biener
[PATCH] x86: Implement TARGET_FNTYPE_ABI
H.J. Lu
[PING][PATCH v1] aarch64: Add support for FEAT_SSVE_BitPerm
Alfie Richards
[PING^2][PATCH] rs6000: Avoid stxvd2x for quad aligned memory stores [PR123055]
Kishan Parmar
Re: [PING^2][PATCH] rs6000: Avoid stxvd2x for quad aligned memory stores [PR123055]
Michael Meissner
[PATCH] gcc-16: LoongArch: Update changes for code model and vector intrinsics.
Lulu Cheng
[Ada] Fix spurious error on primitive function of tagged task type
Eric Botcazou
[wwwdocs] htdocs/projects/gomp/ - minor update for GCC 16
Tobias Burnus
[PATCH] libstdc++: Fix reserve of size_t(-1) elements in piecewise_constant_distribution. [PR113761]
Tomasz Kamiński
Re: [PATCH] libstdc++: Fix reserve of size_t(-1) elements in piecewise_constant_distribution. [PR113761]
Tomasz Kaminski
[PING][PATCH] aarch64: Add support for range prefetch intrinsic.
Alfie Richards
[wwwdocs] Mention target coverage extension for _BitInt
Jakub Jelinek
Re: [wwwdocs] Mention target coverage extension for _BitInt
Richard Biener
[PATCH] tree-optimization/125088 - some TLC to the new vect_bb_slp_scalar_cost
Richard Biener
[PATCH] Mention speculative devirtualization improvements
Richard Biener
wwwdocs: document some vectorizer GCC 16 changes
Tamar Christina
RE: wwwdocs: document some vectorizer GCC 16 changes
Tamar Christina
Re: wwwdocs: document some vectorizer GCC 16 changes
Richard Biener
[PATCH v4] rs6000: Builtins for AES acceleration instructions [RFC02657]
Avinash Jayakar
Re: [PATCH v4] rs6000: Builtins for AES acceleration instructions [RFC02657]
Surya Kumari Jangala
Re: [PATCH v4] rs6000: Builtins for AES acceleration instructions [RFC02657]
Michael Meissner
[PATCH][www] Some GCC 16 optimization/vectorizer improvements
Richard Biener
[PING][PATCH v3] Recognize and fold longhand wide-multiplication idioms [PR107090]
Konstantinos Eleftheriou
[PATCH] LoongArch: Fix ICE caused by incomplete split conditions [PR125057].
Lulu Cheng
[PATCH] c, c++: Introduce -Wconstant-logical-operand warning [PR125081]
Jakub Jelinek
Re: [PATCH] c, c++: Introduce -Wconstant-logical-operand warning [PR125081]
Jason Merrill
Re: [PATCH] c, c++: Introduce -Wconstant-logical-operand warning [PR125081]
Jakub Jelinek
Re: [PATCH] c, c++: Introduce -Wconstant-logical-operand warning [PR125081]
Jason Merrill
[PATCH] c, c++, v2: Introduce -Wconstant-logical-operand warning [PR125081]
Jakub Jelinek
Re: [PATCH] c, c++, v2: Introduce -Wconstant-logical-operand warning [PR125081]
Jason Merrill
[PATCH] c, c++, v3: Introduce -Wconstant-logical-operand warning [PR125081]
Jakub Jelinek
GCC 17, PowerPC Dense Math V7 (patch 0/7) -- Dense Math introduction
Michael Meissner
GCC 17, PowerPC Dense Math V7 (patch 1/7) -- Add wD constraint
Michael Meissner
GCC 17, PowerPC Dense Math V7 (patch 2/7) -- Use wD in mma.md
Michael Meissner
GCC 17, PowerPC Dense Math V7 (patch 3/7) -- Add -mdense-math switch
Michael Meissner
GCC 17, PowerPC Dense Math V7 (patch 4/7) -- Implement 512-bit dense math registers
Michael Meissner
Earlier messages