public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v13 00/40] Optimize type traits performance
 2023-10-13 22:37 UTC  (190+ messages)
` [PATCH v15 00/39] "
  ` [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 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 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 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 15/40] libstdc++: Optimize is_scoped_enum "
          ` [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 20/40] c++: Implement __is_member_object_pointer "
          ` [PATCH v19 21/40] libstdc++: Optimize is_member_object_pointer trait performance
          ` [PATCH v19 23/40] libstdc++: Optimize is_reference "
          ` [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 30/40] libstdc++: Optimize is_pointer "
          ` [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 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 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-exchange
 2023-10-12 22:23 UTC  (11+ messages)
        ` [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][_Hashtable] Avoid redundant usage of rehash policy
 2023-10-12 17:02 UTC  (2+ messages)

[PATCH] libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc regression with recent glibc
 2023-10-12 12:05 UTC  (2+ messages)

[PATCH] Fix coroutine tests for libstdc++ gnu-version-namespace mode
 2023-10-11 17:22 UTC  (5+ 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).