public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v8] tree-ssa-sink: Improve code sinking pass
 2023-10-12  8:42 UTC 

[PATCH] PR target/111778 - Fix undefined shifts in PowerPC compiler
 2023-10-12  8:24 UTC 

[PATCH] tree-optimization/111764 - wrong reduction vectorization
 2023-10-12  8:21 UTC 

[PATCH 00/11] aarch64 GCS preliminary patches
 2023-10-12  8:14 UTC  (4+ messages)
` [PATCH 02/11] Handle epilogues that contain jumps

[PATCH] libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc regression with recent glibc
 2023-10-12  7:54 UTC 

[PATCH v3 0/2] LoongArch: Update target-supports.exp for LoongArch SX/ASX
 2023-10-12  7:29 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH v2] LoongArch: Adjust makefile dependency for loongarch headers
 2023-10-12  7:28 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH v2] LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP
 2023-10-12  7:00 UTC 

[PATCH V2] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-12  6:41 UTC 

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

[PATCH 1/2] Enable vectorization for V2HF/V4HF rounding operations and sqrt
 2023-10-12  6:02 UTC  (2+ messages)
` [PATCH 2/2] Support 32/64-bit vectorization for conversion between _Float16 and integer/float

[PATCH] early outs for functions in rs6000.cc
 2023-10-12  5:04 UTC  (3+ messages)

RISC-V: Support CORE-V XCVMAC and XCVALU extensions
 2023-10-12  3:31 UTC  (5+ messages)
  `  "

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

[PATCH] __atomic_test_and_set: Fall back to library, not non-atomic code
 2023-10-12  2:22 UTC  (9+ 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 v1] RISC-V: Support FP irintf auto vectorization
 2023-10-12  2:07 UTC  (3+ messages)

[PATCH] [APX] Support Intel APX PUSH2POP2
 2023-10-12  1:49 UTC  (2+ messages)

[PATCH] Support Intel USER_MSR
 2023-10-12  1:47 UTC  (3+ messages)

[PATCH v2 0/4] RISC-V target attribute
 2023-10-11 23:23 UTC  (16+ messages)
` [PATCH v2 1/4] options: Define TARGET_<NAME>_P and TARGET_<NAME>_OPTS_P macro for Mask and InverseMask
      `  "
` [PATCH v2 2/4] RISC-V: Refactor riscv_option_override and riscv_convert_vector_bits. [NFC]
` [PATCH v2 3/4] RISC-V: Extend riscv_subset_list, preparatory for target attribute support
` [PATCH v2 4/4] RISC-V: Implement target attribute

[committed] RISC-V: Add TARGET_MIN_VLEN_OPTS to fix the build
 2023-10-11 23:23 UTC 

[PATCH] RISC-V: Fix the riscv_legitimize_poly_move issue on targets where the minimal VLEN exceeds 512
 2023-10-11 23:17 UTC  (7+ messages)
        `  "

[committed] RISC-V: Adjust long unconditional branch sequence
 2023-10-11 22:26 UTC 

[Patch, fortran] PR67740 - Wrong association status of allocatable character pointer in derived types
 2023-10-11 22:21 UTC  (6+ messages)

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

[PATCH] gcc: Introduce -fhardened
 2023-10-11 20:48 UTC  (4+ messages)
    ` [PATCH v2] "

[COMMITTED][GCC13] PR tree-optimization/111694 - Ensure float equivalences include + and - zero
 2023-10-11 20:48 UTC 

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

[PATCH] Fortran: name conflict between internal procedure and derived type [PR104351]
 2023-10-11 19:44 UTC  (3+ messages)

[PATCH] ifcvt/vect: Emit COND_ADD for conditional scalar reduction
 2023-10-11 19:15 UTC  (9+ messages)

[PATCH] Fix coroutine tests for libstdc++ gnu-version-namespace mode
 2023-10-11 17:22 UTC  (5+ messages)

Principles of the C99 testsuite conversion
 2023-10-11 16:57 UTC  (7+ messages)

[PATCH] C99 testsuite readiness: Some verified test case adjustments
 2023-10-11 16:55 UTC 

[PATCH] C99 test suite conversation: Some unverified test case adjustments
 2023-10-11 16:53 UTC 

[PATCH] wide-int: Allow up to 16320 bits wide_int and change widest_int precision to 32640 bits [PR102989]
 2023-10-11 16:47 UTC 

[PATCH] C99 test suite readiness: Mark some C89 tests
 2023-10-11 16:42 UTC 

[PATCH] VECT: Enhance SLP of MASK_LEN_GATHER_LOAD[PR111721]
 2023-10-11 16:02 UTC  (3+ messages)
  `  "

[PATCH] c++: Improve diagnostics for constexpr cast from void*
 2023-10-11 15:41 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3 0/2] RISC-V: Support CORE-V XCVMAC and XCVALU extensions
 2023-10-11 13:49 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] RISC-V: Add support for XCVmac extension in CV32E40P
  ` [PATCH v4 2/2] RISC-V: Add support for XCValu "

[PATCH v4] c-family: Implement __has_feature and __has_extension [PR60512]
 2023-10-11 13:31 UTC  (2+ messages)

[committed] [PR target/93062] RISC-V: Handle long conditional branches for RISC-V
 2023-10-11 12:55 UTC  (4+ messages)

[PATCH 3/3]middle-end: maintain LCSSA throughout loop peeling
 2023-10-11 12:09 UTC  (4+ messages)

[PATCH 2/3]middle-end: updated niters analysis to handle multiple exits
 2023-10-11 12:08 UTC  (4+ messages)

[PATCH 1/3]middle-end: Refactor vectorizer loop conditionals and separate out IV to new variables
 2023-10-11 12:07 UTC  (4+ messages)

[PATCH v2] rs6000: Change bitwise xor to an equality operator [PR106907]
 2023-10-11 11:50 UTC 

[PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops
 2023-10-11 11:34 UTC  (5+ messages)
` [PING][PATCH "

PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding
 2023-10-11 11:27 UTC  (4+ messages)

[PATCH V3] RISC-V: Fix incorrect index(offset) of gather/scatter
 2023-10-11 10:51 UTC  (3+ messages)

[PATCH V2] RISC-V: Fix incorrect index(offset) of gather/scatter
 2023-10-11  9:55 UTC  (3+ messages)
  `  "

[PATCH v1] RISC-V: Support FP lrint/lrintf auto vectorization
 2023-10-11  9:46 UTC  (3+ messages)

[PATCH] RISC-V: Fix incorrect index(offset) of gather/scatter
 2023-10-11  9:37 UTC  (2+ messages)

[PATCH-2, rs6000] Enable vector mode for memory equality compare [PR111449]
 2023-10-11  9:10 UTC  (5+ messages)

[PATCH-2v2, rs6000] Enable vector mode for memory equality compare [PR111449]
 2023-10-11  9:06 UTC 

[PATCH-1v2, expand] Enable vector mode for compare_by_pieces [PR111449]
 2023-10-11  9:05 UTC 

[PATCH V1] use more get_range_query
 2023-10-11  8:55 UTC  (2+ messages)

[PATCH] MATCH: [PR111282] Simplify `a & (b ^ ~a)` to `a & b`
 2023-10-11  8:55 UTC  (2+ messages)

[PATCH v2] x86: set spincount 1 for x86 hybrid platform
 2023-10-11  8:54 UTC  (2+ messages)

[PATCH] Fix testcases that are raised by support -mevex512
 2023-10-11  8:47 UTC 

[PATCH v1] LoongArch: Fix vec_initv32qiv16qi template to avoid ICE
 2023-10-11  8:41 UTC 

回复: [PATCH] RISC-V/testsuite: Enable `vect_pack_trunc'
 2023-10-11  8:09 UTC  (6+ messages)
      `  "

[PATCH] RISC-V: Remove XFAIL of ssa-dom-cse-2.c
 2023-10-11  8:08 UTC  (2+ messages)

committed [RISC-V]: Harden test scan patterns
 2023-10-11  7:12 UTC  (9+ messages)

[PATCH] RISC-V: Enable full coverage vect tests
 2023-10-11  7:04 UTC  (3+ messages)
  `  "

[PATCH] x86: set spincount 1 for x86 hybrid platform [PR109812]
 2023-10-11  6:27 UTC  (4+ messages)

[PATCH] RISC-V Regression: Make pattern match more accurate of vect-live-2.c
 2023-10-11  1:09 UTC  (3+ messages)

[PATCH] RISC-V Regression: Fix FAIL of vect-multitypes-16.c for RVV
 2023-10-11  1:08 UTC  (3+ 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).