public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC] decay vect tests from run to link for pr95401
 2024-04-30 12:39 UTC  (6+ messages)
  ` [PATCH] "

[PATCH] testsuite: gm2: Remove timeout overrides [PR114886]
 2024-04-30 11:56 UTC  (3+ messages)

[PATCH v1] RTL: Bugfix ICE after allow vector type in DSE
 2024-04-30 11:35 UTC  (19+ messages)
` [PATCH v2] DSE: Bugfix ICE after allow vector type in get_stored_val
` [PATCH v3] DSE: Fix "

K-12 Schools, Private Schools Contacts 2024
 2024-04-30 11:05 UTC 

[PATCH][Backport][GCC13] match.pd: Only merge truncation with conversion for -fno-signed-zeros
 2024-04-30 10:40 UTC  (2+ messages)

[PATCH 1/1] gcc-14: document P1689R5 scanning output support
 2024-04-30  9:24 UTC  (5+ messages)
  ` [PATCH wwwdocs "

[C PATCH] PR c/109618: ICE-after-error from error_mark_node
 2024-04-30  9:17 UTC  (4+ messages)

[PATCH] vect: Adjust vect_transform_reduction assertion [PR114883]
 2024-04-30  9:01 UTC  (2+ messages)

[PATCH] gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) 0 argument [PR114876]
 2024-04-30  9:01 UTC  (2+ messages)

[PATCH] fixincludes: add AC_CONFIG_MACRO_DIRS to configure.ac
 2024-04-30  8:54 UTC  (2+ messages)

[PATCH] libgm2: re-generate with autoreconf
 2024-04-30  8:53 UTC  (2+ messages)

[PATCH 00/16] prange supporting patchset
 2024-04-30  8:38 UTC  (19+ messages)
` [COMMITTED 01/16] Make vrange an abstract class
` [COMMITTED 02/16] Add a virtual vrange destructor
` [COMMITTED 03/16] Make some Value_Range's explicitly integer
` [COMMITTED 04/16] Add tree versions of lower and upper bounds to vrange
` [COMMITTED 05/16] Move bitmask routines to vrange base class
` [COMMITTED 06/16] Remove GTY support for vrange and derived classes
` [COMMITTED 07/16] Make fold_cond_with_ops use a boolean type for range_true/range_false
` [COMMITTED 08/16] Change range_includes_zero_p argument to a reference
` [COMMITTED 09/16] Verify that reading back from vrange_storage doesn't drop bits
` [COMMITTED 10/16] Accept a vrange in get_legacy_range
` [COMMITTED 11/16] Move get_bitmask_from_range out of irange class
` [COMMITTED 12/16] Make some integer specific ranges generic Value_Range's
` [COMMITTED 13/16] Accept any vrange in range_includes_zero_p
` [COMMITTED 14/16] Move print_irange_* out of vrange_printer class
` [COMMITTED 15/16] Remove range_zero and range_nonzero
` [COMMITTED 16/16] Callers of irange_bitmask must normalize value/mask pairs

[PATCH] s390: testsuite: Fix risbg-ll-2.c
 2024-04-30  8:34 UTC 

[PATCH] s390: testsuite: Fix zero_bits_compound-1.c
 2024-04-30  8:32 UTC 

[PATCH 1/2] MATCH: change single_non_singleton_phi_for_edges for singleton phis
 2024-04-30  8:10 UTC  (4+ messages)
` [PATCH 2/2] PHI-OPT: speed up value_replacement slightly

[PATCH] Don't assert for IFN_COND_{MIN,MAX} in vect_transform_reduction
 2024-04-30  8:09 UTC  (5+ messages)
  ` [PATCH] Don't assert for IFN_COND_{MIN, MAX} "

[PATCH 1/2] Add verification of gimple_assign_nontemporal_move_p [PR112976]
 2024-04-30  8:00 UTC  (4+ messages)
` [PATCH 2/2] Remove support for nontemporal stores with ssa_names on lhs [PR112976]

[PATCH 0/3] c++/modules: Fix some small issues with exported using-decls
 2024-04-30  7:59 UTC  (5+ messages)
` [PATCH 2/3] c++/modules: Propagate using decls from partitions

[PATCH] rust: Do not link with libdl and libpthread unconditionally
 2024-04-30  7:55 UTC  (2+ messages)

[PATCH] make -freg-struct-return visibly a negative alias of -fpcc-struct-return
 2024-04-30  7:41 UTC  (2+ messages)

[PATCH-4, rs6000] Optimize single cc bit reverse implementation
 2024-04-30  7:20 UTC 

[PATCH-3, rs6000] Set CC mode of vector string isolate insns to CCEQ
 2024-04-30  7:19 UTC 

[PATCH-2, rs6000] Add a new type of CC mode - CCLTEQ
 2024-04-30  7:18 UTC 

[PATCH-1, rs6000] Add a new type of CC mode - CCBCD for bcd insns [PR100736, PR114732]
 2024-04-30  7:18 UTC 

[PATCH] PHIOPT: Value-replacement check undef
 2024-04-30  7:12 UTC  (2+ messages)

[PATCH] Fortran: fix issues with class(*) assignment [PR114827]
 2024-04-30  5:50 UTC  (2+ messages)

[PATCH][gcc-13] LoongArch: Fix eh_return epilogue for normal returns
 2024-04-30  1:15 UTC  (2+ messages)
` [pushed][PATCH][gcc-13] "

[PATCH][gcc-12] LoongArch: Fix eh_return epilogue for normal returns
 2024-04-30  1:10 UTC  (2+ messages)
` [pushed][PATCH][gcc-12] "

[PATCH] c++: Implement C++26 P0609R3 - Attributes for Structured Bindings [PR114456]
 2024-04-30  0:13 UTC  (2+ messages)

enable __ieee128 for p9vector tests
 2024-04-29 23:11 UTC  (12+ messages)
      ` ppc: testsuite: prune float128 partial support warnings
        ` [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128 (was: Re: ppc: testsuite: prune float128 partial support warnings)
              ` [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128

[PATCH] c++/modules: Fix instantiation of imported temploid friends [PR114275]
 2024-04-29 22:37 UTC  (8+ messages)
` [PATCH v2 2/2] "
      ` [PATCH v3 2/2] c++: "
          ` [PATCH v4 "

[PATCH] c++/modules: imported spec befriending class tmpl [PR114889]
 2024-04-29 22:24 UTC  (2+ messages)

[PATCH] c++: ICE with templated sizeof(E1) / sizeof(E2) [PR114888]
 2024-04-29 22:19 UTC  (3+ messages)

[PATCH] libcpp: Adjust __STDC_VERSION__ for C23
 2024-04-29 21:42 UTC  (2+ messages)

libgo patch commited: Dump register on Solaris
 2024-04-29 18:40 UTC 

[PATCH] libgcc: Don't use weakrefs for glibc 2.34
 2024-04-29 18:32 UTC  (4+ messages)
  ` [PATCH] libgcc: Do use weakrefs for glibc 2.34 on GNU Hurd

libgo patch committed: Use <stdbool.h> in runtime/runtime.h
 2024-04-29 17:59 UTC 

[PATCH] Add widening expansion of MULT_HIGHPART_EXPR for integral modes
 2024-04-29 16:11 UTC 

[PATCH] Minor tweaks to code computing modular multiplicative inverse
 2024-04-29 15:52 UTC  (3+ messages)

[PATCH] Remove m_nloops field from loop_versioning
 2024-04-29 15:22 UTC  (2+ messages)

[PATCH][Backport][GCC12] match.pd: Only merge truncation with conversion for -fno-signed-zeros
 2024-04-29 15:10 UTC 

[PATCH] arm: [MVE intrinsics] Fix support for predicate constants [PR target/114801]
 2024-04-29 13:43 UTC  (3+ messages)

[PATCH] rust: Add rust.install-dvi and rust.install-html rules
 2024-04-29 13:30 UTC  (3+ messages)

[PATCH] regalloc: Ignore '^' in early costing [PR114766]
 2024-04-29 12:59 UTC 

[PATCH] RISC-V: Refine the condition for add additional vars in RVV cost model
 2024-04-29 11:26 UTC  (4+ messages)
` [PATCH v2] "

[Patch, fortran] PR114859 - [14/15 Regression] Seeing new segmentation fault in same_type_as since r14-9752
 2024-04-29 11:25 UTC  (4+ messages)

[PATCH] libstdc++: Implement ranges::concat_view from P2542R7
 2024-04-29  9:11 UTC  (2+ messages)

adjust vectorization expectations for ppc costmodel 76b
 2024-04-29  8:56 UTC  (7+ messages)
` [PATCH] "

[PATCH v1] RISC-V: Fix ICE for legitimize move on subreg const_poly_move
 2024-04-29  8:33 UTC  (8+ messages)
` [PATCH v2] RISC-V: Fix ICE for legitimize move on subreg const_poly_int [PR114885]

[PATCH] libstdc++: Update Solaris baselines for GCC 14.0
 2024-04-29  8:14 UTC  (2+ messages)

[PATCH] libstdc++: Update Solaris baselines for GCC 13.2
 2024-04-29  8:13 UTC  (2+ messages)

[PATCH v1] Internal-fn: Introduce new internal function SAT_ADD
 2024-04-29  7:53 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] RISC-V: Fix parsing of Zic* extensions
 2024-04-29  7:09 UTC  (3+ messages)

[PATCH v3] MIPS: Add MIN/MAX.fmt instructions support for MIPS R6
 2024-04-29  3:52 UTC  (2+ messages)

[PATCH v2] MIPS: Add MIN/MAX.fmt instructions support for MIPS R6
 2024-04-29  3:38 UTC  (4+ messages)

[PATCH] config-ml.in: Fix multi-os-dir search
 2024-04-29  3:15 UTC  (3+ messages)

[PATCH] Silence two instances of -Wcalloc-transposed-args
 2024-04-28 23:46 UTC 

[PATCH v3 1/2] Driver: Add new -truncate option
 2024-04-28 23:27 UTC  (3+ messages)
` [PATCH v3 2/2] lto-wrapper: Truncate files using -truncate driver option [PR110710]

[PATCH] Minor range type fixes for IPA in preparation for prange
 2024-04-28 20:09 UTC 

[PATCH] expmed: TRUNCATE value1 if needed in store_bit_field_using_insv
 2024-04-28 18:37 UTC 

[PATCH 1/4] libbacktrace: change all pc related variables to uintptr_t
 2024-04-28 18:16 UTC  (11+ messages)
` [PATCH 4/4] libbacktrace: get debug information for loaded dlls
      ` [PATCH 5/4] libbacktrace: improve getting "

re:info
 2024-04-28 16:14 UTC 

[pushed] doc: Update David Binderman's entry in contrib.texi
 2024-04-28 11:43 UTC 

[PATCH] PR tree-opt/113673: Avoid load merging from potentially trapping additions
 2024-04-28  9:11 UTC 

[PATCH] [x86] Adjust alternative *k to ?k for avx512 mask in zero_extend patterns
 2024-04-28  8:18 UTC  (2+ messages)

enable sqrt insns for cdce3.c
 2024-04-28  7:40 UTC  (9+ messages)
` [PATCH v2] [testsuite] require sqrt_insn effective target where needed

xfail fetestexcept test - ppc always uses fcmpu
 2024-04-28  7:35 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] ppc: testsuite: vec-mul requires vsx runtime
 2024-04-28  7:33 UTC  (4+ messages)

[PATCH] [x86] Optimize 64-bit vector permutation with punpcklqdq + 128-bit vector pshuf
 2024-04-28  6:03 UTC 

[PATCH 1/2] [x86] Support dot_prod optabs for 64-bit vector
 2024-04-28  5:58 UTC  (2+ messages)
` [PATCH 2/2] Extend usdot_prodv*qi with vpmaddwd when AVXVNNI/AVX512VNNI is not available

[PATCH] Update libbid according to the latest Intel Decimal Floating-Point Math Library
 2024-04-28  5:50 UTC 

Trophy Sale
 2024-04-28  0:23 UTC 

Bottle Sale
 2024-04-28  0:23 UTC 

[PATCH] arm: Zero/Sign extends for CMSE security
 2024-04-27 14:13 UTC  (6+ messages)
        ` [PATCH] testsuite: Verify r0-r3 are extended with CMSE

[PATCH] libiberty/buildargv: POSIX behaviour for backslash handling
 2024-04-27  9:48 UTC  (3+ messages)
` [PATCHv2 0/2] Changes to libiberty buildargv

[PATCH] LoongArch: Add constraints for bit string operation define_insn_and_split's [PR114861]
 2024-04-27  5:18 UTC  (3+ messages)
  ` Pushed: "

[PATCH] RISC-V: Add -X to link spec
 2024-04-27  0:34 UTC  (2+ messages)

[PATCH] vax: resolve long-standing documentation bugs re floating-point codegen [PR79646]
 2024-04-26 22:38 UTC  (2+ messages)

[PATCH] aarch64: Use cinc for small constants instead of just add [PR112304]
 2024-04-26 17:37 UTC 

[PATCH] aarch64: Fix normal returns inside functions which use eh_returns [PR114843]
 2024-04-26 17:07 UTC 

[PATCH] i386: Fix array index overflow in pr105354-2.c
 2024-04-26 16:16 UTC  (3+ messages)

[committed] libstdc++: Do not apply localized formatting to NaN and inf [PR114863]
 2024-04-26 15:03 UTC 

[PATCH] libgccjit: Add ability to get CPU features
 2024-04-26 13:51 UTC  (9+ messages)
    ` Frontend access to target features (was Re: [PATCH] libgccjit: Add ability to get CPU features)

[PATCH] middle-end/114734 - wrong code with expand_call_mem_ref
 2024-04-26 13:50 UTC 

[PATCH] wwwdocs: Add note to changes.html for __has_{feature,extension}
 2024-04-26 13:31 UTC  (6+ messages)

[COMMITTED] gcc-14: Add Ada changes
 2024-04-26 13:25 UTC  (3+ messages)

[PATCH] c++: fix source printing for "required from here" message
 2024-04-26 11:52 UTC  (5+ messages)

[committed] libstdc++: Adjust whitespace in status tables in manual
 2024-04-26 11:00 UTC  (3+ messages)
` [committed,gcc-13] libstdc++: Update status tables to refer to GCC 13 not mainline
` [committed,gcc-14] libstdc++: Update status tables to refer to GCC 14 "

[PATCH] amdgcn: Add gfx90c target
 2024-04-26 10:42 UTC  (4+ messages)
  ` [wwwdocs] gcc-14/changes.html (AMD GCN): Mention gfx90c support

[PATCH][GCC] aarch64: Fix SCHEDULER_IDENT for Cortex-A510
 2024-04-26  9:20 UTC  (3+ messages)

[PATCH] PR middle-end/111701: signbit(x*x) vs -fsignaling-nans
 2024-04-26  8:17 UTC 

[PATCH V2 0/4] Add DF_LIVE_SUBREG data and apply to IRA and LRA
 2024-04-25 20:56 UTC  (3+ messages)
` [PATCH 2/4] df: Add DF_LIVE_SUBREG problem

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