public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Don't simplify NAN/INF or out-of-range constant for FIX/UNSIGNED_FIX
 2024-06-04 14:27 UTC  (3+ messages)

[PATCH] Fix PR c++/111106: missing ; causes internal compiler error
 2024-06-04 14:18 UTC  (4+ messages)

[PATCH-1] fwprop: Replace rtx_cost with insn_cost in try_fwprop_subst_pattern [PR113325]
 2024-06-04 14:14 UTC  (2+ messages)

[PATCH] ranger: Improve CLZ fold_range [PR115337]
 2024-06-04 14:09 UTC  (2+ messages)

[PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]
 2024-06-04 13:53 UTC 

[PATCH 1/2] Simplify (AND (ASHIFTRT A imm) mask) to (LSHIFTRT A imm) for vector mode
 2024-06-04 13:50 UTC  (3+ messages)

Musttail patchkit v6
 2024-06-04 13:49 UTC  (8+ messages)
` [PATCH v6 1/8] Improve must tail in RTL backend

[PATCH] fold-const: Handle CTZ like CLZ in tree_call_nonnegative_warnv_p [PR115337]
 2024-06-04 13:46 UTC  (2+ messages)

[PATCH] fold-const, gimple-fold: Some formatting cleanups
 2024-06-04 13:46 UTC  (2+ messages)

[PATCH] fold-const: Fix up CLZ handling in tree_call_nonnegative_warnv_p [PR115337]
 2024-06-04 13:45 UTC  (2+ messages)

[RFC/RFA] [PATCH 08/12] Add a new pass for naive CRC loops detection
 2024-06-04 13:41 UTC 

PATCH] AArch64: Fix cpu features initialization [PR115342]
 2024-06-04 13:28 UTC  (2+ messages)

[PATCH v1] Internal-fn: Add new IFN mask_len_strided_load/store
 2024-06-04 13:22 UTC  (2+ messages)

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

[PATCH] Record edge true/false value for gcov
 2024-06-04 12:26 UTC 

RFC: Support for pragma clang loop interleave_count(N)
 2024-06-04 12:08 UTC  (4+ messages)

[PATCH] Implement -fassume-sane-operator-new [PR110137]
 2024-06-04 11:57 UTC  (2+ messages)

[PATCH 00/52] Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook
 2024-06-04 11:35 UTC  (58+ messages)
` [PATCH 01/52] ada: Replace use of LONG_DOUBLE_TYPE_SIZE
` [PATCH 02/52] d: "
        ` [PATCH 02/52 v2] "
` [PATCH 03/52] fortran: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
  ` [PATCH 03/52] fortran: Replace uses of {FLOAT, {, LONG_}DOUBLE}_TYPE_SIZE
` [PATCH 06/52] m2: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
` [PATCH 07/52] darwin: Replace use of LONG_DOUBLE_TYPE_SIZE
` [PATCH 09/52] Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_type
  ` [PATCH 09/52] Replace {FLOAT, {, LONG_}DOUBLE}_TYPE_SIZE "
    ` [PATCH 09/52 v2] "
` [PATCH 14/52] fr30: Remove macros {FLOAT,DOUBLE,LONG_DOUBLE}_TYPE_SIZE
` [PATCH 15/52] frv: "
` [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 20/52] m32c: "
` [PATCH 21/52] m32r: "
` [PATCH 25/52] msp430: "
` [PATCH 31/52] pru: "
` [PATCH 32/52] stormy16: "
` [PATCH 34/52] xtensa: "
` [PATCH 36/52] aarch64: New hook implementation aarch64_c_mode_for_floating_type
` [PATCH 39/52] i386: New hook implementation ix86_c_mode_for_floating_type
` [PATCH 43/52] rx: New hook implementation rx_c_mode_for_floating_type
` [PATCH 47/52] loongarch: New hook implementation loongarch_c_mode_for_floating_type
` [PATCH 49/52] mips: New hook implementation mips_c_mode_for_floating_type
` [PATCH 51/52] sparc: New hook implementation sparc_c_mode_for_floating_type

[COMMITTED] testsuite: i386: Require ifunc support in gcc.target/i386/avx10_1-25.c etc
 2024-06-04 11:34 UTC 

[Patch, PR Fortran/90072] Polymorphic Dispatch to Polymophic Return Type Memory Leak
 2024-06-04 10:24 UTC 

[patch] libgomp: Enable USM for some nvptx devices
 2024-06-04  8:51 UTC  (6+ messages)

[RFC][PATCH] PR tree-optimization/109071 - -Warray-bounds false positive warnings due to code duplication from jump threading
 2024-06-04  7:43 UTC  (13+ messages)

[PATCH 0/13 ver 3] rs6000, built-in cleanup patch series
 2024-06-04  7:19 UTC  (21+ messages)
` [PATCH 1/13 ver 3] s6000, Remove __builtin_vsx_cmple* builtins
  ` [PATCH 1/13 ver 3] rs6000, "
` [PATCH 3/13 ver 3] rs6000, fix error in unsigned vector float to unsigned int built-in definition
` [PATCH 4/13 ver 3] rs6000, extend the current vec_{un,}signed{e,o} built-ins
` [PATCH 5/13 ver 3] rs6000, Remove redundant float/double type conversions
` [PATCH 7/13 ver 3] rs6000, add overloaded vec_sel with int128 arguments
` [PATCH 8/13 ver 3] rs6000, remove the vec_xxsel built-ins, they are, duplicates
` [PATCH 9/13 ver 3] rs6000, remove __builtin_vsx_vperm_* built-ins
` [PATCH 11/13 ver 3] rs6000, extend vec_xxpermdi built-in for __int128 args
` [PATCH 12/13 ver 3] rs6000, remove __builtin_vsx_xvcmpeqsp_p built-in
` [PATCH 13/13 ver 3] rs6000, remove vector set and vector init built-ins

[PATCH] builtins: Force SAVE_EXPR for __builtin_{add,sub,mul}_overflow and __builtin{add,sub}c [PR108789]
 2024-06-04  7:05 UTC  (2+ messages)

[PATCH] rs6000: Fix up PCH in --enable-host-pie builds [PR115324]
 2024-06-04  6:50 UTC  (3+ messages)
  ` [PATCH] rs6000: Decrease code size of rs6000_init_generated_builtins [PR115324]

[PATCH] c: Fix up pointer types to may_alias structures [PR114493]
 2024-06-04  6:33 UTC 

[PATCH] fix PowerPC < 7 w/ Altivec not to default to power7
 2024-06-04  5:57 UTC  (4+ messages)

[r15-983 Regression] FAIL: gcc.target/i386/avx10_1-25.c (test for excess errors) on Linux/x86_64
 2024-06-04  3:26 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V: Add basic Zaamo and Zalrsc support
 2024-06-04  3:00 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support
` [PATCH v2 3/3] RISC-V: Add Zalrsc amo-op patterns

[PATCH] [x86] Adjust testcase for -march=cascadelake
 2024-06-04  2:16 UTC 

[PATCH 0/3] Add support for -mcpu=power11
 2024-06-04  1:46 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Add tuning support for power11
` [PATCH 3/3] Add power11 tests

[PATCH] aarch64: Add fix_truncv4sfv4hi2 pattern [PR113882]
 2024-06-04  1:09 UTC 

Updated musttail patchkit
 2024-06-04  0:17 UTC  (11+ messages)
` [PATCH v7 4/9] C++: Support clang compatible [[musttail]] (PR83324)
` [PATCH v7 6/9] Add tests for C/C++ musttail attributes

[PATCH] Fortran: fix ALLOCATE with SOURCE=, zero-length character [PR83865]
 2024-06-03 23:59 UTC  (2+ messages)

[Ada] Document the SuSE kernel bug
 2024-06-03 23:10 UTC  (2+ messages)

[PATCH] testsuite: analyzer: Skip tests with non-numeric macros on Solaris [PR107750]
 2024-06-03 21:11 UTC  (2+ messages)

[pushed] diagnostics: add SARIF property artifact.roles (3.24.6)
 2024-06-03 20:56 UTC 

[PATCH] Add config file so b4 uses inbox.sourceware.org automatically
 2024-06-03 20:33 UTC  (2+ messages)

[PATCH v2] RISC-V: Add Zfbfmin extension
 2024-06-03 20:30 UTC  (2+ messages)

[PATCH 1/2] libstdc++: Handle extended alignment in std::get_temporary_buffer [PR105258]
 2024-06-03 20:22 UTC  (5+ messages)
` [PATCH 2/2] libstdc++: Reuse temporary buffer utils in <stacktrace>
` [PATCH v2 1/2] libstdc++: Handle extended alignment in std::get_temporary_buffer [PR105258]

[PATCH] libstdc++: Fix simd<char> conversion for -fno-signed-char for Clang
 2024-06-03 20:04 UTC  (2+ messages)

[PATCH] RISC-V: Add min/max patterns for ifcvt
 2024-06-03 19:29 UTC  (4+ messages)

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

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

[C PATCH, v3] Fix for redeclared enumerator initialized with different type [PR115109]
 2024-06-03 17:37 UTC  (2+ messages)

[PATCH v3 1/3] diagnostics: Enable escape sequence processing on windows consoles
 2024-06-03 17:07 UTC  (3+ messages)
` [PATCH v3 2/3] diagnostics: Don't hardcode auto_enable_urls to false for mingw hosts
` [PATCH v3 3/3] pretty-print: Don't translate escape sequences to windows console API

[PATCH] c-family: Introduce the -Winvalid-noreturn flag from clang with extra tuneability
 2024-06-03 17:04 UTC  (4+ messages)

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

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

[Patch, rs6000, aarch64, middle-end] Add implementation for different targets for pair mem fusion
 2024-06-03 15:58 UTC  (13+ 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)

[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] 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] [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)

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).