public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC] Introduce -finline-memset-loops
 2023-09-15  7:59 UTC  (8+ messages)
          ` Introduce -finline-stringops (was: Re: [RFC] Introduce -finline-memset-loops)
            ` Introduce -finline-stringops

Question on -fwrapv and -fwrapv-pointer
 2023-09-15  7:43 UTC  (11+ messages)

[PATCH] fortran: Remove reference count update [PR108957]
 2023-09-15  7:18 UTC 

[PATCH] use local range for one more pattern in match.pd
 2023-09-15  6:28 UTC  (2+ messages)

[PATCH] MATCH: Improve zero_one_valued_p for cases without range information
 2023-09-15  6:27 UTC  (2+ messages)

[PATCH] MATCH: Fix `(1 >> X) != 0` pattern for vector types
 2023-09-15  6:17 UTC  (2+ messages)

[PATCH] tree optimization/111407--SSA corruption due to widening_mul opt
 2023-09-15  6:12 UTC  (2+ messages)

[PATCH] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
 2023-09-15  6:07 UTC 

[PATCH] RISC-V: Refactor expand_reduction and cleanup enum reduction_type
 2023-09-15  5:06 UTC 

[PATCH v2] Modify gas uleb128 support test
 2023-09-15  4:04 UTC 

[PATCH] LoongArch: gcc: Modify gas uleb128 support test
 2023-09-15  3:59 UTC  (5+ messages)

[PATCH] RISC-V: Support VLS modes vec_init auto-vectorization
 2023-09-15  3:53 UTC 

[PATCH v1] LoongArch: Add floating point conditional move support
 2023-09-15  3:33 UTC 

[PATCH] LoongArch: Reimplement multilib build option handling
 2023-09-15  2:44 UTC  (2+ messages)
` [pushed][PATCH] "

[PATCH v1] LoongArch: Check whether binutils supports the relax function. If supported, explicit relocs are turned off by default
 2023-09-15  2:40 UTC 

[PATCH v11 00/40] Optimize type traits performance
 2023-09-15  2:35 UTC  (86+ messages)
` [PATCH v11 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
` [PATCH v12 00/40] Optimize type traits performance
  ` [PATCH v12 01/40] c++: Sort built-in identifiers alphabetically
  ` [PATCH v12 02/40] c++: Implement __is_const built-in trait
  ` [PATCH v12 03/40] libstdc++: Optimize is_const trait performance
  ` [PATCH v12 04/40] c++: Implement __is_volatile built-in trait
  ` [PATCH v12 05/40] libstdc++: Optimize is_volatile trait performance
  ` [PATCH v12 06/40] c++: Implement __is_array built-in trait
  ` [PATCH v12 07/40] libstdc++: Optimize is_array trait performance
  ` [PATCH v12 08/40] c++: Implement __is_unbounded_array built-in trait
  ` [PATCH v12 09/40] libstdc++: Optimize is_unbounded_array trait performance
  ` [PATCH v12 10/40] c++: Implement __is_bounded_array built-in trait
  ` [PATCH v12 11/40] libstdc++: Optimize is_bounded_array trait performance
  ` [PATCH v12 12/40] c++: Implement __is_scoped_enum built-in trait
  ` [PATCH v12 13/40] libstdc++: Optimize is_scoped_enum trait performance
  ` [PATCH v12 14/40] c++: Implement __is_member_pointer built-in trait
  ` [PATCH v12 15/40] libstdc++: Optimize is_member_pointer trait performance
  ` [PATCH v12 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
  ` [PATCH v12 17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
  ` [PATCH v12 18/40] c++: Implement __is_member_function_pointer built-in trait
  ` [PATCH v12 19/40] libstdc++: Optimize is_member_function_pointer trait performance
  ` [PATCH v12 20/40] c++: Implement __is_member_object_pointer built-in trait
  ` [PATCH v12 21/40] libstdc++: Optimize is_member_object_pointer trait performance
  ` [PATCH v12 22/40] c++: Implement __is_reference built-in trait
  ` [PATCH v12 23/40] libstdc++: Optimize is_reference trait performance
  ` [PATCH v12 24/40] c++: Implement __is_function built-in trait
  ` [PATCH v12 25/40] libstdc++: Optimize is_function trait performance
  ` [PATCH v12 26/40] libstdc++: Optimize is_object "
  ` [PATCH v12 27/40] c++: Implement __remove_pointer built-in trait
  ` [PATCH v12 28/40] libstdc++: Optimize remove_pointer trait performance
  ` [PATCH v12 29/40] c++, libstdc++: Implement __is_pointer built-in trait
  ` [PATCH v12 30/40] libstdc++: Optimize is_pointer trait performance
  ` [PATCH v12 31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
  ` [PATCH v12 32/40] libstdc++: Optimize is_arithmetic trait performance
  ` [PATCH v12 33/40] libstdc++: Optimize is_fundamental "
  ` [PATCH v12 34/40] libstdc++: Optimize is_compound "
  ` [PATCH v12 35/40] c++: Implement __is_unsigned built-in trait
  ` [PATCH v12 36/40] libstdc++: Optimize is_unsigned trait performance
  ` [PATCH v12 37/40] c++, libstdc++: Implement __is_signed built-in trait
  ` [PATCH v12 38/40] libstdc++: Optimize is_signed trait performance
  ` [PATCH v12 39/40] c++, libstdc++: Implement __is_scalar built-in trait
  ` [PATCH v12 40/40] libstdc++: Optimize is_scalar trait performance
  ` [PATCH v13 00/40] Optimize type traits performance
    ` [PATCH v13 01/40] c++: Sort built-in identifiers alphabetically
    ` [PATCH v13 02/40] c++: Implement __is_const built-in trait
    ` [PATCH v13 03/40] libstdc++: Optimize is_const trait performance
    ` [PATCH v13 04/40] c++: Implement __is_volatile built-in trait
    ` [PATCH v13 05/40] libstdc++: Optimize is_volatile trait performance
    ` [PATCH v13 06/40] c++: Implement __is_array built-in trait
    ` [PATCH v13 07/40] libstdc++: Optimize is_array trait performance
    ` [PATCH v13 08/40] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v13 09/40] libstdc++: Optimize is_unbounded_array trait performance
    ` [PATCH v13 10/40] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v13 11/40] libstdc++: Optimize is_bounded_array trait performance
    ` [PATCH v13 12/40] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v13 13/40] libstdc++: Optimize is_scoped_enum trait performance
    ` [PATCH v13 14/40] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v13 15/40] libstdc++: Optimize is_member_pointer trait performance
    ` [PATCH v13 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
    ` [PATCH v13 17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
    ` [PATCH v13 18/40] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v13 19/40] libstdc++: Optimize is_member_function_pointer trait performance
    ` [PATCH v13 20/40] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v13 21/40] libstdc++: Optimize is_member_object_pointer trait performance
    ` [PATCH v13 22/40] c++: Implement __is_reference built-in trait
    ` [PATCH v13 23/40] libstdc++: Optimize is_reference trait performance
    ` [PATCH v13 24/40] c++: Implement __is_function built-in trait
    ` [PATCH v13 25/40] libstdc++: Optimize is_function trait performance
    ` [PATCH v13 26/40] libstdc++: Optimize is_object "
    ` [PATCH v13 27/40] c++: Implement __remove_pointer built-in trait
    ` [PATCH v13 28/40] libstdc++: Optimize remove_pointer trait performance
    ` [PATCH v13 29/40] c++, libstdc++: Implement __is_pointer built-in trait
    ` [PATCH v13 30/40] libstdc++: Optimize is_pointer trait performance
    ` [PATCH v13 31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
    ` [PATCH v13 32/40] libstdc++: Optimize is_arithmetic trait performance
    ` [PATCH v13 33/40] libstdc++: Optimize is_fundamental "
    ` [PATCH v13 34/40] libstdc++: Optimize is_compound "
    ` [PATCH v13 35/40] c++: Implement __is_unsigned built-in trait
    ` [PATCH v13 36/40] libstdc++: Optimize is_unsigned trait performance
    ` [PATCH v13 37/40] c++, libstdc++: Implement __is_signed built-in trait
    ` [PATCH v13 38/40] libstdc++: Optimize is_signed trait performance
    ` [PATCH v13 39/40] c++, libstdc++: Implement __is_scalar built-in trait
    ` [PATCH v13 40/40] libstdc++: Optimize is_scalar trait performance

[PATCH v1] RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV intrinsic
 2023-09-15  2:32 UTC  (7+ messages)
` [PATCH v3] "
    `  "

[PATCH] Checking undefined_p before using the vr
 2023-09-15  2:07 UTC  (5+ messages)

[PATCH] RISC-V: Support combine extend and reduce sum to widen reduce sum
 2023-09-15  1:46 UTC  (3+ messages)

[PATCH] [RISC-V] fix PR 111259 invalid zcmp mov predicate
 2023-09-15  1:20 UTC 

[PATCH V4] RISC-V: Expand VLS mode to scalar mode move[PR111391]
 2023-09-14 22:28 UTC  (6+ messages)
    `  "

[pushed] diagnostics: support multithreaded diagnostic paths
 2023-09-14 20:40 UTC 

[PATCH v2] analyzer: Call off a superseding when diagnostics are unrelated [PR110830]
 2023-09-14 20:39 UTC  (2+ messages)
` [pushed] analyzer: fix missing return in compatible_epath_p

[PATCH] ggc, jit: forcibly clear GTY roots in jit
 2023-09-14 20:33 UTC  (7+ messages)

[pushed] analyzer: use unique_ptr for rejected_constraint
 2023-09-14 20:31 UTC 

[PATCH] Fortran: improve bounds-checking for array sections [PR30802]
 2023-09-14 20:22 UTC 

[COMMITTED] gcc: xtensa: use salt/saltu in xtensa_expand_scc
 2023-09-14 19:10 UTC 

[PATCH] libstdc++: Use C++20 constraints in <bit>
 2023-09-14 18:58 UTC  (3+ messages)

[Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions
 2023-09-14 18:44 UTC  (8+ messages)
  ` gcc-patches From rewriting mailman settings (Was: [Linaro-TCWG-CI] gcc patch #75674: FAIL: 68 regressions)

[PATCH] aarch64: Ensure const and sign correctness
 2023-09-14 16:58 UTC 

[pushed] [RA]: Improve cost calculation of pseudos with equivalences
 2023-09-14 15:28 UTC 

[PATCH] AArch64: Improve immediate expansion [PR105928]
 2023-09-14 15:24 UTC 

[PATCH 0/8] OpenMP: lvalue parsing and "declare mapper" support
 2023-09-14 15:13 UTC  (3+ messages)
` [PATCH 8/8] OpenMP: Fortran "!$omp declare "

[PATCH 2/2] RISC-V: Refactor vector reduction patterns
 2023-09-14 15:01 UTC  (4+ messages)

[PATCH 1/2] RISC-V: Cleanup redundant reduction patterns after refactor vector mode
 2023-09-14 15:01 UTC  (3+ messages)

RFC: Introduce -fhardened to enable security-related flags
 2023-09-14 14:48 UTC  (2+ messages)

[PATCH] aarch64: Restore SVE WHILE costing
 2023-09-14 14:38 UTC 

[PATCH] RISC-V: Support VLS modes mask operations
 2023-09-14 14:34 UTC  (3+ messages)

[PATCH] Harmonize headers between both dg-extract-results scripts
 2023-09-14 14:24 UTC 

[PATCHSET] Reintroduce targetrustm hooks
 2023-09-14 13:44 UTC  (4+ messages)

[committed] libstdc++: Add testcase for std::make_integer_sequence bug [PR111357]
 2023-09-14 13:32 UTC 

[committed] libstdc++: Support dg-additional-files in tests
 2023-09-14 13:27 UTC 

[committed] libstdc++: Remove some more unconditional uses of atomics
 2023-09-14 13:27 UTC 

[PATCH] tree-optimization/111294 - backwards threader PHI costing
 2023-09-14 13:23 UTC 

[COMMITTED] ada: Improve detection of deactivated code for warnings with -gnatwt
 2023-09-14 12:46 UTC 

[COMMITTED] ada: Assertion failure on expansion of record with invariant
 2023-09-14 12:46 UTC 

[COMMITTED] ada: Assertion failure on calculation of Large_Max_Size_Mutable
 2023-09-14 12:46 UTC 

[COMMITTED] ada: Assertion failure on for-of loop iterating on selected component
 2023-09-14 12:46 UTC 

[COMMITTED] ada: Fix late finalization for function call in delta aggregate
 2023-09-14 12:46 UTC 

[COMMITTED] ada: Fix premature finalization in loop over limited iterable container
 2023-09-14 12:46 UTC 

[COMMITTED] ada: Assertion failure adding extra formals to late overriding subp
 2023-09-14 12:45 UTC 

[PATCH v4] [tree-optimization/110279] Consider FMA in get_reassociation_width
 2023-09-14 12:43 UTC 

[PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2023-09-14 12:10 UTC  (3+ messages)
` [PING][PATCH "

[PATCH 00/13] [RFC] Support Intel APX EGPR
 2023-09-14 12:09 UTC  (5+ messages)
` [PATCH 01/13] [APX EGPR] middle-end: Add insn argument to base_reg_class

[PATCH 1/2] arm: Add define_attr to to create a mapping between MVE predicated and unpredicated insns
 2023-09-14 12:07 UTC  (3+ messages)
` [PING][PATCH "

[PATCH] tree-optimization/111294 - better DCE after forwprop
 2023-09-14 11:16 UTC 

[PATCH] ira: Consider save/restore costs of callee-save registers [PR110071]
 2023-09-14 10:45 UTC 

[PATCH] aarch64: Coerce addresses to be suitable for LD1RQ
 2023-09-14 10:42 UTC 

[PATCH] core: Support heap-based trampolines
 2023-09-14 10:18 UTC  (5+ messages)

[PATCH V3] RISC-V: Expand VLS mode to scalar mode move[PR111391]
 2023-09-14 10:08 UTC  (9+ messages)
  `  "

[PATCH 2/2] libstdc++: Add dg-require-thread-fence in several tests
 2023-09-14  9:25 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] testsuite: Fix gcc.target/arm/mve/mve_vadcq_vsbcq_fpscr_overwrite.c
 2023-09-14  9:13 UTC  (2+ messages)

[PATCH] libstdc++: Remove some more unconditional uses of atomics
 2023-09-14  9:11 UTC  (6+ messages)

[PATCH] MATCH: Support `(a != (CST+1)) & (a > CST)` optimizations
 2023-09-14  9:04 UTC  (2+ messages)

[PATCH] Improve error message for if with an else part while in switch
 2023-09-14  8:38 UTC  (2+ messages)

[PATCH-1v2, rs6000] Enable SImode in FP registers on P7 [PR88558]
 2023-09-14  8:35 UTC  (3+ messages)

[PATCH v4] libgfortran: Replace mutex with rwlock
 2023-09-14  8:33 UTC  (6+ 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).