public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Workaround for LLVM-61763 in ranges
 2023-10-14  8:32 UTC  (2+ messages)

[PATCH] wide-int: Fix estimation of buffer sizes for wide_int printing [PR111800]
 2023-10-14  8:20 UTC 

[PATCH] c++: Fix compile-time-hog in cp_fold_immediate_r [PR111660]
 2023-10-14  5:13 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: implement P2564, consteval needs to propagate up [PR107687]
 2023-10-14  4:56 UTC  (4+ messages)
  ` [PATCH v2] "

[Committed] RISC-V: Remove redundant iterators
 2023-10-14  3:06 UTC 

[PATCH] MATCH: [PR111432] Simplify `a & (x | CST)` to a when we know that (a & ~CST) == 0
 2023-10-14  0:57 UTC 

[PATCH] Power10: Add options to disable load and store vector pair
 2023-10-13 23:41 UTC 

[PATCH v16 00/39] Optimize type traits performance
 2023-10-13 22:37 UTC  (86+ messages)
` [PATCH v17 "
  ` [PATCH v17 02/39] c-family, c++: Look up built-in traits through gperf
  ` [PATCH v18 00/40] Optimize type traits performance
    ` [PATCH v18 01/40] c++: Sort built-in traits alphabetically
    ` [PATCH v18 02/40] c-family, c++: Look up built-in traits through gperf
    ` [PATCH v18 03/40] c++: Accept the use of non-function-like built-in trait identifiers
    ` [PATCH v18 04/40] c++: Implement __is_const built-in trait
    ` [PATCH v18 05/40] libstdc++: Optimize is_const trait performance
    ` [PATCH v18 06/40] c++: Implement __is_volatile built-in trait
    ` [PATCH v18 07/40] libstdc++: Optimize is_volatile trait performance
    ` [PATCH v18 08/40] c++: Implement __is_array built-in trait
    ` [PATCH v18 09/40] libstdc++: Optimize is_array trait performance
    ` [PATCH v18 10/40] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v18 11/40] libstdc++: Optimize is_unbounded_array trait performance
    ` [PATCH v18 12/40] c++: Implement __is_bounded_array built-in trait
    ` [PATCH v18 13/40] libstdc++: Optimize is_bounded_array trait performance
    ` [PATCH v18 14/40] c++: Implement __is_scoped_enum built-in trait
    ` [PATCH v18 15/40] libstdc++: Optimize is_scoped_enum trait performance
    ` [PATCH v18 16/40] c++: Implement __is_member_pointer built-in trait
    ` [PATCH v18 17/40] libstdc++: Optimize is_member_pointer trait performance
    ` [PATCH v18 18/40] c++: Implement __is_member_function_pointer built-in trait
    ` [PATCH v18 19/40] libstdc++: Optimize is_member_function_pointer trait performance
    ` [PATCH v18 20/40] c++: Implement __is_member_object_pointer built-in trait
    ` [PATCH v18 21/40] libstdc++: Optimize is_member_object_pointer trait performance
    ` [PATCH v18 22/40] c++: Implement __is_reference built-in trait
    ` [PATCH v18 23/40] libstdc++: Optimize is_reference trait performance
    ` [PATCH v18 24/40] c++: Implement __is_function built-in trait
    ` [PATCH v18 25/40] libstdc++: Optimize is_function trait performance
    ` [PATCH v18 26/40] libstdc++: Optimize is_object "
    ` [PATCH v18 27/40] c++: Implement __remove_pointer built-in trait
    ` [PATCH v18 28/40] libstdc++: Optimize remove_pointer trait performance
    ` [PATCH v18 29/40] c++: Implement __is_pointer built-in trait
    ` [PATCH v18 30/40] libstdc++: Optimize is_pointer trait performance
    ` [PATCH v18 31/40] c++: Implement __is_arithmetic built-in trait
    ` [PATCH v18 32/40] libstdc++: Optimize is_arithmetic trait performance
    ` [PATCH v18 33/40] libstdc++: Optimize is_fundamental "
    ` [PATCH v18 34/40] libstdc++: Optimize is_compound "
    ` [PATCH v18 35/40] c++: Implement __is_unsigned built-in trait
    ` [PATCH v18 36/40] libstdc++: Optimize is_unsigned trait performance
    ` [PATCH v18 37/40] c++: Implement __is_signed built-in trait
    ` [PATCH v18 38/40] libstdc++: Optimize is_signed trait performance
    ` [PATCH v18 39/40] c++: Implement __is_scalar built-in trait
    ` [PATCH v18 40/40] libstdc++: Optimize is_scalar trait performance
    ` [PATCH v19 00/40] Optimize type traits performance
      ` [PATCH v19 01/40] c++: Sort built-in traits alphabetically
      ` [PATCH v19 02/40] c-family, c++: Look up built-in traits through gperf
      ` [PATCH v19 03/40] c++: Accept the use of built-in trait identifiers
      ` [PATCH v19 04/40] c++: Implement __is_const built-in trait
      ` [PATCH v19 05/40] libstdc++: Optimize is_const trait performance
      ` [PATCH v19 06/40] c++: Implement __is_volatile built-in trait
      ` [PATCH v19 07/40] libstdc++: Optimize is_volatile trait performance
      ` [PATCH v19 08/40] c++: Implement __is_array built-in trait
      ` [PATCH v19 09/40] libstdc++: Optimize is_array trait performance
      ` [PATCH v19 10/40] c++: Implement __is_unbounded_array built-in trait
      ` [PATCH v19 11/40] libstdc++: Optimize is_unbounded_array trait performance
      ` [PATCH v19 12/40] c++: Implement __is_bounded_array built-in trait
      ` [PATCH v19 13/40] libstdc++: Optimize is_bounded_array trait performance
      ` [PATCH v19 14/40] c++: Implement __is_scoped_enum built-in trait
      ` [PATCH v19 15/40] libstdc++: Optimize is_scoped_enum trait performance
      ` [PATCH v19 16/40] c++: Implement __is_member_pointer built-in trait
      ` [PATCH v19 17/40] libstdc++: Optimize is_member_pointer trait performance
      ` [PATCH v19 18/40] c++: Implement __is_member_function_pointer built-in trait
      ` [PATCH v19 19/40] libstdc++: Optimize is_member_function_pointer trait performance
      ` [PATCH v19 20/40] c++: Implement __is_member_object_pointer built-in trait
      ` [PATCH v19 21/40] libstdc++: Optimize is_member_object_pointer trait performance
      ` [PATCH v19 22/40] c++: Implement __is_reference built-in trait
      ` [PATCH v19 23/40] libstdc++: Optimize is_reference trait performance
      ` [PATCH v19 24/40] c++: Implement __is_function built-in trait
      ` [PATCH v19 25/40] libstdc++: Optimize is_function trait performance
      ` [PATCH v19 26/40] libstdc++: Optimize is_object "
      ` [PATCH v19 27/40] c++: Implement __remove_pointer built-in trait
      ` [PATCH v19 28/40] libstdc++: Optimize remove_pointer trait performance
      ` [PATCH v19 29/40] c++: Implement __is_pointer built-in trait
      ` [PATCH v19 30/40] libstdc++: Optimize is_pointer trait performance
      ` [PATCH v19 31/40] c++: Implement __is_arithmetic built-in trait
      ` [PATCH v19 32/40] libstdc++: Optimize is_arithmetic trait performance
      ` [PATCH v19 33/40] libstdc++: Optimize is_fundamental "
      ` [PATCH v19 34/40] libstdc++: Optimize is_compound "
      ` [PATCH v19 35/40] c++: Implement __is_unsigned built-in trait
      ` [PATCH v19 36/40] libstdc++: Optimize is_unsigned trait performance
      ` [PATCH v19 37/40] c++: Implement __is_signed built-in trait
      ` [PATCH v19 38/40] libstdc++: Optimize is_signed trait performance
      ` [PATCH v19 39/40] c++: Implement __is_scalar built-in trait
      ` [PATCH v19 40/40] libstdc++: Optimize is_scalar trait performance

[PATCH] c++: fix truncated diagnostic in C++23 [PR111272]
 2023-10-13 22:15 UTC 

[PATCH v2] RISC-V: Use stdint-gcc.h in rvv testsuite
 2023-10-13 21:42 UTC  (3+ messages)
` Continued (Non)mutlib and stub header issue (was Re: [PATCH v2] RISC-V: Use stdint-gcc.h in rvv testsuite)

[PATCH] preprocessor: c++: Support `#pragma GCC target' macros [PR87299]
 2023-10-13 21:28 UTC  (4+ messages)
    ` ping: "

[PATCH] Fortran: name conflict between internal procedure and derived type [PR104351]
 2023-10-13 20:06 UTC  (4+ messages)

[PATCH] combine: Fix handling of unsigned constants
 2023-10-13 17:06 UTC  (2+ messages)

[PATCH v2] RISC-V: Make xtheadcondmov-indirect tests robust against instruction reordering
 2023-10-13 16:23 UTC  (5+ messages)

[PATCH] gimple-match: Do not try UNCOND optimization with COND_LEN
 2023-10-13 15:50 UTC  (5+ messages)

[PATCH] genemit: Split insn-emit.cc into ten files
 2023-10-13 15:26 UTC  (5+ messages)

[Patch] Fortran: Support OpenMP's 'allocate' directive for stack vars
 2023-10-13 13:29 UTC  (3+ messages)

[COMMITTED] PR tree-optimization/111622 - Do not add partial equivalences with no uses
 2023-10-13 13:25 UTC  (2+ messages)

[COMMITTED] [GCC13] PR tree-optimization/111622 - Do not add partial equivalences with no uses
 2023-10-13 13:24 UTC 

[PATCH] RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV
 2023-10-13 12:05 UTC  (3+ messages)

[PATCH] OMP SIMD inbranch call vectorization for AVX512 style masks
 2023-10-13 12:00 UTC 

[PATCH] RISC-V Regression: Fix FAIL of bb-slp-pr69907.c for RVV
 2023-10-13 11:59 UTC  (4+ messages)
  `  "

[PATCH v1] RISC-V: Refine run test cases of math autovec
 2023-10-13 11:42 UTC  (3+ messages)

[PATCH v1] RISC-V: Add test for FP llfloor auto vectorization
 2023-10-13 11:34 UTC  (3+ messages)

[PATCH 00/11] aarch64 GCS preliminary patches
 2023-10-13 10:29 UTC  (4+ messages)
` [PATCH 10/11] aarch64: Fix branch-protection error message tests

[PATCH] Add support for SLP vectorization of OpenMP SIMD clone calls
 2023-10-13  9:52 UTC 

[PATCH] middle-end: Allow _BitInt(65535) [PR102989]
 2023-10-13  9:46 UTC  (5+ messages)
  ` [PATCH] middle-end, v2: "

[PATCH v1] RISC-V: Add test for FP ifloor auto vectorization
 2023-10-13  9:35 UTC  (3+ messages)

PATCH-1v3, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-13  9:32 UTC 

[PATCH v1] RISC-V: Add test for FP iceil auto vectorization
 2023-10-13  8:12 UTC  (3+ messages)

[PATCH v1] RISC-V: Add test for FP llceil auto vectorization
 2023-10-13  7:40 UTC  (3+ messages)

[PATCH v1] RISC-V: Add test for FP llround auto vectorization
 2023-10-13  6:22 UTC  (3+ messages)

[PATCH v1] RISC-V: Add test for FP iroundf auto vectorization
 2023-10-13  5:43 UTC  (2+ messages)

[PATCH] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-13  4:33 UTC  (9+ messages)
  `  "

[PATCH V3] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-13  4:29 UTC 

[committed] RISC-V: Fix INSN costing and more zicond tests
 2023-10-13  4:02 UTC  (2+ messages)

[PATCH v2] RISC-V: Fix the riscv_legitimize_poly_move issue on targets where the minimal VLEN exceeds 512
 2023-10-13  3:55 UTC  (3+ messages)

[PATCH] Disparage slightly for the alternative which move DFmode between SSE_REGS and GENERAL_REGS
 2023-10-13  3:12 UTC  (3+ messages)

[PATCH v1] RISC-V: Leverage stdint-gcc.h for RVV test cases
 2023-10-13  2:28 UTC  (3+ messages)

[PATCH v1] RISC-V: Support FP lfloor/lfloorf auto vectorization
 2023-10-13  2:25 UTC  (3+ messages)

[PATCH v1] RISC-V: Support FP lceil/lceilf auto vectorization
 2023-10-13  0:07 UTC  (3+ messages)

[PATCH v1] RISC-V: Support FP llrint auto vectorization
 2023-10-12 23:57 UTC  (7+ messages)

[PATCH] __atomic_test_and_set: Fall back to library, not non-atomic code
 2023-10-12 22:23 UTC  (13+ messages)
  ` [PATCH 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-exchange
        ` [PATCH v2 1/2] testsuite: Add dg-require-atomic-cmpxchg-word
          ` Ping: "
        ` [PATCH v2 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-cmpxchg-word
          ` Ping: "

[PATCH v2] c++: Catch indirect change of active union member in constexpr [PR101631]
 2023-10-12 22:05 UTC  (13+ messages)
      ` [PATCH v3] "
          ` [PATCH v4] c++: Check for indirect change of active union member in constexpr [PR101631,PR102286]
                ` [PATCH v5] "
                  ` [PATCH v6] "

[PATCH] c++: non-static memfn call dependence cleanup
 2023-10-12 18:49 UTC  (3+ messages)
` [PATCH 2/1] c++: more non-static memfn call dependence cleanup [PR106086]

[Patch] libgomp.texi: Clarify OMP_TARGET_OFFLOAD=mandatory
 2023-10-12 18:42 UTC  (2+ messages)

[PATCH] tree-optimization/111773 - avoid CD-DCE of noreturn special calls
 2023-10-12 17:47 UTC 

[PATCH][_Hashtable] Avoid redundant usage of rehash policy
 2023-10-12 17:02 UTC  (2+ messages)

[PATCH] TEST: Add vectorization check
 2023-10-12 16:53 UTC  (2+ messages)

[PATCH] C99 testsuite readiness: Some verified test case adjustments
 2023-10-12 16:35 UTC  (2+ messages)

[PATCH] C99 test suite conversation: Some unverified test case adjustments
 2023-10-12 16:33 UTC  (2+ messages)

[PATCH] C99 test suite readiness: Mark some C89 tests
 2023-10-12 16:17 UTC  (2+ messages)

[PATCH] RISC-V: Fix the riscv_legitimize_poly_move issue on targets where the minimal VLEN exceeds 512
 2023-10-12 16:16 UTC  (9+ messages)
        `  "

[RFC] expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg [target/111466]
 2023-10-12 16:11 UTC  (3+ messages)

[PATCH] reg-notes.def: Fix up description of REG_NOALIAS
 2023-10-12 16:02 UTC  (2+ messages)

[committed] wide-int: Fix build with gcc < 12 or clang++ [PR111787]
 2023-10-12 15:27 UTC 

RISC-V: Support CORE-V XCVMAC and XCVALU extensions
 2023-10-12 15:20 UTC  (4+ messages)
` [PATCH] RISCV: Bugfix for incorrect documentation heading nesting

[PATCH 5/6]AArch64: Fix Armv9-a warnings that get emitted whenever a ACLE header is used
 2023-10-12 14:38 UTC  (2+ messages)

(no subject)
 2023-10-12 14:31 UTC 

[PATCH V2] Emit funcall external declarations only if actually used
 2023-10-12 14:05 UTC  (8+ messages)

[avr,committed] Implement atan2
 2023-10-12 13:38 UTC 

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