public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v11 00/40] Optimize type traits performance
 2023-09-15  2:21 UTC  (73+ messages)
` [PATCH v11 01/40] c++: Sort built-in identifiers alphabetically
` [PATCH v11 02/40] c++: Implement __is_const built-in trait
` [PATCH v11 03/40] libstdc++: Optimize is_const trait performance
` [PATCH v11 04/40] c++: Implement __is_volatile built-in trait
` [PATCH v11 05/40] libstdc++: Optimize is_volatile trait performance
` [PATCH v11 06/40] c++: Implement __is_array built-in trait
` [PATCH v11 07/40] libstdc++: Optimize is_array trait performance
` [PATCH v11 08/40] c++: Implement __is_unbounded_array built-in trait
` [PATCH v11 09/40] libstdc++: Optimize is_unbounded_array trait performance
` [PATCH v11 10/40] c++: Implement __is_bounded_array built-in trait
` [PATCH v11 11/40] libstdc++: Optimize is_bounded_array trait performance
` [PATCH v11 12/40] c++: Implement __is_scoped_enum built-in trait
` [PATCH v11 13/40] libstdc++: Optimize is_scoped_enum trait performance
` [PATCH v11 14/40] c++: Implement __is_member_pointer built-in trait
` [PATCH v11 15/40] libstdc++: Optimize is_member_pointer trait performance
` [PATCH v11 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
` [PATCH v11 17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
` [PATCH v11 18/40] c++: Implement __is_member_function_pointer built-in trait
` [PATCH v11 19/40] libstdc++: Optimize is_member_function_pointer trait performance
` [PATCH v11 20/40] c++: Implement __is_member_object_pointer built-in trait
` [PATCH v11 21/40] libstdc++: Optimize is_member_object_pointer trait performance
` [PATCH v11 22/40] c++: Implement __is_reference built-in trait
` [PATCH v11 23/40] libstdc++: Optimize is_reference trait performance
` [PATCH v11 24/40] c++: Implement __is_function built-in trait
` [PATCH v11 25/40] libstdc++: Optimize is_function trait performance
` [PATCH v11 26/40] libstdc++: Optimize is_object "
` [PATCH v11 27/40] c++: Implement __remove_pointer built-in trait
` [PATCH v11 28/40] libstdc++: Optimize remove_pointer trait performance
` [PATCH v11 29/40] c++, libstdc++: Implement __is_pointer built-in trait
` [PATCH v11 30/40] libstdc++: Optimize is_pointer trait performance
` [PATCH v11 31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
` [PATCH v11 32/40] libstdc++: Optimize is_arithmetic trait performance
` [PATCH v11 33/40] libstdc++: Optimize is_fundamental "
` [PATCH v11 34/40] libstdc++: Optimize is_compound "
` [PATCH v11 35/40] c++: Implement __is_unsigned built-in trait
` [PATCH v11 36/40] libstdc++: Optimize is_unsigned trait performance
` [PATCH v11 37/40] c++, libstdc++: Implement __is_signed built-in trait
` [PATCH v11 38/40] libstdc++: Optimize is_signed trait performance
` [PATCH v11 39/40] c++, libstdc++: Implement __is_scalar built-in trait
` [PATCH v11 40/40] libstdc++: Optimize is_scalar trait performance
` [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 04/40] c++: Implement __is_volatile "
  ` [PATCH v12 05/40] libstdc++: Optimize is_volatile trait performance
  ` [PATCH v12 06/40] c++: Implement __is_array built-in trait
  ` [PATCH v12 08/40] c++: Implement __is_unbounded_array "
  ` [PATCH v12 11/40] libstdc++: Optimize is_bounded_array trait performance
  ` [PATCH v12 14/40] c++: Implement __is_member_pointer built-in trait
  ` [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 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 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 v1] RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV intrinsic
 2023-09-15  2:20 UTC  (4+ 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] use local range for one more pattern in match.pd
 2023-09-15  1:39 UTC 

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

[PATCH] MATCH: Improve zero_one_valued_p for cases without range information
 2023-09-15  1:08 UTC 

Question on -fwrapv and -fwrapv-pointer
 2023-09-15  0:23 UTC  (10+ messages)

[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] MATCH: Fix `(1 >> X) != 0` pattern for vector types
 2023-09-14 17:48 UTC 

[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/111407--SSA corruption due to widening_mul opt
 2023-09-14 13:24 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] LoongArch: gcc: Modify gas uleb128 support test
 2023-09-14 12:09 UTC  (4+ messages)

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

[PATCH V3] RISC-V: Fix ICE in get_avl_or_vl_reg
 2023-09-14  7:58 UTC  (3+ messages)

[Committed] RISC-V: Format VSETVL PASS code
 2023-09-14  7:54 UTC 

[PATCH V2] RISC-V: Fix ICE in get_avl_or_vl_reg
 2023-09-14  7:46 UTC  (2+ messages)

[PATCH] LoongArch: Change the value of branch_cost from 2 to 6
 2023-09-14  7:03 UTC  (2+ messages)
` [pushed][PATCH] "

[PATCH] debug/111409 - don't generate COMDAT macro sections for split DWARF
 2023-09-14  6:41 UTC 

[PATCH] [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11 [PR 111050]
 2023-09-14  4:46 UTC  (5+ messages)

[committed] Limit <stacktrace> header synopsis test to normal namespace
 2023-09-14  4:29 UTC 

[PATCH] RISC-V: Fix ICE in get_avl_or_vl_reg[PR111395]
 2023-09-14  3:58 UTC 

[PATCH v1] rs6000: unnecessary clear after vctzlsbb in vec_first_match_or_eos_index
 2023-09-14  3:27 UTC  (2+ messages)

[PATCH 00/10] vect: Move costing next to the transform for vect store
 2023-09-14  3:11 UTC  (11+ messages)
` [PATCH 01/10] vect: Ensure vect store is supported for some VMAT_ELEMENTWISE case
` [PATCH 02/10] vect: Move vect_model_store_cost next to the transform in vectorizable_store
` [PATCH 03/10] vect: Adjust vectorizable_store costing on VMAT_GATHER_SCATTER
` [PATCH 04/10] vect: Simplify costing on vectorizable_scan_store
` [PATCH 05/10] vect: Adjust vectorizable_store costing on VMAT_ELEMENTWISE and VMAT_STRIDED_SLP
` [PATCH 06/10] vect: Adjust vectorizable_store costing on VMAT_LOAD_STORE_LANES
` [PATCH 07/10] vect: Adjust vectorizable_store costing on VMAT_CONTIGUOUS_PERMUTE
` [PATCH/RFC 08/10] aarch64: Don't use CEIL for vector_store in aarch64_stp_sequence_cost
` [PATCH 09/10] vect: Get rid of vect_model_store_cost
` [PATCH 10/10] vect: Consider vec_perm costing for VMAT_CONTIGUOUS_REVERSE

[PATCH] xtensa: Optimize several boolean evaluations of EQ/NE against constant zero
 2023-09-14  2:41 UTC  (2+ messages)

[PING][PATCH v2] Add clang's invalid-noreturn warning flag
 2023-09-14  2:08 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).