Messages by Date
-
2025/08/13
Re: [PATCH] c++: normalize LOOKUP_* flags
Iain Sandoe
-
2025/08/13
Re: [PATCH] c++: Update DECL_TLS_MODEL after processing a TLS variable
H.J. Lu
-
2025/08/13
[COMMITTED] Regenerate libgcobol/configure
Mark Wielaard
-
2025/08/13
[PATCH 1/2] c++: Update DECL_TLS_MODEL after processing a TLS variable
H.J. Lu
-
2025/08/13
[PATCH 2/2] testsuite: Add tests for PR c/107419 and PR c++/107393
H.J. Lu
-
2025/08/13
Re: [PATCH v6] c++: P2036R3 - Change scope of lambda trailing-return-type [PR102610]
Jason Merrill
-
2025/08/13
[PATCH v2] driver: Rework for_each_path using C++
John Ericson
-
2025/08/13
[committed] cobol: Implement and use faster __gg__packed_to_binary() routine.
Robert Dubner
-
2025/08/13
Re: [PATCH] AArch64: Add isinf expander [PR 66462]
Richard Sandiford
-
2025/08/13
[PATCH] AArch64: Add isinf expander [PR 66462]
Wilco Dijkstra
-
2025/08/13
Re: [PATCH] c++: normalize LOOKUP_* flags
Patrick Palka
-
2025/08/13
Re: [PATCH v4 8/9] aarch64: Add support for memetag-stack sanitizer using MTE insns
Richard Sandiford
-
2025/08/13
[PATCH v2] optab: Add optab for isnan [PR 101852]
Wilco Dijkstra
-
2025/08/13
Re: [PATCH] c++ frontend: Fix typo in comment
Jason Merrill
-
2025/08/13
Re: [PATCH] c++: Warn on #undef/#define of remaining cpp.predefined macros [PR120778]
Jason Merrill
-
2025/08/13
Re: [PATCH v4 8/9] aarch64: Add support for memetag-stack sanitizer using MTE insns
Claudiu Zissulescu-Ianculescu
-
2025/08/13
Re: [PATCH v4] rs6000: Adding missed ISA 3.0 atomic memory operation instructions.
Surya Kumari Jangala
-
2025/08/13
Re: [PATCH v8] Provide new option -fdiagnostics-show-context=N for -Warray-bounds, -Wstringop-* warnings [PR109071,PR85788,PR88771,PR106762,PR108770,PR115274,PR117179]
David Malcolm
-
2025/08/13
Re: [RFC PATCH v2 0/6] aarch64: Support for user-defined aarch64 tuning parameters in JSON
Richard Sandiford
-
2025/08/13
Re: [PATCH v2] x86: Disallow -mtls-dialect=gnu with no_caller_saved_registers
H.J. Lu
-
2025/08/13
Re: [PATCH v4 8/9] aarch64: Add support for memetag-stack sanitizer using MTE insns
Richard Sandiford
-
2025/08/13
[PATCH] powerpc: Don't diagnose bool define in the FE compiler for -Wkeyword-macro [PR121520]
Jakub Jelinek
-
2025/08/13
Re: [PATCH v3] x86-64: Remove redundant TLS calls
H.J. Lu
-
2025/08/13
[PATCH] Introduce SLP_TREE_PERMUTE_P
Richard Biener
-
2025/08/13
[to-be-committed][RISC-V][PR target/121160] Avoid bogus force_reg call
Jeff Law
-
2025/08/13
[PATCH] Remove use of STMT_VINFO_DEF_TYPE in vect_analyze_stmt
Richard Biener
-
2025/08/13
Re: [PATCH v4 4/9] aarch64: add new constants for MTE insns
Richard Sandiford
-
2025/08/13
Re: [PATCH v4 3/9] target-insns.def: (tag_memory) New pattern.
Richard Sandiford
-
2025/08/13
Re: [PATCH v4 2/9] opts: use sanitize_code_type for sanitizer flags
Richard Sandiford
-
2025/08/13
[PATCH] libstdc++, v2: Implement C++26 P3378R2 - constexpr exception types [PR121114]
Jakub Jelinek
-
2025/08/13
[PATCH v4 9/9] aarch64: Add memtag-stack tests
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 7/9] asan: memtag-stack add support for MTE instructions
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 6/9] asan: add new memtag sanitizer
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 8/9] aarch64: Add support for memetag-stack sanitizer using MTE insns
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 2/9] opts: use sanitize_code_type for sanitizer flags
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 3/9] target-insns.def: (tag_memory) New pattern.
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 5/9] targhooks: add TARGET_MEMTAG_COMPOSE_OFFSET_TAG
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 1/9] targhooks: i386: rename TAG_SIZE to TAG_BITSIZE
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 4/9] aarch64: add new constants for MTE insns
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v4 0/9] Add memtag-stack sanitizer using MTE instructions
claudiu . zissulescu-ianculescu
-
2025/08/13
[PATCH v1][RFC] libstdc++: Implement constant_wrapper, cw from P2781R8.
Luc Grosheintz
-
2025/08/13
RE: [PATCH 0/1] aarch64: Adapt unwinder to linux's SME signal behaviour
Tamar Christina
-
2025/08/13
Re: [PATCH v8] Provide new option -fdiagnostics-show-context=N for -Warray-bounds, -Wstringop-* warnings [PR109071, PR85788, PR88771, PR106762, PR108770, PR115274, PR117179]
Richard Biener
-
2025/08/13
Re: [PATCH 0/7 v3] Add Xandes vender extension support.
KuanLin Chen
-
2025/08/13
Re: [PATCH] Use x86 GFNI for vectorized constant byte shifts/rotates
Hongtao Liu
-
2025/08/13
Re: [PATCHv5] libstdc++: Add generate_canonical impl (P0952, LWG2524) [PR119739]
Tomasz Kaminski
-
2025/08/13
Re: [PATCH v3] x86-64: Remove redundant TLS calls
Hongtao Liu
-
2025/08/13
[PATCH] Simplify vect_supportable_dr_alignment API
Richard Biener
-
2025/08/12
[PATCH][v2] Fold GATHER_SCATTER_*_P into vect_memory_access_type
Richard Biener
-
2025/08/12
Re: [PATCH v3] x86-64: Remove redundant TLS calls
Hongtao Liu
-
2025/08/12
Re: [PATCH] Use x86 GFNI for vectorized constant byte shifts/rotates
Hongtao Liu
-
2025/08/12
Re: [PATCH] Use x86 GFNI for vectorized constant byte shifts/rotates
Andi Kleen
-
2025/08/12
Re: [PATCH 0/7 v3] Add Xandes vender extension support.
Jeff Law
-
2025/08/12
Re:[pushed] [PATCH] LoongArch: Define hook TARGET_COMPUTE_PRESSURE_CLASSES[PR120476].
Lulu Cheng
-
2025/08/12
Re: [PATCH v3 5/5] forwprop: Copy prop aggregates into args
Andrew Pinski
-
2025/08/12
Re: [PATCH] Use x86 GFNI for vectorized constant byte shifts/rotates
Hongtao Liu
-
2025/08/12
[committed] cobol: Implement faster zoned decimal to binary conversion.
Robert Dubner
-
2025/08/12
[pushed: r16-3172] testsuite: fix jit.dg/test-error-impossible-must-tail-call.c [PR119783]
David Malcolm
-
2025/08/12
[pushed: r16-3171] jit: don't use &vect[0] in libgccjit++.h [PR121516]
David Malcolm
-
2025/08/12
Re: [PATCH] c++: Update DECL_TLS_MODEL after processing a TLS variable
H.J. Lu
-
2025/08/12
RE: [PATCH v2] x86: Convert integer constant to mode of move
Liu, Hongtao
-
2025/08/12
Re: [PATCH] c++: Update DECL_TLS_MODEL after processing a TLS variable
Jason Merrill
-
2025/08/12
[PATCH v8 4/6] btf: generate and output DECL_TAG and TYPE_TAG records
David Faust
-
2025/08/12
[PATCH v8 6/6] bpf: add tests for CO-RE and BTF tag interaction
David Faust
-
2025/08/12
[PATCH v8 2/6] dwarf: create annotation DIEs for btf tags
David Faust
-
2025/08/12
[PATCH v8 5/6] doc: document btf_type_tag and btf_decl_tag attributes
David Faust
-
2025/08/12
[PATCH v8 3/6] ctf: translate annotation DIEs to internal ctf
David Faust
-
2025/08/12
[PATCH v8 0/6] c, dwarf, btf: Add btf_decl_tag and btf_type_tag C attributes
David Faust
-
2025/08/12
[PATCH v8 1/6] c-family: add btf_type_tag and btf_decl_tag attributes
David Faust
-
2025/08/12
[PATCHv5] libstdc++: Add generate_canonical impl (P0952, LWG2524) [PR119739]
Nathan Myers
-
2025/08/12
Re: [PATCH 0/7 v3] Add Xandes vender extension support.
Palmer Dabbelt
-
2025/08/12
Re: [PATCH] RISC-V: Expand const_vector with 2 elts per pattern.
Jeff Law
-
2025/08/12
Re: [PATCH] csky: use quotes when referring to cpus and archs [PR90160]
Jeff Law
-
2025/08/12
[to-be-committed][RISC-V][PR target/121113] Handle HFmode in various insn reservations
Jeff Law
-
2025/08/12
Re: [PATCH] csky: use quotes when referring to cpus and archs [PR90160]
Palmer Dabbelt
-
2025/08/12
Re: [PATCH] csky: use quotes when referring to cpus and archs [PR90160]
Andrew Pinski
-
2025/08/12
Re: [Patch, fortran] PR89092 - Host-associated generic used instead of use-associated TBP in call
Jerry D
-
2025/08/12
Re: [PATCH] Use x86 GFNI for vectorized constant byte shifts/rotates
Andi Kleen
-
2025/08/12
[Patch, fortran] PR89092 - Host-associated generic used instead of use-associated TBP in call
Paul Richard Thomas
-
2025/08/12
[PATCH] arm_mve: Use inline asm for lsll and asrl MVE primitives
Keith Packard
-
2025/08/12
[PATCH v6] c++: P2036R3 - Change scope of lambda trailing-return-type [PR102610]
Marek Polacek
-
2025/08/12
Re: [PATCH] RISC-V: Expand const_vector with 2 elts per pattern.
Palmer Dabbelt
-
2025/08/12
Re: [PATCH v3] x86-64: Remove redundant TLS calls
H.J. Lu
-
2025/08/12
Re: [PATCH v3] x86-64: Remove redundant TLS calls
H.J. Lu
-
2025/08/12
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Richard Biener
-
2025/08/12
[PATCH v2] x86: Convert integer constant to mode of move
H.J. Lu
-
2025/08/12
Re: [PATCH 1/2] Match: Support SAT_TRUNC variant NARROW_CLIP
Richard Biener
-
2025/08/12
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Frank Scheiner
-
2025/08/12
[PATCH] Fold GATHER_SCATTER_*_P into vect_memory_access_type
Richard Biener
-
2025/08/12
[PATCH] testsuite: Fix asm-hard-reg-error-3.c for arm [PR121511]
Stefan Schulze Frielinghaus
-
2025/08/12
Re:[pushed] [PATCH v2] LoongArch: macro instead enum for base abi type
Lulu Cheng
-
2025/08/12
[PATCH] Cleanup SLP decision during loop analysis
Richard Biener
-
2025/08/12
Re: [PATCH 0/7 v3] Add Xandes vender extension support.
Kito Cheng
-
2025/08/12
Re: [PATCH 4/7 v3] RISC-V: Add support for the XAndesvbfhcvt ISA extension.
Kito Cheng
-
2025/08/12
Re: RISC-V GCC Patchwork Sync-Up ?
Kito Cheng
-
2025/08/12
RISC-V GCC Patchwork Sync-Up ?
Umesh Kalappa
-
2025/08/12
Re: [PATCH] fwprop: Don't propagate asms [PR121253]
Richard Biener
-
2025/08/12
Re: [PATCH] Use x86 GFNI for vectorized constant byte shifts/rotates
Hongtao Liu
-
2025/08/12
[PATCH 7/7 v3] RISC-V: Add support for the XAndesvdot ISA extension.
Kuan-Lin Chen
-
2025/08/12
[PATCH 1/7 v3] RISC-V: Add basic XAndes vendor extension support.
Kuan-Lin Chen
-
2025/08/12
[PATCH 6/7 v3] RISC-V: Add support for the XAndesvpackfph ISA extension.
Kuan-Lin Chen
-
2025/08/12
[PATCH 5/7 v3] RISC-V: Add support for the XAndesvsintload ISA extension.
Kuan-Lin Chen
-
2025/08/12
[PATCH 2/7 v3] RISC-V: Add support for the XAndesperf ISA extension.
Kuan-Lin Chen
-
2025/08/12
[PATCH 0/7 v3] Add Xandes vender extension support.
Kuan-Lin Chen
-
2025/08/12
[PATCH 4/7 v3] RISC-V: Add support for the XAndesvbfhcvt ISA extension.
Kuan-Lin Chen
-
2025/08/12
[PATCH 3/7 v3] RISC-V: Add support for the XAndesbfhcvt ISA extension.
Kuan-Lin Chen
-
2025/08/12
[PATCH] tree-optimization/121509 - failure to detect unvectorizable loop
Richard Biener
-
2025/08/12
[PATCH] tree-optimization/121514 - ICE with recent VN improvement
Richard Biener
-
2025/08/12
[PATCH] fwprop: Don't propagate asms [PR121253]
Richard Sandiford
-
2025/08/12
Re: [PATCH] forwprop: Fix non-call exceptions some more with copy prop for aggregates [PR121494]
Richard Biener
-
2025/08/12
Re: [PATCH] LoongArch: Don't set movgr2cf cost for LA664 [PR120476]
Xi Ruoyao
-
2025/08/12
[PATCH 3/3] Do not set STMT_VINFO_VECTYPE for non-dataref stmts
Richard Biener
-
2025/08/12
[PATCH 2/3] Pass down vector type to avoid STMT_VINFO_VECTYPE on reduc-info
Richard Biener
-
2025/08/12
[PATCH 1/3] Do not use STMT_VINFO_VECTYPE in vectorizable_reduction
Richard Biener
-
2025/08/11
[PATCH] forwprop: Fix non-call exceptions some more with copy prop for aggregates [PR121494]
Andrew Pinski
-
2025/08/11
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Richard Biener
-
2025/08/11
[PATCH] LoongArch: Define hook TARGET_COMPUTE_PRESSURE_CLASSES[PR120476].
Lulu Cheng
-
2025/08/11
Re: [PATCH v3] x86-64: Remove redundant TLS calls
Hongtao Liu
-
2025/08/11
Re: [PATCH] x86: Change unsigned 32-bit immediate to signed if needed
Hongtao Liu
-
2025/08/11
[PATCHv4] libstdc++: Add generate_canonical impl (P0952, LWG2524) [PR119739]
Nathan Myers
-
2025/08/11
Re: [PATCH v2 0/2] RISC-V: Combine vec_duplicate + vmerge.vvm to vmerge.vxm on GR2VR cost
Jeff Law
-
2025/08/11
[PATCH v2 1/2] RISC-V: Combine vec_duplicate + vmerge.vv to vmerge.vx on GR2VR cost
pan2 . li
-
2025/08/11
[PATCH v2 2/2] RISC-V: RISC-V: Add test for vec_duplicate + vmerge.vvm combine with GR2VR cost 0, 1 and 15
pan2 . li
-
2025/08/11
[PATCH v2 0/2] RISC-V: Combine vec_duplicate + vmerge.vvm to vmerge.vxm on GR2VR cost
pan2 . li
-
2025/08/11
[committed] cobol: Bring EBCDIC NumericDisplay variables into IBM compliance.
Robert Dubner
-
2025/08/11
Re: [PATCH v2 00/13] aarch64: CMPBR fixes
Richard Henderson
-
2025/08/11
Re: [PATCH] c++, v2: Implement C++26 P1306R5 - Expansion statements [PR120776]
Jason Merrill
-
2025/08/11
Re: [RFC v2] c++: Quoting in -fmodules-mapper [PR110153]
Jason Merrill
-
2025/08/11
Re: [PATCH] [RFC] Delayed parsing for bounds safety attributes
Joseph Myers
-
2025/08/11
Re: [PATCH] [RFC] Delayed parsing for bounds safety attributes
Bill Wendling
-
2025/08/11
Re: [PATCH] driver: Rework for_each_path using C++
Jason Merrill
-
2025/08/11
Re: [PATCH] c++: fix ICE on function call with ill-formed compound requirement [PR120618]
Jason Merrill
-
2025/08/11
[PATCH] x86: Change unsigned 32-bit immediate to signed if needed
H.J. Lu
-
2025/08/11
Re: [PATCH 1/2] Match: Support SAT_TRUNC variant NARROW_CLIP
Edwin Lu
-
2025/08/11
Re: [Patch, fortran] PR121398 - gfortran rejects procedure binding on PDT
Paul Richard Thomas
-
2025/08/11
[PATCH v2 2/2] libstdc++: Simplify precomputed partial products in <mdspan>.
Luc Grosheintz
-
2025/08/11
[PATCH v2 0/2] Two cleanup patches for <mdspan>.
Luc Grosheintz
-
2025/08/11
[PATCH v2 1/2] libstdc++: Reduce size static storage for __fwd_prod in mdspan.
Luc Grosheintz
-
2025/08/11
Re: [PATCH] D: Adjust the code-gen for a string constant.
Iain Sandoe
-
2025/08/11
Re: [Patch, fortran] PR121398 - gfortran rejects procedure binding on PDT
Jerry D
-
2025/08/11
Re: [PATCH] OpenMP: Improve front-end error-checking for "declare variant"
Tobias Burnus
-
2025/08/11
Re: [PATCH] D: Adjust the code-gen for a string constant.
Iain Buclaw
-
2025/08/11
[PATCH v2] libstdc++: Add symlink support on Windows
Adam Wood
-
2025/08/11
[to-be-committed][RISC-V] Improve initial code generation for addsi/adddi
Jeff Law
-
2025/08/11
Re: [PATCH] libstdc++: Adjust generate_canonical (P0952, LWG2524) [PR119739]
Tomasz Kaminski
-
2025/08/11
Re: [PATCH v3] Evaluate the object size by the size of the pointee type when the type is a structure with flexible array member which is annotated with counted_by.
Qing Zhao
-
2025/08/11
Re: [RFC PATCH v2 4/6] aarch64: Enable parsing of user-provided AArch64 CPU tuning parameters
Richard Sandiford
-
2025/08/11
[Patch, fortran] PR121398 - gfortran rejects procedure binding on PDT
Paul Richard Thomas
-
2025/08/11
Re: [PATCH v9 0/4] extend "counted_by" attribute to pointer fields of structures + fix PR120929
Qing Zhao
-
2025/08/11
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Frank Scheiner
-
2025/08/11
Re: [RFC PATCH v2 2/6] aarch64: Enable dumping of AArch64 CPU tuning parameters to JSON
Richard Sandiford
-
2025/08/11
[PING] [PATCH] Use x86 GFNI for vectorized constant byte shifts/rotates
Andi Kleen
-
2025/08/11
[committed][RISC-V] Don't run tests requiring "B" on designs without "B"
Jeff Law
-
2025/08/11
Re: [PATCH v9 3/4] Use the counted_by attribute of pointers in array bound checker.
Qing Zhao
-
2025/08/11
Re: [PATCH v1 2/2] libstdc++: Simplify precomputed partial products in <mdspan>.
Tomasz Kaminski
-
2025/08/11
[PATCH 2/2] tree-optimization/121493 - another missed VN with aggregate copy
Richard Biener
-
2025/08/11
[PATCH 1/2] Restrict aggregate copy VN generalization
Richard Biener
-
2025/08/11
Re: [PATCH v1 2/2] libstdc++: Simplify precomputed partial products in <mdspan>.
Luc Grosheintz
-
2025/08/11
[PATCH] tree-optimization/121488 - improve BIT_FIELD_REF lookup in VN
Richard Biener
-
2025/08/11
Re: [PATCH v1 2/2] libstdc++: Simplify precomputed partial products in <mdspan>.
Tomasz Kaminski
-
2025/08/11
Re: [PATCH v1 1/2] libstdc++: Reduce size static storage for __fwd_prod in mdspan.
Tomasz Kaminski
-
2025/08/11
Re: [PATCH v1 2/2] libstdc++: Simplify precomputed partial products in <mdspan>.
Tomasz Kaminski
-
2025/08/11
Re: [PATCH] fix cris-elf build with binutils-2.45
Hans-Peter Nilsson
-
2025/08/11
[PATCH v1 1/2] libstdc++: Reduce size static storage for __fwd_prod in mdspan.
Luc Grosheintz
-
2025/08/11
[PATCH v1 2/2] libstdc++: Simplify precomputed partial products in <mdspan>.
Luc Grosheintz
-
2025/08/11
[PATCH v1 0/2] Two cleanup patches for <mdspan>.
Luc Grosheintz
-
2025/08/11
[PATCH] Mark <queue>, <deque> constexpr
Thor Preimesberger
-
2025/08/11
RE: [PATCH v1] RISC-V: Refactor the vec_duplicate cost on gpr/fpr2vr-cost param
Li, Pan2
-
2025/08/11
Re: [PATCH v2] [x86] Enable unroll in the vectorizer when there's reduction for FMA/DOT_PROD_EXPR/SAD_EXPR
Richard Biener
-
2025/08/11
Re: [RFC PATCH v2 6/6] aarch64: Script to auto generate JSON tuning routines
Richard Sandiford
-
2025/08/11
[PATCH 07/10] testsuite: Add tests for fp resolutions of __atomic_fetch_add
mmalcomson
-
2025/08/11
Re: [PATCH] [testsuite] add missing require vect_early_break_hw for vect-tsvc
Torbjorn SVENSSON
-
2025/08/11
[PATCH 10/10] i386: Mark a tree node in i386.cc as TREE_SIDE_EFFECTS
mmalcomson
-
2025/08/11
[PATCH 05/10] c: c++: Expand into CAS loop in frontend
mmalcomson
-
2025/08/11
[PATCH 09/10] [Not For Commit] Add demo implementation of one of the operations
mmalcomson
-
2025/08/11
[PATCH 08/10] doc: Mention floating point atomic fetch_add etc in docs
mmalcomson
-
2025/08/11
[PATCH 06/10] builtins: optab: Tie the new atomic builtins to the backend
mmalcomson
-
2025/08/11
[PATCH 03/10] c: c++: Define new floating point builtin fetch_add functions
mmalcomson
-
2025/08/11
[PATCH 04/10] builtins: Add FP types for atomic builtin overload resolution
mmalcomson
-
2025/08/11
[PATCH 01/10] libatomic: Split concept of SUFFIX and SIZE in libatomic
mmalcomson
-
2025/08/11
[PATCH 00/10] Add FP overloads for __atomic_fetch_add etc
mmalcomson
-
2025/08/11
Re: [PATCH] [testsuite] add missing require vect_early_break_hw for vect-tsvc
Richard Biener
-
2025/08/11
Re: [PATCH v3 4/5] forwprop: Recongize a store of integral zero for optimize_aggr_zeroprop.
Richard Biener
-
2025/08/11
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Richard Biener
-
2025/08/11
[PATCH] tree-optimization/121362 - fixup thinko in earlier change
Richard Biener
-
2025/08/11
Re: [RFC PATCH v2 3/6] json: Add get_map() method to JSON object class
Richard Sandiford
-
2025/08/11
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Sam James
-
2025/08/11
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Frank Scheiner
-
2025/08/11
Re: [PATCH v4 0/1] Add warnings of potentially-uninitialized padding bits
Christopher Bazley
-
2025/08/11
Re: [PATCH v2 12/13] aarch64: CMPBR branches must be invertable
Richard Sandiford
-
2025/08/11
Re: [PATCH v2 05/13] aarch64: Fix gcs save/restore_stack_nonlocal
Richard Sandiford
-
2025/08/11
Re: [RFC PATCH v2 0/6] aarch64: Support for user-defined aarch64 tuning parameters in JSON
Richard Sandiford
-
2025/08/11
Re: [PATCH] Add ia64*-*-* to the list of obsolete targets
Richard Biener
-
2025/08/11
[committed] Fix comment typos
Jakub Jelinek
-
2025/08/10
Re: [PATCH 1/2] lra: Stop constraint processing on error [PR121205]
Stefan Schulze Frielinghaus
-
2025/08/10
[PATCH v2] [x86] Enable unroll in the vectorizer when there's reduction for FMA/DOT_PROD_EXPR/SAD_EXPR
liuhongt
-
2025/08/10
Re: [PATCH] c++: Fix structured binding redeclaration error recovery [PR121442]
Jason Merrill
-
2025/08/10
Re: [PATCH] c++: Fix up handling of name independent structured binding packs [PR117783]
Jason Merrill
-
2025/08/10
Re: [PATCH] c++: Implement mangling for structured binding packs [PR117783]
Jason Merrill
-
2025/08/10
[PATCH] D: Adjust the code-gen for a string constant.
Iain Sandoe