public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Musttail patchkit v6
 2024-06-03 17:02 UTC  (5+ messages)
` [PATCH v6 1/8] Improve must tail in RTL backend

[patch] libgomp: Enable USM for some nvptx devices
 2024-06-03 16:46 UTC  (3+ messages)

[PATCH] check_GNU_style: Use raw strings
 2024-06-03 16:43 UTC  (2+ messages)

Updated musttail patchkit
 2024-06-03 16:29 UTC  (17+ messages)
` [PATCH v7 1/9] Improve must tail in RTL backend
` [PATCH v7 2/9] Fix pro_and_epilogue for sibcalls at -O0
` [PATCH v7 3/9] Add a musttail generic attribute to the c-attribs table
` [PATCH v7 4/9] C++: Support clang compatible [[musttail]] (PR83324)
` [PATCH v7 5/9] C: Implement musttail attribute for returns
` [PATCH v7 6/9] Add tests for C/C++ musttail attributes
` [PATCH v7 7/9] Enable musttail tail conversion even when not optimizing
` [PATCH v7 8/9] Give better error messages for musttail
` [PATCH v7 9/9] Add documentation for musttail attribute

[PATCH] Fix -Wstringop-overflow warning in 23_containers/vector/types/1.cc
 2024-06-03 16:20 UTC  (6+ messages)
      ` [PATCH] Fix -Wstringop-overflow warning in 23_containers/vector/types/1.cc PR109849

[PATCH] libstdc++: Implement C++26 <debugging> features (P2546R5)
 2024-06-03 16:11 UTC  (7+ messages)

[PATCH 00/52] Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook
 2024-06-03 15:59 UTC  (78+ messages)
` [PATCH 01/52] ada: Replace use of LONG_DOUBLE_TYPE_SIZE
` [PATCH 02/52] d: "
` [PATCH 03/52] fortran: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
` [PATCH 04/52] go: "
` [PATCH 05/52] rust: "
` [PATCH 06/52] m2: "
` [PATCH 07/52] darwin: Replace use of LONG_DOUBLE_TYPE_SIZE
` [PATCH 08/52] vms: "
` [PATCH 09/52] Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_type
` [PATCH 10/52] jit: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
` [PATCH 11/52] arc: Remove macros {FLOAT,DOUBLE,LONG_DOUBLE}_TYPE_SIZE
` [PATCH 12/52] bpf: "
` [PATCH 13/52] epiphany: "
` [PATCH 14/52] fr30: "
` [PATCH 15/52] frv: "
` [PATCH 16/52] ft32: "
` [PATCH 17/52] gcn: "
  ` [PATCH 17/52] gcn: Remove macros {FLOAT, DOUBLE, LONG_DOUBLE}_TYPE_SIZE
` [PATCH 18/52] iq2000: Remove macros {FLOAT,DOUBLE,LONG_DOUBLE}_TYPE_SIZE
` [PATCH 19/52] lm32: "
` [PATCH 20/52] m32c: "
` [PATCH 21/52] m32r: "
` [PATCH 22/52] microblaze: "
` [PATCH 23/52] mmix: "
` [PATCH 24/52] moxie: "
` [PATCH 25/52] msp430: "
` [PATCH 26/52] nds32: "
` [PATCH 27/52] nios2: "
` [PATCH 28/52] nvptx: "
` [PATCH 29/52] or1k: "
` [PATCH 30/52] pdp11: Remove macro LONG_DOUBLE_TYPE_SIZE
` [PATCH 31/52] pru: Remove macros {FLOAT,DOUBLE,LONG_DOUBLE}_TYPE_SIZE
` [PATCH 32/52] stormy16: "
` [PATCH 33/52] visium: "
` [PATCH 34/52] xtensa: "
` [PATCH 35/52] rs6000: New hook implementation rs6000_c_mode_for_floating_type
` [PATCH 36/52] aarch64: New hook implementation aarch64_c_mode_for_floating_type
` [PATCH 37/52] alpha: New hook implementation alpha_c_mode_for_floating_type
` [PATCH 38/52] avr: New hook implementation avr_c_mode_for_floating_type
` [PATCH 39/52] i386: New hook implementation ix86_c_mode_for_floating_type
` [PATCH 40/52] ia64: New hook implementation ia64_c_mode_for_floating_type
` [PATCH 41/52] riscv: New hook implementation riscv_c_mode_for_floating_type
` [PATCH 42/52] rl78: New hook implementation rl78_c_mode_for_floating_type
` [PATCH 43/52] rx: New hook implementation rx_c_mode_for_floating_type
` [PATCH 44/52] s390: New hook implementation s390_c_mode_for_floating_type
` [PATCH 45/52] sh: New hook implementation sh_c_mode_for_floating_type
` [PATCH 46/52] h8300: New hook implementation h8300_c_mode_for_floating_type
` [PATCH 47/52] loongarch: New hook implementation loongarch_c_mode_for_floating_type
` [PATCH 48/52] m68k: New hook implementation m68k_c_mode_for_floating_type
` [PATCH 49/52] mips: New hook implementation mips_c_mode_for_floating_type
` [PATCH 50/52] pa: New hook implementation pa_c_mode_for_floating_type
` [PATCH 51/52] sparc: New hook implementation sparc_c_mode_for_floating_type
` [PATCH 52/52] bfin: Rename macros {FLOAT,DOUBLE}_TYPE_SIZE

[Patch, rs6000, aarch64, middle-end] Add implementation for different targets for pair mem fusion
 2024-06-03 15:58 UTC  (14+ messages)

[PATCH v2 1/2] Factor out static_assert constexpr string extraction for reuse
 2024-06-03 15:53 UTC  (5+ messages)
` [PATCH v2 2/2] C++: Support constexpr strings for asm statements

[PATCH] libstdc++: Optimize std::basic_string_view::starts_with
 2024-06-03 15:51 UTC  (2+ messages)

[PATCH] libstdc++: Fix simd<char> conversion for -fno-signed-char for Clang
 2024-06-03 15:31 UTC 

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

[PATCH] rs6000: Fix up PCH in --enable-host-pie builds [PR115324]
 2024-06-03 14:55 UTC 

[RFC][PATCH] PR tree-optimization/109071 - -Warray-bounds false positive warnings due to code duplication from jump threading
 2024-06-03 14:48 UTC  (12+ messages)

[r15-983 Regression] FAIL: gcc.target/i386/avx10_1-25.c (test for excess errors) on Linux/x86_64
 2024-06-03 14:21 UTC 

[PATCH] Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188]
 2024-06-03 14:20 UTC  (2+ messages)

[committed] i386: Force operand 1 of bswapsi2 to a register for !TARGET_BSWAP [PR115321]
 2024-06-03 13:51 UTC 

[PATCH] s390: testsuite: Fix nobp-table-jump-*.c
 2024-06-03 13:43 UTC 

[PATCH] Arm: Fix ldrd offset range [PR115153]
 2024-06-03 13:40 UTC 

[r15-984 Regression] FAIL: gcc.target/i386/pr86722.c scan-assembler-times (?n)(?:andnpd|andpd) 1 on Linux/x86_64
 2024-06-03 13:19 UTC 

[COMMITTED] Remove value_range typedef
 2024-06-03 12:54 UTC 

[PATCH] testsuite/115304 - properly guard gcc.dg/vect/slp-gap-1.c
 2024-06-03 12:45 UTC 

[r14-10271 Regression] FAIL: gcc.target/i386/avx10_1-25.c (test for excess errors) on Linux/x86_64
 2024-06-03 11:54 UTC 

[PATCH] ifcvt: Clarify if_info.original_cost
 2024-06-03 11:48 UTC  (2+ messages)

[PING] [PATCH v4 0/3] ifcvt: Allow if conversion of arithmetic in basic blocks with multiple sets
 2024-06-03 11:34 UTC  (4+ messages)
` [PING] [PATCH v4 1/3] [RFC] ifcvt: handle sequences that clobber flags in noce_convert_multiple_sets
` [PING] [PATCH v4 2/3] [RFC] ifcvt: Allow more operations in multiple set if conversion
` [PING] [PATCH v4 3/3] [RFC] ifcvt: Handle multiple rewired regs and refactor noce_convert_multiple_sets

nvptx: Support global constructors/destructors via 'collect2'
 2024-06-03 11:16 UTC  (8+ messages)
  ` nvptx target: Global constructor, destructor support, via nvptx-tools 'ld' (was: nvptx: Support global constructors/destructors via 'collect2')
    ` [patch] install.texi (nvptx): Recommend nvptx-tools 2024-05-30 (was: Re: nvptx target: Global constructor, destructor support, via nvptx-tools 'ld')
        ` [patch] install.texi (nvptx): Recommend nvptx-tools 2024-05-30

[PATCH] Implement wrap-around arithmetics in DWARF expressions
 2024-06-03 11:10 UTC  (2+ messages)

[committed] install.texi (gcn): Fix date of recommended newlib version
 2024-06-03 10:59 UTC 

[PATCH 2/2][final] RISC-V: Do single-lane SLP discovery for reductions
 2024-06-03  9:57 UTC 

[PATCH 1/2][final] Avoid inserting after a GIMPLE_COND with SLP and early break
 2024-06-03  9:52 UTC 

[PATCH] aarch64: adjust enum writeback after rename
 2024-06-03  9:46 UTC  (3+ messages)

[PATCH] vect: generate suitable convert insn for int -> int, float -> float and int <-> float
 2024-06-03  9:30 UTC  (10+ messages)
` [PATCH 0/3] Optimize __builtin_convertvector for x86-64-v4 and
  ` [PATCH 1/3] vect: generate suitable convert insn for int -> int, float -> float and int <-> float

[PATCH] aarch64: Support multiple variants including up to 3
 2024-06-03  9:22 UTC  (2+ messages)

[PATCH] pair-fusion: fix for older GCC
 2024-06-03  9:21 UTC  (3+ messages)

[COMMITTED] testsuite: Require vect_shift in gcc.dg/vect/pr112325.c [PR115303]
 2024-06-03  8:40 UTC 

[wwwdocs] gcc-15/changes.html (nvptx): Constructors are now supported
 2024-06-03  8:09 UTC 

[Patch, aarch64, middle-end\ v4: Move pair_fusion pass from aarch64 to middle-end
 2024-06-03  8:03 UTC  (4+ messages)

[patch] [gcn][nvptx] Add warning to mkoffload for 32bit host code
 2024-06-03  7:33 UTC  (2+ messages)
` [nvptx] *ping* - "

[PATCH] [x86] Add some preference for floating point rtl ifcvt when sse4.1 is not available
 2024-06-03  7:14 UTC  (2+ messages)

[PATCH] Add AVX10.1 target_clones support
 2024-06-03  6:49 UTC  (2+ messages)

RISC-V: Patches need to be backport to GCC-14
 2024-06-03  5:55 UTC  (2+ messages)

[PATCH] aarch64: Add vector popcount besides QImode [PR113859]
 2024-06-03  5:45 UTC  (2+ messages)
` Ping "

[PATCH v1 1/5] RISC-V: Add testcases for scalar unsigned SAT_ADD form 1
 2024-06-03  3:24 UTC  (11+ messages)
` [PATCH v1 2/5] RISC-V: Add testcases for scalar unsigned SAT_ADD form 2
` [PATCH v1 3/5] RISC-V: Add testcases for scalar unsigned SAT_ADD form 3
` [PATCH v1 4/5] RISC-V: Add testcases for scalar unsigned SAT_ADD form 4
` [PATCH v1 5/5] RISC-V: Add testcases for scalar unsigned SAT_ADD form 5

[PATCH-1v3, rs6000] Implement optab_isinf for SFDF and IEEE128
 2024-06-03  2:40 UTC  (2+ messages)
` Ping "

[PATCHv5] Optab: add isnormal_optab for __builtin_isnormal
 2024-06-03  2:37 UTC  (2+ messages)
` Ping "

[PATCHv5] Optab: add isfinite_optab for __builtin_isfinite
 2024-06-03  2:37 UTC  (2+ messages)
` Ping "

[PATCH v3 1/8] [APX NF]: Support APX NF add
 2024-06-03  1:08 UTC  (2+ messages)

[PATCH 5/6] vect: Support multiple lane-reducing operations for loop reduction [PR114440]
 2024-06-02 14:13 UTC  (3+ messages)

[Patch, aarch64 1/1] Additional interface function implementation
 2024-06-02 13:20 UTC 

[Patch, aarch64 1/2] aarch64: Additional interface function implementation
 2024-06-02 13:11 UTC 

[Patch, rs6000, middle-end 0/1] Add implementation for different targets for pair mem fusion
 2024-06-02 13:08 UTC 

[PATCH] s390: Implement TARGET_NOCE_CONVERSION_PROFITABLE_P [PR109549]
 2024-06-02 12:07 UTC  (3+ messages)
` [PATCH v2] "

[pushed] wwwdocs: mirrors: Remove gcc.fyxm.net
 2024-06-02 11:07 UTC 

[pushed] wwwdocs: mirrors: Remove gcc.fyxm.net
 2024-06-02 10:37 UTC 

[pushed] libstdc++: Move gcc.gnu.org links to https
 2024-06-02 10:36 UTC 

[pushed] wwwdocs: *: Move www.netlib.org to https
 2024-06-02  8:25 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).