public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2 0/8] Optimize more type traits
 2024-03-08 17:22 UTC  (88+ messages)
` [PATCH v3 "
  ` PING: "
  ` [PATCH v7 01/22] c++: Implement __is_const built-in trait
    ` [PATCH v7 02/22] libstdc++: Optimize std::is_const compilation performance
    ` [PATCH v7 03/22] c++: Implement __is_volatile built-in trait
    ` [PATCH v7 04/22] libstdc++: Optimize std::is_volatile compilation performance
    ` [PATCH v7 05/22] c++: Implement __is_pointer built-in trait
    ` [PATCH v7 06/22] libstdc++: Optimize std::is_pointer compilation performance
    ` [PATCH v7 07/22] c++: Implement __is_unbounded_array built-in trait
    ` [PATCH v7 08/22] libstdc++: Optimize std::is_unbounded_array compilation performance
    ` [PATCH v7 09/22] c++: Implement __add_pointer built-in trait
    ` [PATCH v7 10/22] libstdc++: Optimize std::add_pointer compilation performance
    ` [PATCH v7 11/22] c++: Implement __remove_extent built-in trait
    ` [PATCH v7 12/22] libstdc++: Optimize std::remove_extent compilation performance
    ` [PATCH v7 13/22] c++: Implement __remove_all_extents built-in trait
    ` [PATCH v7 14/22] libstdc++: Optimize std::remove_all_extents compilation performance
    ` [PATCH v7 15/22] c++: Implement __add_lvalue_reference built-in trait
    ` [PATCH v7 16/22] libstdc++: Optimize std::add_lvalue_reference compilation performance
    ` [PATCH v7 17/22] c++: Implement __add_rvalue_reference built-in trait
    ` [PATCH v7 18/22] libstdc++: Optimize std::add_rvalue_reference compilation performance
    ` [PATCH v7 19/22] c++: Implement __decay built-in trait
    ` [PATCH v7 20/22] libstdc++: Optimize std::decay compilation performance
    ` [PATCH v7 21/22] c++: Implement __rank built-in trait
    ` [PATCH v7 22/22] libstdc++: Optimize std::rank compilation performance
    ` [PATCH v8 23/24] c++: Implement __is_invocable built-in trait
      ` [PATCH v9 "
        ` [PATCH v11 "
          ` [PATCH v12 25/26] c++: Implement __is_nothrow_invocable "
          ` [PATCH v12 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
            ` [PATCH v13 01/26] c++: Implement __is_const built-in trait
              ` [PATCH v13 02/26] libstdc++: Optimize std::is_const compilation performance
              ` [PATCH v13 03/26] c++: Implement __is_volatile built-in trait
              ` [PATCH v13 04/26] libstdc++: Optimize std::is_volatile compilation performance
              ` [PATCH v13 05/26] c++: Implement __is_pointer built-in trait
              ` [PATCH v13 06/26] libstdc++: Optimize std::is_pointer compilation performance
              ` [PATCH v13 07/26] c++: Implement __is_unbounded_array built-in trait
              ` [PATCH v13 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
              ` [PATCH v13 09/26] c++: Implement __add_pointer built-in trait
              ` [PATCH v13 10/26] libstdc++: Optimize std::add_pointer compilation performance
              ` [PATCH v13 11/26] c++: Implement __remove_extent built-in trait
              ` [PATCH v13 12/26] libstdc++: Optimize std::remove_extent compilation performance
              ` [PATCH v13 13/26] c++: Implement __remove_all_extents built-in trait
              ` [PATCH v13 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
              ` [PATCH v13 15/26] c++: Implement __add_lvalue_reference built-in trait
              ` [PATCH v13 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
              ` [PATCH v13 17/26] c++: Implement __add_rvalue_reference built-in trait
              ` [PATCH v13 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
              ` [PATCH v13 19/26] c++: Implement __decay built-in trait
              ` [PATCH v13 20/26] libstdc++: Optimize std::decay compilation performance
              ` [PATCH v13 21/26] c++: Implement __rank built-in trait
              ` [PATCH v13 22/26] libstdc++: Optimize std::rank compilation performance
              ` [PATCH v13 23/26] c++: Implement __is_invocable built-in trait
              ` [PATCH v13 24/26] libstdc++: Optimize std::is_invocable compilation performance
              ` [PATCH v13 25/26] c++: Implement __is_nothrow_invocable built-in trait
              ` [PATCH v13 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
              ` [PATCH v14 00/26] Optimize more type traits
                ` [PATCH v14 01/26] c++: Implement __is_const built-in trait
                ` [PATCH v14 02/26] libstdc++: Optimize std::is_const compilation performance
                ` [PATCH v14 03/26] c++: Implement __is_volatile built-in trait
                ` [PATCH v14 04/26] libstdc++: Optimize std::is_volatile compilation performance
                ` [PATCH v14 05/26] c++: Implement __is_pointer built-in trait
                ` [PATCH v14 06/26] libstdc++: Optimize std::is_pointer compilation performance
                ` [PATCH v14 07/26] c++: Implement __is_unbounded_array built-in trait
                ` [PATCH v14 08/26] libstdc++: Optimize std::is_unbounded_array compilation performance
                ` [PATCH v14 09/26] c++: Implement __add_pointer built-in trait
                ` [PATCH v14 10/26] libstdc++: Optimize std::add_pointer compilation performance
                ` [PATCH v14 11/26] c++: Implement __remove_extent built-in trait
                ` [PATCH v14 12/26] libstdc++: Optimize std::remove_extent compilation performance
                ` [PATCH v14 13/26] c++: Implement __remove_all_extents built-in trait
                ` [PATCH v14 14/26] libstdc++: Optimize std::remove_all_extents compilation performance
                ` [PATCH v14 15/26] c++: Implement __add_lvalue_reference built-in trait
                ` [PATCH v14 16/26] libstdc++: Optimize std::add_lvalue_reference compilation performance
                ` [PATCH v14 17/26] c++: Implement __add_rvalue_reference built-in trait
                ` [PATCH v14 18/26] libstdc++: Optimize std::add_rvalue_reference compilation performance
                ` [PATCH v14 19/26] c++: Implement __decay built-in trait
                ` [PATCH v14 20/26] libstdc++: Optimize std::decay compilation performance
                ` [PATCH v14 21/26] c++: Implement __rank built-in trait
                ` [PATCH v14 22/26] libstdc++: Optimize std::rank compilation performance
                ` [PATCH v14 23/26] c++: Implement __is_invocable built-in trait
                ` [PATCH v14 24/26] libstdc++: Optimize std::is_invocable compilation performance
                ` [PATCH v14 25/26] c++: Implement __is_nothrow_invocable built-in trait
                ` [PATCH v14 26/26] libstdc++: Optimize std::is_nothrow_invocable compilation performance
    ` [PATCH v8 24/24] libstdc++: Optimize std::is_invocable "
      ` [PATCH v10 "

[PATCH] libstdc++: add ARM SVE support to std::experimental::simd
 2024-03-08  9:57 UTC  (3+ messages)
` [PATCH v2] "

[committed] libstdc++: Use std::from_chars to speed up parsing subsecond durations
 2024-03-08  0:10 UTC 

[committed] libstdc++: Fix parsing of fractional seconds [PR114244]
 2024-03-07 23:45 UTC 

[committed] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103]
 2024-03-07 21:00 UTC 

[PATCH] libstdc++: Better diagnostics for std::format errors
 2024-03-07 20:59 UTC  (2+ messages)

[committed] libstdc++: Update expiry times for leap seconds lists
 2024-03-07 20:56 UTC 

[committed] libstdc++: Replace unnecessary uses of built-ins in testsuite
 2024-03-07 20:56 UTC 

[PATCH] libstdc++: Document that _GLIBCXX_CONCEPT_CHECKS might be removed in future
 2024-03-07 12:05 UTC 

[C++ coroutines] Initial implementation pushed to master
 2024-03-05 17:31 UTC  (2+ messages)

[PATCH] libstdc++: Use [] for empty argument to automake macro
 2024-03-01 14:39 UTC 

[PATCH] libstdc++: Add missing std::tuple constructor [PR114147]
 2024-03-01 14:23 UTC 

Fwd: [PATCH] libstdc++-v3: Fix cmath math declarations and stub support for hppa64-*-hpux11*
 2024-02-29 20:35 UTC 

[committed] libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
 2024-02-29 17:51 UTC 

[committed] libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_three_way [PR113960]
 2024-02-29 17:49 UTC 

[PATCH v2] libstdc++: Add more nodiscard uses in <vector>
 2024-02-29 12:28 UTC 

[PATCH] sso-string@gnu-versioned-namespace [PR83077]
 2024-02-28 18:37 UTC  (6+ messages)

[committed] libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152]
 2024-02-28 14:54 UTC  (2+ messages)

[committed] libstdc++: Update outdated docs on contributing
 2024-02-28 14:37 UTC  (2+ messages)
` [committed] libstdc++: Change some URLs in the manual to use https

[PATCH 4/8] libstdc++: Fix error handling in std::print
 2024-02-27 18:07 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 8/8] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103]
 2024-02-27 14:43 UTC  (3+ messages)

[PATCH 7/8] libstdc++: Add nodiscard in <algorithm>
 2024-02-27 11:42 UTC 

[PATCH 6/8] libstdc++: Add more nodiscard uses in <vector>
 2024-02-27 11:42 UTC 

[PATCH 5/8] libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
 2024-02-27 11:42 UTC 

[PATCH 3/8] libstdc++: Fix std::print for Cygwin
 2024-02-27 11:42 UTC 

[PATCH 2/8] libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>
 2024-02-27 11:41 UTC 

[PATCH 1/8] libstdc++: Add more [[nodiscard]] to <stacktrace>
 2024-02-27 11:41 UTC 

GCC GSoC 2024: Call for project ideas and mentors
 2024-02-22 14:19 UTC  (2+ messages)
` GCC has been accepted as GSoC 2024 mentoring organization

[PATCH][_GLIBCXX_INLINE_VERSION] Adapt dg-error messages
 2024-02-22  5:53 UTC 

There are pull requests in gcc's mirror repository in github, is this official?
 2024-02-20 23:55 UTC  (2+ messages)

[PATCH][_GLIBCXX_DEBUG] Fix std::__niter_base behavior
 2024-02-20 19:27 UTC  (14+ messages)

[PATCH v22 00/31] Optimize type traits performance
 2024-02-20  1:35 UTC  (8+ messages)
` [PATCH v23 00/33] "
  ` [PATCH v23 32/33] c++: Implement __is_invocable built-in trait

[PATCH] libstdc++, Darwin: Handle a linker warning [PR112397]
 2024-02-19  8:57 UTC  (2+ messages)

[committed] libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]
 2024-02-16 19:12 UTC  (3+ messages)
` [committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931]
  ` [committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961]

[PATCH] libstdc++: atomic: Add missing clear_padding in __atomic_float constructor
 2024-02-16 15:15 UTC  (11+ messages)

[committed] libstdc++: Improve docs for debug mode backtraces
 2024-02-16 10:48 UTC 

[committed] libstdc++: Fix spelling of <envar> elements in manual
 2024-02-16 10:48 UTC 

[PATCH 1/2] c++: Implement __add_pointer built-in trait
 2024-02-16  2:22 UTC  (38+ messages)
` [PATCH 2/2] libstdc++: Optimize std::add_pointer compilation performance
` [PATCH v2 1/4] c++: Implement __add_pointer built-in trait
  ` [PATCH v2 2/4] libstdc++: Optimize std::add_pointer compilation performance
  ` [PATCH v2 3/4] c++: Implement __remove_extent built-in trait
  ` [PATCH v2 4/4] libstdc++: Optimize std::remove_extent compilation performance
  ` [PATCH v3 1/4] c++: Implement __add_pointer built-in trait
    ` [PATCH v4 05/12] c++: Implement __remove_all_extents "
    ` [PATCH v4 06/12] libstdc++: Optimize std::remove_all_extents compilation performance
    ` [PATCH v4 07/12] c++: Implement __add_lvalue_reference built-in trait
    ` [PATCH v4 08/12] libstdc++: Optimize std::add_lvalue_reference compilation performance
    ` [PATCH v4 09/12] c++: Implement __add_rvalue_reference built-in trait
    ` [PATCH v4 10/12] libstdc++: Optimize std::add_rvalue_reference compilation performance
    ` [PATCH v4 11/12] c++: Implement __decay built-in trait
    ` [PATCH v4 12/12] libstdc++: Optimize std::decay compilation performance
    ` [PATCH v5 01/14] c++: Implement __add_pointer built-in trait
      ` [PATCH v5 02/14] libstdc++: Optimize std::add_pointer compilation performance
      ` [PATCH v5 03/14] c++: Implement __remove_extent built-in trait
      ` [PATCH v5 04/14] libstdc++: Optimize std::remove_extent compilation performance
      ` [PATCH v5 05/14] c++: Implement __remove_all_extents built-in trait
      ` [PATCH v5 06/14] libstdc++: Optimize std::remove_all_extents compilation performance
      ` [PATCH v5 07/14] c++: Implement __add_lvalue_reference built-in trait
      ` [PATCH v5 08/14] libstdc++: Optimize std::add_lvalue_reference compilation performance
      ` [PATCH v5 09/14] c++: Implement __add_rvalue_reference built-in trait
      ` [PATCH v5 10/14] libstdc++: Optimize std::add_rvalue_reference compilation performance
      ` [PATCH v5 11/14] c++: Implement __decay built-in trait
      ` [PATCH v5 12/14] libstdc++: Optimize std::decay compilation performance
      ` [PATCH v5 13/14] c++: Implement __rank built-in trait
        ` [PATCH v6 "
      ` [PATCH v5 14/14] libstdc++: Optimize std::rank compilation performance

[committed] libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]
 2024-02-15 11:46 UTC 

[committed] libstdc++: Use memset to optimize std::bitset::set() [PR113807]
 2024-02-15 11:46 UTC 

[committed] libstdc++: Use unsigned division in std::rotate [PR113811]
 2024-02-15 11:46 UTC 

[committed] libstdc++: Avoid aliasing violation in std::valarray [PR99117]
 2024-02-15 11:45 UTC 

[committed] libstdc++: Update tzdata to 2024a
 2024-02-15 11:45 UTC 

[pushed] libstdc++: C++ item p2442 is version 1 only
 2024-02-14  1:34 UTC 

Question about _GLIBCXX_HAVE_BUILTIN_IS_SAME
 2024-02-13 23:34 UTC  (4+ messages)

[PATCH] libstdc++: Fix constexpr basic_string union member [PR113294]
 2024-02-12 22:23 UTC  (3+ messages)

[PATCH] libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_same
 2024-02-09 18:06 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).