public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] PR middle-end/111701: signbit(x*x) vs -fsignaling-nans
 2024-05-03 10:22 UTC  (6+ messages)

[wwwdocs] Add znver5 to GCC 14 changes
 2024-05-03  9:53 UTC  (3+ messages)

[PATCH] [ranger] Force buffer alignment in Value_Range [PR114912]
 2024-05-03  9:31 UTC  (2+ messages)

[PATCH] libstdc++: Update powerpc-linux-gnu baseline_symbols
 2024-05-03  9:29 UTC 

[PATCH V4 1/3] aarch64: Place target independent and dependent changed code in one file
 2024-05-03  8:55 UTC  (11+ messages)

[PATCH 0/3] Miscll fixlets
 2024-05-03  8:30 UTC  (11+ messages)
` [PATCH 1/3] docs: rtl: document GET_MODE_INNER
    ` [PATCH v2 "
` [PATCH 2/3] RISC-V: miscll comment fixes [NFC]
` [PATCH 3/3] combine: initialize a local var

[PATCH v2] Silence two instances of -Wcalloc-transposed-args
 2024-05-03  8:02 UTC 

[PATCH] tree-inline: Add __builtin_stack_{save,restore} pair about inline calls with calls to alloca [PR113596]
 2024-05-03  7:36 UTC  (2+ messages)

[Backport] ifcvt: Don't lower bitfields with non-constant offsets [PR 111882]
 2024-05-03  6:24 UTC  (2+ messages)

cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]
 2024-05-03  6:17 UTC  (2+ messages)

[PATCH v13 01/26] c++: Implement __is_const built-in trait
 2024-05-03  3:25 UTC  (116+ messages)
` [PATCH v14 00/26] Optimize more type traits
  ` [PATCH v14 21/26] c++: Implement __rank built-in trait
              ` Trait built-in naming convention
  ` [PATCH v16 00/26] Optimize more type traits
    ` [PATCH v16 01/26] c++: Implement __builtin_is_const trait
    ` [PATCH v16 02/26] libstdc++: Optimize std::is_const compilation performance
    ` [PATCH v16 03/26] c++: Implement __builtin_is_volatile trait
    ` [PATCH v16 04/26] libstdc++: Optimize std::is_volatile compilation performance
    ` [PATCH v16 05/26] c++: Implement __builtin_is_pointer trait
    ` [PATCH v16 06/26] libstdc++: Optimize std::is_pointer compilation performance
    ` [PATCH v16 07/26] c++: Implement __builtin_is_unbounded_array trait
    ` [PATCH v16 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
    ` [PATCH v16 09/26] c++: Implement __builtin_add_pointer trait
    ` [PATCH v16 10/26] libstdc++: Optimize std::add_pointer compilation performance
    ` [PATCH v16 11/26] c++: Implement __builtin_remove_extent trait
    ` [PATCH v16 12/26] libstdc++: Optimize std::remove_extent compilation performance
    ` [PATCH v16 13/26] c++: Implement __builtin_remove_all_extents trait
    ` [PATCH v16 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
    ` [PATCH v16 15/26] c++: Implement __builtin_add_lvalue_reference trait
    ` [PATCH v16 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
    ` [PATCH v16 17/26] c++: Implement __builtin_add_rvalue_reference trait
    ` [PATCH v16 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
    ` [PATCH v16 19/26] c++: Implement __builtin_decay trait
    ` [PATCH v16 20/26] libstdc++: Optimize std::decay compilation performance
    ` [PATCH v16 21/26] c++: Implement __builtin_rank trait
    ` [PATCH v16 22/26] libstdc++: Optimize std::rank compilation performance
    ` [PATCH v16 23/26] c++: Implement __builtin_is_invocable trait
    ` [PATCH v16 24/26] libstdc++: Optimize std::is_invocable compilation performance
    ` [PATCH v16 25/26] c++: Implement __builtin_is_nothrow_invocable trait
    ` [PATCH v16 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
    ` [PATCH v17 00/26] Optimize more type traits
      ` [PATCH v17 01/26] c++: Implement __is_const built-in trait
      ` [PATCH v17 02/26] libstdc++: Optimize std::is_const compilation performance
      ` [PATCH v17 03/26] c++: Implement __is_volatile built-in trait
      ` [PATCH v17 04/26] libstdc++: Optimize std::is_volatile compilation performance
      ` [PATCH v17 05/26] c++: Implement __is_pointer built-in trait
      ` [PATCH v17 06/26] libstdc++: Optimize std::is_pointer compilation performance
      ` [PATCH v17 07/26] c++: Implement __builtin_is_unbounded_array trait
      ` [PATCH v17 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
      ` [PATCH v17 09/26] c++: Implement __add_pointer built-in trait
      ` [PATCH v17 10/26] libstdc++: Optimize std::add_pointer compilation performance
      ` [PATCH v17 11/26] c++: Implement __remove_extent built-in trait
      ` [PATCH v17 12/26] libstdc++: Optimize std::remove_extent compilation performance
      ` [PATCH v17 13/26] c++: Implement __remove_all_extents built-in trait
      ` [PATCH v17 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
      ` [PATCH v17 15/26] c++: Implement __add_lvalue_reference built-in trait
      ` [PATCH v17 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
      ` [PATCH v17 17/26] c++: Implement __add_rvalue_reference built-in trait
      ` [PATCH v17 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
      ` [PATCH v17 19/26] c++: Implement __decay built-in trait
      ` [PATCH v17 20/26] libstdc++: Optimize std::decay compilation performance
      ` [PATCH v17 21/26] c++: Implement __array_rank built-in trait
      ` [PATCH v17 22/26] libstdc++: Optimize std::rank compilation performance
      ` [PATCH v17 23/26] c++: Implement __builtin_is_invocable trait
      ` [PATCH v17 24/26] libstdc++: Optimize std::is_invocable compilation performance
      ` [PATCH v17 25/26] c++: Implement __builtin_is_nothrow_invocable trait
      ` [PATCH v17 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
      ` [PATCH v18 00/26] Optimize more type traits
        ` [PATCH v18 01/26] c++: Implement __is_const built-in trait
        ` [PATCH v18 02/26] libstdc++: Optimize std::is_const compilation performance
        ` [PATCH v18 03/26] c++: Implement __is_volatile built-in trait
        ` [PATCH v18 04/26] libstdc++: Optimize std::is_volatile compilation performance
        ` [PATCH v18 05/26] c++: Implement __is_pointer built-in trait
        ` [PATCH v18 06/26] libstdc++: Optimize std::is_pointer compilation performance
        ` [PATCH v18 07/26] c++: Implement __is_unbounded_array built-in trait
        ` [PATCH v18 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
        ` [PATCH v18 09/26] c++: Implement __add_pointer built-in trait
        ` [PATCH v18 10/26] libstdc++: Optimize std::add_pointer compilation performance
        ` [PATCH v18 11/26] c++: Implement __remove_extent built-in trait
        ` [PATCH v18 12/26] libstdc++: Optimize std::remove_extent compilation performance
        ` [PATCH v18 13/26] c++: Implement __remove_all_extents built-in trait
        ` [PATCH v18 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
        ` [PATCH v18 15/26] c++: Implement __add_lvalue_reference built-in trait
        ` [PATCH v18 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
        ` [PATCH v18 17/26] c++: Implement __add_rvalue_reference built-in trait
        ` [PATCH v18 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
        ` [PATCH v18 19/26] c++: Implement __decay built-in trait
        ` [PATCH v18 20/26] libstdc++: Optimize std::decay compilation performance
        ` [PATCH v18 21/26] c++: Implement __array_rank built-in trait
        ` [PATCH v18 22/26] libstdc++: Optimize std::rank compilation performance
        ` [PATCH v18 23/26] c++: Implement __is_invocable built-in trait
          ` [PATCH v19 "
            ` [PATCH v20 "
        ` [PATCH v18 24/26] libstdc++: Optimize std::is_invocable compilation performance
        ` [PATCH v18 25/26] c++: Implement __is_nothrow_invocable built-in trait
        ` [PATCH v18 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance

[PATCH v1] RTL: Bugfix ICE after allow vector type in DSE
 2024-05-03  1:57 UTC  (5+ messages)
` [PATCH v3] DSE: Fix ICE after allow vector type in get_stored_val
` [PATCH v4] "

[PATCH v1] Internal-fn: Introduce new internal function SAT_ADD
 2024-05-03  1:45 UTC  (8+ messages)
` [PATCH v3] "

[committed][RISC-V] Fix nearbyint failure on rv32 and formatting nits
 2024-05-02 23:16 UTC 

[committed] [RISC-V] Improve floor, ceil & related operations for RISC-V
 2024-05-02 22:10 UTC  (3+ messages)

[PATCH] DCE __cxa_atexit calls where the function is pure/const [PR19661]
 2024-05-02 21:56 UTC 

[COMMITTED] Remove obsolete Solaris 11.3 support
 2024-05-02 21:45 UTC  (2+ messages)

[PATCH 1/3] Fix printing COMPOUND_EXPR in .original [PR23872]
 2024-05-02 21:39 UTC  (3+ messages)
` [PATCH 2/3] Improve DECL_EXPR printing "
` [PATCH 3/3] Add parentheses around DECL_INIT for "

[wwwdocs] Porting-to-14: Mention new pragma GCC Target behavior
 2024-05-02 21:39 UTC  (5+ messages)

[PATCH] libgm2: re-generate with autoreconf
 2024-05-02 21:32 UTC  (6+ messages)

[PATCH] libgfortran: Fix up the autoreconf warnings
 2024-05-02 21:30 UTC  (3+ messages)

Gcc
 2024-05-02 21:18 UTC 

[RFA][RISC-V] Improve constant synthesis for constants with 2 bits set
 2024-05-02 20:03 UTC  (3+ messages)

[PATCH] jit: Ensure ssize_t is defined
 2024-05-02 19:48 UTC 

[PATCH] Implement _Float16 to bfloat16 conversion with float32
 2024-05-02 19:44 UTC 

[PATCH 1/4] libbacktrace: change all pc related variables to uintptr_t
 2024-05-02 19:23 UTC  (12+ messages)
` [PATCH 4/4] libbacktrace: get debug information for loaded dlls
      ` [PATCH 5/4] libbacktrace: improve getting "

[PATCH 1/2] c++: requires-exprs and partial constraint subst [PR112769]
 2024-05-02 18:11 UTC  (8+ messages)
` [PATCH 2/2] c++: remove lookup_template_class's entering_scope flag

[PATCH] c++/modules: Fix dangling pointer with imported_temploid_friends
 2024-05-02 18:05 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH 1/1] gcc-14: document P1689R5 scanning output support
 2024-05-02 18:03 UTC  (3+ messages)
  ` [PATCHv2 wwwdocs "

[PATCH] c++/modules: Stream unmergeable temporaries by value again [PR114856]
 2024-05-02 17:53 UTC  (3+ messages)

[PATCH v2 0/6] btf: refactor and add pruning option
 2024-05-02 17:11 UTC  (7+ messages)
` [PATCH v2 1/6] ctf, btf: restructure CTF/BTF emission
` [PATCH v2 2/6] opts: allow any combination of DWARF, CTF, BTF
` [PATCH v2 3/6] ctf: use pointers instead of IDs internally
` [PATCH v2 4/6] btf: refactor and simplify implementation
` [PATCH v2 5/6] btf: add -fprune-btf option
` [PATCH v2 6/6] bpf,btf: enable BTF pruning by default for BPF

[PATCH] RISC-V: Add testcase for pr114734
 2024-05-02 16:23 UTC  (3+ messages)
  ` [Committed] "

[PATCH 0/6] btf: refactor and add pruning option
 2024-05-02 15:58 UTC  (3+ messages)
` [PATCH 3/6] ctf: use pointers instead of IDs internally

[committed] [RISC-V] Don't run new rounding tests on newlib risc-v targets
 2024-05-02 14:44 UTC 

[PATCH v2] gcc-14: Mention that some warnings are now errors
 2024-05-02 14:29 UTC  (3+ messages)

[PATCH RFA (cgraph)] c++: pragma target and static init [PR109753]
 2024-05-02 13:54 UTC 

[PATCH] c++: Clear is_unbraced_* when parsing declaration_seq_opt [PR114917]
 2024-05-02 13:45 UTC  (2+ messages)

[PATCH] fixincludes: add AC_CONFIG_MACRO_DIRS to configure.ac
 2024-05-02 13:36 UTC  (4+ messages)

[PATCH] MATCH: Maybe expand (T)(A + C1) * C2 and (T)(A + C1) * C2 + C3 [PR109393]
 2024-05-02 13:27 UTC  (4+ messages)

[PATCH][v3] tree-optimization/114921 - _Float16 -> __bf16 isn't noop
 2024-05-02 13:11 UTC 

[PATCH] Improve SLP dump and graph
 2024-05-02 13:10 UTC 

[pushed] Objective-C, NeXT, v2: Correct a regression in code-gen
 2024-05-02 13:05 UTC  (2+ messages)

[PATCH] rust: Add rust.install-dvi and rust.install-html rules
 2024-05-02 12:54 UTC  (4+ messages)

[Backport] tree-optimization/114672 - WIDEN_MULT_PLUS_EXPR type mismatch
 2024-05-02 12:49 UTC  (2+ messages)

[PATCH] tree-optimization/114921 - _Float16 -> __bf16 isn't noop
 2024-05-02 12:18 UTC 

[PATCH] tree-optimization/114921 - _Float16 -> __bf16 isn't noop
 2024-05-02 12:13 UTC 

[PATCH] tree-optimization/114921 - _Float16 -> __bf16 isn't noop
 2024-05-02 11:59 UTC 

[PATCH] libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]
 2024-05-02 11:26 UTC 

[PATCH] libstdc++: Fix std::chrono::tzdb to work with vanguard format
 2024-05-02 11:25 UTC  (2+ messages)

[COMMITTED] Cleanups to unsupported_range
 2024-05-02 11:18 UTC  (5+ messages)
` [COMMITTED] Reduce startup costs for Value_Range

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