public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v15 00/39] Optimize type traits performance
 2023-10-11 21:46 UTC  (59+ messages)
` [PATCH v16 "
  ` [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 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 08/39] libstdc++: Optimize is_array "
    ` [PATCH v17 10/39] libstdc++: Optimize is_unbounded_array "
    ` [PATCH v17 12/39] libstdc++: Optimize is_bounded_array "
    ` [PATCH v17 13/39] c++: Implement __is_scoped_enum 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 28/39] c++, libstdc++: Implement __is_pointer "
    ` [PATCH v17 34/39] c++: Implement __is_unsigned "
    ` [PATCH v17 38/39] c++, libstdc++: Implement __is_scalar "

[PATCH v2 0/4] RISC-V target attribute
 2023-10-11 21:29 UTC  (13+ 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] 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, fortran] PR67740 - Wrong association status of allocatable character pointer in derived types
 2023-10-11 19:21 UTC  (5+ 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 v2 0/2] RISC-V: Support CORE-V XCVMAC and XCVALU extensions
 2023-10-11 13:49 UTC  (7+ messages)
` [PATCH v3 "
  ` [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)

[PATCH] early outs for functions in rs6000.cc
 2023-10-11 13:24 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] LoongArch: Adjust makefile dependency for loongarch headers
 2023-10-11  9:59 UTC 

[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  (11+ 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)

[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  (10+ 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] Fortran: Support OpenMP's 'allocate' directive for stack vars
 2023-10-10 16:46 UTC 

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

Pls Reply
 2023-10-10 12:51 UTC 

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 

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