public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
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] Fix coroutine tests for libstdc++ gnu-version-namespace mode
 2023-10-11  4:49 UTC  (3+ messages)

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

[PATCH] RISC-V: Remove XFAIL of ssa-dom-cse-2.c
 2023-10-11  3:25 UTC 

[PATCH] early outs for functions in rs6000.cc
 2023-10-11  1:29 UTC 

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

[PATCH] MATCH: [PR111282] Simplify `a & (b ^ ~a)` to `a & b`
 2023-10-11  0:45 UTC 

[PATCH V1] use more get_range_query
 2023-10-11  0:36 UTC 

[PATCH] c++: Improve diagnostics for constexpr cast from void*
 2023-10-10 23:57 UTC  (3+ messages)
  ` [PATCH v2] "

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

[pushed] c++: mangle multiple levels of template parms [PR109422]
 2023-10-10 21:23 UTC 

[RFC] RISC-V: Handle new types in scheduling descriptions
 2023-10-10 21:18 UTC  (4+ messages)

[PATCH] wide-int: Allow up to 16320 bits wide_int and change widest_int precision to 32640 bits [PR102989]
 2023-10-10 18:13 UTC  (11+ messages)
` [PATCH] wide-int: Remove rwide_int, introduce dw_wide_int
    ` [PATCH] dwarf2out: Stop using wide_int in GC structures

[PATCH] RFC: Add late-combine pass [PR106594]
 2023-10-10 18:01 UTC  (4+ messages)

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

[Patch] Fortran: Support OpenMP's 'allocate' directive for stack vars
 2023-10-10 16:46 UTC 

[PATCH v2 0/4] RISC-V target attribute
 2023-10-10 15:24 UTC  (10+ 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

[PATCH v2 0/2] RISC-V: Support CORE-V XCVMAC and XCVALU extensions
 2023-10-10 14:52 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] Optimize (ne:SI (subreg:QI (ashift:SI x 7) 0) 0) as (and:SI x 1)
 2023-10-10 14:50 UTC  (4+ messages)

[RFC gcc13 backport 0/3] Add Ztso atomic mappings
 2023-10-10 14:49 UTC  (3+ messages)

[PATCH v6] Implement new RTL optimizations pass: fold-mem-offsets
 2023-10-10 14:15 UTC  (6+ messages)

[PATCH 0/3] [GCC] arm: vst1q_types_xN ACLE intrinsics
 2023-10-10 14:04 UTC  (4+ messages)
` [PATCH 1/3] [GCC] arm: vst1q_types_x2 "
` [PATCH 2/3] [GCC] arm: vst1q_types_x3 "
` [PATCH 3/3] [GCC] arm: vst1q_types_x4 "

[PATCH] RISC-V Regression: Fix FAIL of predcom-2.c
 2023-10-10 14:02 UTC  (3+ messages)

[PATCH] RISC-V Regression: Make match patterns more accurate
 2023-10-10 14:02 UTC  (3+ messages)

C++ patch ping^2
 2023-10-10 13:56 UTC 

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

[PATCH] RISC-V Regression: Fix dump check of bb-slp-68.c
 2023-10-10 13:44 UTC  (2+ messages)

[PATCH] tree-optimization/111519 - strlen optimization skips clobbering store
 2023-10-10 13:41 UTC  (4+ messages)

[PATCH] RISC-V Regression: Fix FAIL of pr65947-8.c for RVV
 2023-10-10 13:28 UTC  (3+ messages)

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

Pls Reply
 2023-10-10 12:51 UTC 

[PATCH-2, rs6000] Enable vector mode for memory equality compare [PR111449]
 2023-10-10 12:44 UTC  (4+ messages)

PATCH v3] rs6000: fmr gets used instead of faster xxlor [PR93571]
 2023-10-10 12:44 UTC 

[COMMITTED] MAINTAINERS: Add myself to write after approval
 2023-10-10 12:40 UTC 

[PATCH] tree-optimization/111751 - support 1024 bit vector constant reinterpretation
 2023-10-10 12:19 UTC 

[Committed] RISC-V: Add VLS BOOL mode vcond_mask[PR111751]
 2023-10-10 12:19 UTC 

[PATCH] RISC-V: Make xtheadcondmov-indirect tests robust against instruction reordering
 2023-10-10 12:17 UTC  (3+ messages)

[COMMITTED] ada: Fix internal error on too large representation clause for small component
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Tweak internal subprogram in Ada.Directories
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Remove superfluous setter procedure
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Fix bad finalization of limited aggregate in conditional expression
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Fix infinite loop with multiple limited with clauses
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Fix filesystem entry filtering
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Tweak documentation comments
 2023-10-10 12:14 UTC 

[COMMITTED] ada: Crash processing pragmas Compile_Time_Error and Compile_Time_Warning
 2023-10-10 12:14 UTC 

[Committed] RISC-V: Add testcase for SCCVN optimization[PR111751]
 2023-10-10 11:49 UTC 

[PATCH 0/6] aarch64: Add support for __arm_rsr and __arm_wsr ACLE function family
 2023-10-10 11:20 UTC  (6+ messages)
` [PATCH 6/6] aarch64: Add front-end argument type checking for target builtins

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

[PATCH] tree-optimization/111519 - strlen optimization skips clobbering store
 2023-10-10 10:49 UTC 

[PATCH] Fix missed CSE with a BLKmode entity
 2023-10-10 10:38 UTC 

[PATCH] RISC-V/testsuite: Enable `vect_pack_trunc'
 2023-10-10 10:35 UTC  (4+ messages)
  `  "

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

[PATCH] MATCH: [PR111679] Add alternative simplification of `a | ((~a) ^ b)`
 2023-10-10  9:32 UTC  (2+ messages)

[PATCH] use get_range_query to replace get_global_range_query
 2023-10-10  9:07 UTC  (4+ messages)

[committed] arc: Refurbish add.f combiner patterns
 2023-10-10  8:39 UTC 

[PATCH] Support Intel USER_MSR
 2023-10-10  8:06 UTC  (2+ messages)

[PATCH] [x86] Refine predicate of operands[2] in divv4hf3 with register_operand
 2023-10-10  6:59 UTC 

[PATCH] [APX] Support Intel APX PUSH2POP2
 2023-10-10  6:48 UTC 

INVESTMENT
 2023-10-10  5:01 UTC 

[PATCH] RISC-V: Add available vector size for RVV
 2023-10-10  3:23 UTC  (3+ messages)

[PATCH 1/2] c++: sort candidates according to viability
 2023-10-10  3:23 UTC  (2+ messages)
` [PATCH 2/2] c++: note other candidates when diagnosing deletedness

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