Messages by Date
-
2025/12/16
Re: [PATCH] libstdc++: Update default -std for testsuite
Tomasz Kaminski
-
2025/12/16
Re: [PATCH] libstdc++: Update tzdata to 2025c
Tomasz Kaminski
-
2025/12/16
[PATCH] c++: Non-inline temploid friends should still be COMDAT [PR122819]
Nathaniel Shead
-
2025/12/16
[PATCH] testsuite: diagnostics: Fix gcc.dg/plugin/crash-test-nested-write-through-null.c etc. on Solaris
Rainer Orth
-
2025/12/16
Re: [PATCH] libstdc++: Optimize compilation time for signed/unsigned integer traits
Jonathan Wakely
-
2025/12/16
[PATCH] libstdc++: Update default -std for testsuite
Jonathan Wakely
-
2025/12/16
[PATCH] libstdc++: Update tzdata to 2025c
Jonathan Wakely
-
2025/12/16
Re: [PATCH] libstdc++: Optimize compilation time for signed/unsigned integer traits
Tomasz Kaminski
-
2025/12/16
Re: [PATCH] libstdc++: Optimize compilation time for signed/unsigned integer traits
Jonathan Wakely
-
2025/12/16
Re: question about __builtin___memcpy_chk and friends
Richard Biener
-
2025/12/16
[PATCH v3] x86: Add AMD znver6 processor support
Umesh Kalvakuntla
-
2025/12/16
Re: [PATCH] ch: Improve detection of non-executed loop exit
Andrew Pinski
-
2025/12/16
Re: [PATCH 2/2] aarch64: Add memtag-stack tests
Claudiu Zissulescu
-
2025/12/16
Re: [PATCH 1/2] Haifa scheduler: Prevent splitting of fusion pairs in dispatch scheduling
Kyrylo Tkachov
-
2025/12/16
Re: [PATCH v5 1/2] expmed: Copy back the destination register in store_bit_field_1, when needed
Konstantinos Eleftheriou
-
2025/12/16
Re: [PATCH] ch: Improve detection of non-executed loop exit
Richard Biener
-
2025/12/16
Re: [PATCH] libphobos libgo: Fix dealing with boilerplate [PR122794]
Stefan Schulze Frielinghaus
-
2025/12/16
RE: [PATCH][vect]: generate new scalar early break IV as unsigned [PR123089]
Tamar Christina
-
2025/12/16
Re: [PATCH][vect]: generate new scalar early break IV as unsigned [PR123089]
Richard Biener
-
2025/12/16
[PATCH V12], Add -mcpu=future to the PowerPC
Michael Meissner
-
2025/12/16
Re: [PATCH v2] libstdc++: On Windows, retrieve thread-local variables via functions
LIU Hao
-
2025/12/15
Re: [PATCH v5 1/2] targethooks: Change SAME_FUNCTION_VERSIONS hook to support checking mergeability
Andrew Pinski
-
2025/12/15
Re: [PATCH v5 1/2] targethooks: Change SAME_FUNCTION_VERSIONS hook to support checking mergeability
Andrew Pinski
-
2025/12/15
Re: [PATCH] ipa/122456 - fix ICE during LTO profiledbootstrap
Richard Biener
-
2025/12/15
Re: [PATCH] cprop_hardreg: Prevent copy propagation from a non-frame, related insn to a frame related insn
Eric Botcazou
-
2025/12/15
Re: [PATCH] libstdc++: Optimize compilation time for signed/unsigned integer traits
Tomasz Kaminski
-
2025/12/15
Re: [PATCH] libstdc++: Optimize compilation time for signed/unsigned integer traits
Tomasz Kaminski
-
2025/12/15
Re: [PATCH] Generate Algol68 frontend online docs
Richard Biener
-
2025/12/15
[PATCH] ch: Improve detection of non-executed loop exit
Andrew Pinski
-
2025/12/15
Re: [PATCH v1] c, c++: Improve -Waddress warnings [PR88232]
Peter0x44
-
2025/12/15
RE: [PATCH] x86-64: Inline memmove with overlapping unaligned loads and stores
Thirumurthy, Suganya
-
2025/12/15
Re: [PATCH] libstdc++: Optimize compilation time for signed/unsigned integer traits
Patrick Palka
-
2025/12/15
[PATCH] libga68: Make _libga68_u32_cmp static
Pietro Monteiro
-
2025/12/15
Re: [PATCH 1/2] Haifa scheduler: Prevent splitting of fusion pairs in dispatch scheduling
Maxim Kuvyrkov
-
2025/12/15
Re: [PATCH] Generate Algol68 frontend online docs
Pietro Monteiro
-
2025/12/15
Re: [PATCH][wwwdocs] Use a list for the "Free for all" kinds of changes
Gerald Pfeifer
-
2025/12/15
Re: [PATCH] openmp: Provide fixit hints for -Wdeprecated-openmp diagnostics from C++ FE
Jakub Jelinek
-
2025/12/15
Re: [PATCH] openmp: Provide fixit hints for -Wdeprecated-openmp diagnostics from C++ FE
Gerald Pfeifer
-
2025/12/15
[Ada] Fix ICE when comparing reduction expression with integer constant
Eric Botcazou
-
2025/12/15
Re: [PATCH 1/9] c++: C++26 Reflection [PR120775]
Marek Polacek
-
2025/12/15
Re: [PATCH] ifcombine: Replace force_gimple_operand_gsi with gimple_build [PR122987]
Pengxuan Zheng
-
2025/12/15
Re: [PATCH 1/9] c++: C++26 Reflection [PR120775]
Marek Polacek
-
2025/12/15
[PATCH] libstdc++: Optimize compilation time for signed/unsigned integer traits
Jonathan Wakely
-
2025/12/15
Re: question about __builtin___memcpy_chk and friends
Andrew MacLeod
-
2025/12/15
question about __builtin___memcpy_chk and friends
Andrew MacLeod
-
2025/12/15
[PATCH v2 0/1] aarch64: Add the ability to have three types in an sve/sme intrinsic name
Claudio Bantaloukas
-
2025/12/15
[PATCH v2 1/1] aarch64: Add the ability to have three types in an sve/sme intrinsic name
Claudio Bantaloukas
-
2025/12/15
Re: [PATCH] PR122936 Read for user defined data types in Fortran fails ...
Harald Anlauf
-
2025/12/15
[committed] libgomp: Avoid -Waddress warning
Jakub Jelinek
-
2025/12/15
Re: testsuite: Support plugin testing for installed compiler
Jakub Jelinek
-
2025/12/15
Re: [PATCH] match.pd: Optimize (A ^ B) & C ^ B to (A & C)|(B & ~C) late in pipeline
Segher Boessenkool
-
2025/12/15
Re: [PATCH] match.pd: Optimize (A ^ B) & C ^ B to (A & C)|(B & ~C) late in pipeline
Segher Boessenkool
-
2025/12/15
[PATCH][vect]: generate new scalar early break IV as unsigned [PR123089]
Tamar Christina
-
2025/12/15
Re: [PATCH] match.pd: Optimize (A ^ B) & C ^ B to (A & C)|(B & ~C) late in pipeline
Segher Boessenkool
-
2025/12/15
[pushed: r16-6137] analyzer: fix strlen(STRING_CST + OFFSET) [PR123085]
David Malcolm
-
2025/12/15
[pushed: r16-6136] analyzer: fold X + (-X) to zero [PR122975]
David Malcolm
-
2025/12/15
Re: [PATCH] match.pd: Optimize (A ^ B) & C ^ B to (A & C)|(B & ~C) late in pipeline
Kishan Parmar
-
2025/12/15
Re: [PATCH] libgomp, amdgcn, nvptx: Improve omp_target_is_accessible [PR121813]
Andrew Stubbs
-
2025/12/15
Re: [PATCH 3/3] ipa-devirt: Add speculative direct calls based on stores to structures
Martin Jambor
-
2025/12/15
Re: [PATCH 2/3] cgraph: cgraph_indirect_call_info into a class hierachy
Martin Jambor
-
2025/12/15
RE: [PATCH v2] aarch64: Add cortex-a320 core
Tamar Christina
-
2025/12/15
[PATCH v2] aarch64: Add cortex-a320 core
Alfie Richards
-
2025/12/15
Re: [PATCH v5 1/3] Driver: Add support for Windows resource files (.rc, .res) [PR108866]
Jonathan Yong
-
2025/12/15
Re: [PATCH] Add -fcombine-op-with-volatile-memory-load
Segher Boessenkool
-
2025/12/15
Re: [PATCH v2] c++: Don't record lambdas in concept evaluations [PR123075]
Patrick Palka
-
2025/12/15
Re: [PATCH] ipa/122456 - fix ICE during LTO profiledbootstrap
Jan Hubicka
-
2025/12/15
Re: [PATCH] optabs: Add else operand to LEN_LOAD.
Segher Boessenkool
-
2025/12/15
Re: PATCH] [Bug 123067] LICM wrong code
Jakub Jelinek
-
2025/12/15
Re: [PATCH] ipa/122456 - fix ICE during LTO profiledbootstrap
Richard Biener
-
2025/12/15
Re: [PATCH] final_cleanup: Don't create forwarder blocks for degenerate_phis that are ifconvertable [PR123111]
Richard Biener
-
2025/12/15
Re: PATCH] [Bug 123067] LICM wrong code
Richard Biener
-
2025/12/15
[committed] openmp: Fix next variable initialization in cp_parser_omp_clause_linear [PR123128]
Jakub Jelinek
-
2025/12/15
Re: [PATCH] libphobos libgo: Fix dealing with boilerplate [PR122794]
Iain Buclaw
-
2025/12/15
[PATCH] openmp: Enable -fopenmp-simd for SIMT architecture
Andrew Stubbs
-
2025/12/15
[PATCH v4 9/9] aarch64: add 8-bit floating point dot product
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 7/9] aarch64: add Multi-vector 8-bit floating-point multiply-add long
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 5/9] aarch64: add multi-vector floating-point adjust exponent intrinsics
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 6/9] aarch64: add basic support for sme-f8f16 and sme-f8f32
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 4/9] aarch64: add narrowing sme2 conversions to fp8
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 8/9] aarch64: add 8-bit floating-point sum of outer products and accumulate
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 1/9] aarch64: add tests for sme mfloat8 luti functions
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 3/9] aarch64: add widening sme2 fp8 conversions
Claudio Bantaloukas
-
2025/12/15
[PATCH v4 0/9] aarch64: Add fp8 sme 2.1 features per ACLE 2024Q4
Claudio Bantaloukas
-
2025/12/15
Re: [PATCH v5 1/2] expmed: Copy back the destination register in store_bit_field_1, when needed
Konstantinos Eleftheriou
-
2025/12/15
[PATCH] defaults: Use argument in default EH_RETURN_DATA_REGNO definition [PR123115]
Jakub Jelinek
-
2025/12/15
Re: [PATCH 4/5] a68: minor readability improvement
Mohammad-Reza Nabipoor
-
2025/12/15
Re: [PATCH v3 0/9] aarch64: Add fp8 sme 2.1 features per ACLE 2024Q4
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 9/9] aarch64: add 8-bit floating point dot product
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 6/9] aarch64: add basic support for sme-f8f16 and sme-f8f32
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 0/9] aarch64: Add fp8 sme 2.1 features per ACLE 2024Q4
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 5/9] aarch64: add multi-vector floating-point adjust exponent intrinsics
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 8/9] aarch64: add 8-bit floating-point sum of outer products and accumulate
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 7/9] aarch64: add Multi-vector 8-bit floating-point multiply-add long
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 1/9] aarch64: add tests for sme mfloat8 luti functions
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 3/9] aarch64: add widening sme2 fp8 conversions
Claudio Bantaloukas
-
2025/12/15
[PATCH v3 4/9] aarch64: add narrowing sme2 conversions to fp8
Claudio Bantaloukas
-
2025/12/15
Ping: [PATCH] libiberty/testsuite: make test-pexecute's -t option a little more useful
Jan Beulich
-
2025/12/15
Re: [PATCH v2] x86: Add AMD znver6 processor support
Jan Hubicka
-
2025/12/15
[PATCH 2/2][vect]: add testcase from [PR123032]
Tamar Christina
-
2025/12/15
[PATCH 1/2][vect]: add testcase from [PR123043]
Tamar Christina
-
2025/12/15
[PATCH] simplify-rtx: Fix up (ne (ior (ne x 0) y) 0) simplification [PR123114]
Jakub Jelinek
-
2025/12/15
Re: [PATCH 5/5] a68: add import from .m68 file
Jose E. Marchesi
-
2025/12/15
[PATCH] c++: initialize constructor_possible_p with LOCAL_CLASS_P
Ben Wu
-
2025/12/15
[Ada] Fix ICE in fld_incomplete_type_of when building GtkAda with LTO
Eric Botcazou
-
2025/12/15
Re: [PATCH 4/5] a68: minor readability improvement
Jose E. Marchesi
-
2025/12/15
Re: [PATCH 3/5] a68: fix dump of encoded string mode
Jose E. Marchesi
-
2025/12/14
Re: [PATCH v6 0/3] fmv: Add -ftarget-clones-table option support
Andre Simoes Dias Vieira
-
2025/12/14
[gcc-wwwdocs PATCH] gcc-12/13/14/15/16: Mention changes for Intel x86_64 and add changes between minor versions
Haochen Jiang
-
2025/12/14
Re: [PATCH v2] x86: Add AMD znver6 processor support
Hongtao Liu
-
2025/12/14
RE: [PATCH v2] x86: Add AMD znver6 processor support
Jiang, Haochen
-
2025/12/14
Re: [PATCH 2/5] a68: add Poke description of module exports for 32-bit systems
Jose E. Marchesi
-
2025/12/14
Re: [PATCH 1/5] a68: fix comment and magic number in ga68-exports.pk
Jose E. Marchesi
-
2025/12/14
[COMMITTED] Add myself to DCO section
Jose E. Marchesi
-
2025/12/14
Re: [PATCH] cprop_hardreg: Prevent copy propagation from a non-frame, related insn to a frame related insn
Surya Kumari Jangala
-
2025/12/14
[PATCH v2] x86: Add AMD znver6 processor support
Umesh Kalvakuntla
-
2025/12/14
Re: [PATCH] cleanupcfg: Reject forwarder blocks where dest is eh landing pad or a non-local dest [PR123110]
Jeff Law
-
2025/12/14
Re: [PATCH v5 2/2] asf: Enable pass at O2 or higher on AArch64
Jeff Law
-
2025/12/14
Re: [PATCH v5 1/2] expmed: Copy back the destination register in store_bit_field_1, when needed
Jeff Law
-
2025/12/14
Re: [PATCH] RISC-V: Rename UPPERCAE_NAME to UPPERCASE_NAME
Jeff Law
-
2025/12/14
Re: [PATCH] Remove score files in libgcc
Jeff Law
-
2025/12/14
[PATCH 4/5] a68: minor readability improvement
Mohammad-Reza Nabipoor
-
2025/12/14
[PATCH 5/5] a68: add import from .m68 file
Mohammad-Reza Nabipoor
-
2025/12/14
[PATCH 1/5] a68: fix comment and magic number in ga68-exports.pk
Mohammad-Reza Nabipoor
-
2025/12/14
[PATCH 3/5] a68: fix dump of encoded string mode
Mohammad-Reza Nabipoor
-
2025/12/14
[PATCH 2/5] a68: add Poke description of module exports for 32-bit systems
Mohammad-Reza Nabipoor
-
2025/12/14
RE: [r16-6032 Regression] FAIL: gfortran.dg/vect/pr86421.f90 -O (test for excess errors) on Linux/x86_64
Jiang, Haochen
-
2025/12/14
Re: [PATCH] aarch64: Cache the PCS value for a function
Andrew Pinski
-
2025/12/14
[PATCH] PR122936 Read for user defined data types in Fortran fails ...
Jerry D
-
2025/12/14
[PATCH] [Bug gcov-profile/123019] Fix Virtual SSA ICE
Kugan Vivekanandarajah
-
2025/12/14
Re: [PATCH] final_cleanup: Don't create forwarder blocks for degenerate_phis that are ifconvertable [PR123111]
Andrew Pinski
-
2025/12/14
Re: [PATCH] middle-end: Fix spurious -Walloc-size-larger-than warning during LTO [PR106409]
Lewis Hyatt
-
2025/12/14
Re: [PATCH] aarch64: Cache the PCS value for a function
Andrew Pinski
-
2025/12/14
Re: [PATCH] aarch64: Cache the PCS value for a function
Alfie Richards
-
2025/12/14
Re: [PATCH v2] c, plugin: Add c_parse_component_ref callback
Jasper Niebuhr
-
2025/12/14
[PATCH] Remove score files in libgcc
Peter Damianov
-
2025/12/14
Re: [PATCH] final_cleanup: Don't create forwarder blocks for degenerate_phis that are ifconvertable [PR123111]
Richard Biener
-
2025/12/14
Re: [PATCH] cprop_hardreg: Prevent copy propagation from a non-frame, related insn to a frame related insn
Eric Botcazou
-
2025/12/14
Re: [PATCH] cprop_hardreg: Prevent copy propagation from a non-frame, related insn to a frame related insn
Segher Boessenkool
-
2025/12/14
Re: [PATCH] cprop_hardreg: Prevent copy propagation from a non-frame, related insn to a frame related insn
Eric Botcazou
-
2025/12/14
Re: [PATCH] final_cleanup: Don't create forwarder blocks for degenerate_phis that are ifconvertable [PR123111]
Jeff Law
-
2025/12/14
Re: [PATCH] aarch64: Cache the PCS value for a function
Iain Sandoe
-
2025/12/14
Re: [PATCH] cprop_hardreg: Prevent copy propagation from a non-frame, related insn to a frame related insn
Surya Kumari Jangala
-
2025/12/14
Re: [PATCH] forwardprop: Reject vector comparisons that don't exist [PR123107]
Richard Biener
-
2025/12/14
[PATCH 2/2] xtensa: Improve usage of SALT/SALTU instructions
Takayuki 'January June' Suwa
-
2025/12/14
[PATCH 1/2] xtensa: Remove variables only used to pass the return of end_sequence()
Takayuki 'January June' Suwa
-
2025/12/14
[PATCH] forwardprop: Reject vector comparisons that don't exist [PR123107]
Andrew Pinski
-
2025/12/14
[PATCH] final_cleanup: Don't create forwarder blocks for degenerate_phis that are ifconvertable [PR123111]
Andrew Pinski
-
2025/12/13
[PATCH] RISC-V: Rename UPPERCAE_NAME to UPPERCASE_NAME
Jerry Zhang Jian
-
2025/12/13
PATCH] [Bug 123067] LICM wrong code
Kugan Vivekanandarajah
-
2025/12/13
[PATCH] cleanupcfg: Reject forwarder blocks where dest is eh landing pad or a non-local dest [PR123110]
Andrew Pinski
-
2025/12/13
Re: [PATCH 2/3] c++: fully encode TYPENAME_TYPE tag type
Jason Merrill
-
2025/12/13
[PATCH v6] c/c++: Make stack protection guard an internal symbol
H.J. Lu
-
2025/12/13
[PATCH v2] c++: Don't record lambdas in concept evaluations [PR123075]
Nathaniel Shead
-
2025/12/13
Re: [PATCH] final_cleanupcfg: Make sure TODO_cleanup_cfg is unset
Richard Biener
-
2025/12/13
Re: [PATCH v2] ch: Improve copy header when the bbs are predicated as non-executed [PR122734]
Jan Hubicka
-
2025/12/13
[PATCH] c++: Fix injected-class-name lookup with multiple bases [PR122509]
Egas Ribeiro
-
2025/12/13
[PATCH] final_cleanupcfg: Make sure TODO_cleanup_cfg is unset
Andrew Pinski
-
2025/12/13
[PATCH] openmp: Improve Fortran Diagnostics for Linear Clause
Gio T
-
2025/12/13
Re: [PATCH] c++: Don't record lambdas in concept evaluations [PR123075]
Patrick Palka
-
2025/12/13
Re: [PATCH] c++: Don't record lambdas in concept evaluations [PR123075]
Patrick Palka
-
2025/12/13
Re: [PATCH 2/3] c++: fully encode TYPENAME_TYPE tag type
Patrick Palka
-
2025/12/13
Re: [PATCH 2/3] c++: fully encode TYPENAME_TYPE tag type
Patrick Palka
-
2025/12/13
Re: [PATCH 2/3] c++: fully encode TYPENAME_TYPE tag type
Jason Merrill
-
2025/12/13
Re: [PATCH] c++: delay noexcept parsing for templated friends [PR122668]
Jason Merrill
-
2025/12/13
Re: [PATCH 2/3] c++: fully encode TYPENAME_TYPE tag type
Patrick Palka
-
2025/12/13
Re: [PATCH] c++: Don't record lambdas in concept evaluations [PR123075]
Jason Merrill
-
2025/12/13
Re: [PATCH v2] c++: Fix ICE with type aliases in inherited CTAD [PR122070]
Egas Ribeiro
-
2025/12/13
[PATCH v2] c++: Fix ICE with type aliases in inherited CTAD [PR122070]
Egas Ribeiro
-
2025/12/13
[COMMITTED] a68: handling of PUB in contracted declarations
Jose E. Marchesi
-
2025/12/13
Re: [PATCH 1/9] c++: C++26 Reflection [PR120775]
Jakub Jelinek
-
2025/12/13
[PATCH] c++: Don't record lambdas in concept evaluations [PR123075]
Nathaniel Shead
-
2025/12/13
Re: [PATCH 1/9] c++: C++26 Reflection [PR120775]
Jason Merrill
-
2025/12/13
Re: [PATCH] match: disable some match patterns for non GIMPLE
Richard Biener
-
2025/12/13
Re: [PATCH v2] ch: Improve copy header when the bbs are predicated as non-executed [PR122734]
Richard Biener
-
2025/12/13
Re: [PATCH] middle-end: Fix spurious -Walloc-size-larger-than warning during LTO [PR106409]
Richard Biener
-
2025/12/13
Re: [PATCH] s390: Support global stack protector canary
Stefan Schulze Frielinghaus
-
2025/12/13
[PATCH] match: disable some match patterns for non GIMPLE
Andrew Pinski
-
2025/12/13
Re: [PATCH v5] c/c++: Make stack protection guard an internal symbol
Stefan Schulze Frielinghaus
-
2025/12/13
Re: [PATCH] x86: improve lea peepholes
Uros Bizjak
-
2025/12/13
Re: [PATCH] c++: Fix ICE with type aliases in inherited CTAD [PR122070]
Egas Ribeiro
-
2025/12/12
Re: [PATCH] analyzer: reimplement supergraph to eliminate function_point and stmt_finder
Dimitar Dimitrov
-
2025/12/12
Re: [PATCH] x86: improve lea peepholes
Alexandre Oliva
-
2025/12/12
Re: [PATCH v2] ch: Improve copy header when the bbs are predicated as non-executed [PR122734]
Andrew Pinski
-
2025/12/12
Re: [PATCH 2/3] c++: fully encode TYPENAME_TYPE tag type
Jason Merrill
-
2025/12/12
Re: [PATCH 1/3] c++: restrict TYPE_POLYMORPHIC_P to class types
Jason Merrill
-
2025/12/12
Re: [PATCH 3/3] c++: avoid in-place modification of TYPENAME_TYPE
Jason Merrill
-
2025/12/12
Re: [PATCH] c++: nested typename type resolving to wildcard type [PR122752]
Jason Merrill
-
2025/12/12
Re: [PATCH v9 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
Kees Cook
-
2025/12/12
Re: [PATCH v9 1/7] typeinfo: Introduce KCFI typeinfo mangling API
Kees Cook
-
2025/12/12
Re: [PATCH v9 5/7] aarch64: Add AArch64 Kernel Control Flow Integrity implementation
Kees Cook
-
2025/12/12
Re: [PATCH v9 1/7] typeinfo: Introduce KCFI typeinfo mangling API
Andrew Pinski
-
2025/12/12
Re: [PATCH v9 1/7] typeinfo: Introduce KCFI typeinfo mangling API
Kees Cook
-
2025/12/12
Re: [PATCH] C: fix issues when supporting counted_by fields in anonymous structure/unions [PR122495,PR122496]
Kees Cook
-
2025/12/12
Re: [PATCH] cgraph: Move next/previous from symtab to toplevel_node [PR122955]
Andrew Pinski
-
2025/12/12
[PATCH] middle-end: Fix spurious -Walloc-size-larger-than warning during LTO [PR106409]
Lewis Hyatt
-
2025/12/12
Re: [PATCH v9 1/7] typeinfo: Introduce KCFI typeinfo mangling API
Andrew Pinski
-
2025/12/12
Re: [PATCH v9 5/7] aarch64: Add AArch64 Kernel Control Flow Integrity implementation
Andrew Pinski
-
2025/12/12
[PATCH v2] c++: Fix ICE with lambdas combining explicit and implicit template params [PR117518]
Egas Ribeiro
-
2025/12/12
[committed] Fix libgomp.fortran/dep-uses-allocators.f90 (was: [committed] OpenMP/Fortran: uses_allocators - suggest 5.2 format in the warning)
Tobias Burnus
-
2025/12/12
[committed] OpenMP/Fortran: uses_allocators - suggest 5.2 format in the warning
Tobias Burnus