public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2 0/8] Optimize more type traits
 2024-02-19 13:51 UTC  (19+ 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 04/22] libstdc++: Optimize std::is_volatile "
    ` [PATCH v7 06/22] libstdc++: Optimize std::is_pointer "
    ` [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 10/22] libstdc++: Optimize std::add_pointer "
    ` [PATCH v7 11/22] c++: Implement __remove_extent built-in trait
    ` [PATCH v7 12/22] libstdc++: Optimize std::remove_extent compilation performance
    ` [PATCH v7 14/22] libstdc++: Optimize std::remove_all_extents "
    ` [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 19/22] c++: Implement __decay "
    ` [PATCH v7 20/22] libstdc++: Optimize std::decay compilation performance
    ` [PATCH v7 21/22] c++: Implement __rank built-in trait

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

[PATCH][_GLIBCXX_DEBUG] Fix std::__niter_base behavior
 2024-02-19  8:21 UTC  (10+ 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  (14+ messages)
        ` [PING][PATCH] "

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

[PATCH] libstdc++: add ARM SVE support to std::experimental::simd
 2024-02-09 14:28 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: optimize bit iterators assuming normalization [PR110807]
 2024-02-09  8:49 UTC  (7+ messages)
  ` [PATCH v2] "

[committed] libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>>
 2024-02-08 21:49 UTC 

[committed] libstdc++: Add comment to gslice::operator=(const gslice&) [PR100147]
 2024-02-08 21:49 UTC 

[committed] libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtin
 2024-02-08 17:05 UTC  (2+ messages)

[PATCH] libstdc++: Work around modules issue causing hello-1 ICE [PR113710]
 2024-02-08  9:25 UTC  (4+ messages)

[PATCH 2/2] testsuite: Replace many dg-require-thread-fence with dg-require-atomic-exchange
 2024-02-07 17:37 UTC  (11+ messages)
        ` [PATCH v2 1/2] testsuite: Add dg-require-atomic-cmpxchg-word
          ` Ping: "

[PATCH] [testsuite] Fix pretty printers regexps for GDB output
 2024-02-06  9:26 UTC  (4+ messages)

[PATCH] libstdc++: /dev/null is not accessible on Windows
 2024-02-06  8:38 UTC  (3+ messages)

GCC GSoC 2024: Call for project ideas and mentors
 2024-02-02 17:33 UTC  (2+ messages)

[committed] libstdc++: Make std::function deduction guide support explicit object functions [PR113335]
 2024-02-02 14:42 UTC 

[committed] libstdc++: Fix experimental/names.cc failure on AIX
 2024-02-02 13:54 UTC 

[PATCH] libstdc++: Add copyright and license text to new generated headers
 2024-02-02 13:27 UTC 

[PATCH][gcc-13] libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.a
 2024-02-02 12:29 UTC  (2+ messages)

[PATCH] libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols
 2024-02-02 12:26 UTC  (2+ messages)

[committed,gcc-12] libstdc++: Force-inline shared_ptr::operator bool() for C++20 [PR108636]
 2024-02-02 10:39 UTC 

[committed] libstdc++: Implement some missing functions for net::ip::network_v6
 2024-02-02 10:29 UTC 

[committed 1/2] libstdc++: Avoid reusing moved-from iterators in PSTL tests [PR90276]
 2024-02-02 10:28 UTC  (2+ messages)
` [committed 2/2] libstdc++: Fix invalid order in PSTL inplace_merge test [PR90276]

[committed] libstdc++: Allow explicit conversion of string views with different traits
 2024-02-02 10:25 UTC 

[committed] libstdc++: Remove noexcept from std::osyncstream::operator=
 2024-02-02 10:24 UTC 

[committed] libstdc++: Remove noexcept from std::generator::promise_type::yield_value
 2024-02-02 10:24 UTC 

[PATCH 1/2] libstdc++: Replace padding bits with a bit-field in __format::_Spec
 2024-02-01 19:50 UTC  (11+ messages)
` [PATCH 2/2] libstdc++: Handle encodings in localized chrono formatting [PR109162]

[committed] libstdc++: Do not use def-file-line for each macro in <bits/version.h>
 2024-02-01 15:29 UTC 

[committed] libstdc++: Update expected error for debug/constexpr*_neg.cc tests
 2024-02-01 15:28 UTC 

[committed] libstdc++: Fix -Wdeprecated warning about implicit capture of 'this'
 2024-02-01 15:27 UTC 

[PATCH] mklog: Add lookup for new generated files in libstdc++
 2024-02-01 10:19 UTC  (4+ messages)
  ` [PATCH v2] "

Fwd: [Bug libstdc++/90276] PSTL tests fail in Debug Mode
 2024-01-31 23:33 UTC  (2+ messages)
  `  "

[PATCH 1/2] libstdc++/pair: Define _S_const_assignable helper for C++20
 2024-01-31 21:55 UTC  (13+ messages)
` [PATCH 2/2] libstdc++: Implement P2165R4 changes to std::pair/tuple/etc

[PATCH] libstdc++: Enable std::text_encoding for darwin and FreeBSD
 2024-01-31  9:55 UTC  (3+ messages)

[committed] libstdc++: Add "ASCII" as an alias for std::text_encoding::id::ASCII
 2024-01-31  9:50 UTC 

[committed] libstdc++: Add all supported headers to lists in the manual
 2024-01-31  9:48 UTC 

[committed] libstdc++: Fix -Wshift-count-overflow warning in std::bitset
 2024-01-31  9:44 UTC 

_GLIBCXX_DEBUG_BACKTRACE broken
 2024-01-29 19:14 UTC  (4+ messages)

[PATCH] libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512]
 2024-01-26 17:48 UTC  (3+ messages)

[PATCH] libstdc++: hashtable: No need to update before begin node in _M_remove_bucket_begin
 2024-01-24  5:39 UTC  (13+ messages)

[PATCH] c++: -Wdangling-reference and lambda false warning [PR109640]
 2024-01-23 21:03 UTC  (2+ messages)

[committed] libstdc++: Fix std::format for floating-point chrono::time_point [PR113500]
 2024-01-22 13:48 UTC  (3+ messages)

[committed] libstdc++: Fix std::chrono::file_clock conversions for low-precision times
 2024-01-21 22:25 UTC 

[committed] libstdc++: Fix std::format floating-point alternate forms [PR113512]
 2024-01-21 13:35 UTC 

[PATCH] libstdc++: suppress -Wdangling-reference with operator| [PR111410]
 2024-01-20  7:46 UTC  (2+ messages)

[committed] libstdc++: Do not use CTAD for _Utf32_view alias template (redux)
 2024-01-19 19:13 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).