public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v11 00/40] Optimize type traits performance
 2023-09-15  2:21 UTC  (48+ messages)
` [PATCH v11 01/40] c++: Sort built-in identifiers alphabetically
` [PATCH v11 02/40] c++: Implement __is_const built-in trait
` [PATCH v11 03/40] libstdc++: Optimize is_const trait performance
` [PATCH v11 04/40] c++: Implement __is_volatile built-in trait
` [PATCH v11 05/40] libstdc++: Optimize is_volatile trait performance
` [PATCH v11 06/40] c++: Implement __is_array built-in trait
` [PATCH v11 07/40] libstdc++: Optimize is_array trait performance
` [PATCH v11 08/40] c++: Implement __is_unbounded_array built-in trait
` [PATCH v11 09/40] libstdc++: Optimize is_unbounded_array trait performance
` [PATCH v11 10/40] c++: Implement __is_bounded_array built-in trait
` [PATCH v11 11/40] libstdc++: Optimize is_bounded_array trait performance
` [PATCH v11 12/40] c++: Implement __is_scoped_enum built-in trait
` [PATCH v11 13/40] libstdc++: Optimize is_scoped_enum trait performance
` [PATCH v11 14/40] c++: Implement __is_member_pointer built-in trait
` [PATCH v11 15/40] libstdc++: Optimize is_member_pointer trait performance
` [PATCH v11 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
` [PATCH v11 17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly
` [PATCH v11 18/40] c++: Implement __is_member_function_pointer built-in trait
` [PATCH v11 19/40] libstdc++: Optimize is_member_function_pointer trait performance
` [PATCH v11 20/40] c++: Implement __is_member_object_pointer built-in trait
` [PATCH v11 21/40] libstdc++: Optimize is_member_object_pointer trait performance
` [PATCH v11 22/40] c++: Implement __is_reference built-in trait
` [PATCH v11 23/40] libstdc++: Optimize is_reference trait performance
` [PATCH v11 24/40] c++: Implement __is_function built-in trait
` [PATCH v11 25/40] libstdc++: Optimize is_function trait performance
` [PATCH v11 26/40] libstdc++: Optimize is_object "
` [PATCH v11 27/40] c++: Implement __remove_pointer built-in trait
` [PATCH v11 28/40] libstdc++: Optimize remove_pointer trait performance
` [PATCH v11 29/40] c++, libstdc++: Implement __is_pointer built-in trait
` [PATCH v11 30/40] libstdc++: Optimize is_pointer trait performance
` [PATCH v11 31/40] c++, libstdc++: Implement __is_arithmetic built-in trait
` [PATCH v11 32/40] libstdc++: Optimize is_arithmetic trait performance
` [PATCH v11 33/40] libstdc++: Optimize is_fundamental "
` [PATCH v11 34/40] libstdc++: Optimize is_compound "
` [PATCH v11 35/40] c++: Implement __is_unsigned built-in trait
` [PATCH v11 36/40] libstdc++: Optimize is_unsigned trait performance
` [PATCH v11 37/40] c++, libstdc++: Implement __is_signed built-in trait
` [PATCH v11 38/40] libstdc++: Optimize is_signed trait performance
` [PATCH v11 39/40] c++, libstdc++: Implement __is_scalar built-in trait
` [PATCH v11 40/40] libstdc++: Optimize is_scalar trait performance
` [PATCH v12 00/40] Optimize type traits performance
  ` [PATCH v12 05/40] libstdc++: Optimize is_volatile trait performance
  ` [PATCH v12 11/40] libstdc++: Optimize is_bounded_array "
  ` [PATCH v12 16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space
  ` [PATCH v12 28/40] libstdc++: Optimize remove_pointer trait performance

[PATCH] libstdc++: Use C++20 constraints in <bit>
 2023-09-14 18:58 UTC  (3+ messages)

[committed] libstdc++: Add testcase for std::make_integer_sequence bug [PR111357]
 2023-09-14 13:32 UTC 

[committed] libstdc++: Support dg-additional-files in tests
 2023-09-14 13:27 UTC 

[committed] libstdc++: Remove some more unconditional uses of atomics
 2023-09-14 13:27 UTC 

[PATCH 1/2] testsuite: Add and use thread_fence effective-target
 2023-09-14  9:25 UTC  (16+ messages)
` [PATCH 2/2] libstdc++: Add dg-require-thread-fence in several tests
                        ` [PATCH v2 "

[PATCH] libstdc++: Remove some more unconditional uses of atomics
 2023-09-14  9:11 UTC  (6+ messages)

[PATCH] [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11 [PR 111050]
 2023-09-14  4:46 UTC  (6+ messages)

[committed] Limit <stacktrace> header synopsis test to normal namespace
 2023-09-14  4:29 UTC 

[PATCH] libstdc++: Reduce integer std::to/from_chars symbol sizes
 2023-09-13 22:52 UTC 

[PATCH][_GLIBCXX_INLINE_VERSION] Fix <format> friend declarations
 2023-09-13 20:50 UTC  (6+ messages)

[committed] libstdc++: Format Python code according to PEP8
 2023-09-12 18:48 UTC  (2+ messages)

[PATCH 00/13] libstdc++: Add support for running tests with multiple -std options
 2023-09-12 13:39 UTC  (16+ messages)
` [PATCH 01/13] "
` [PATCH 02/13] libstdc++: Replace dg-options "-std=c++11" with dg-add-options strict_std
` [PATCH 03/13] libstdc++: Replace dg-options "-std=c++17" "
` [PATCH 04/13] libstdc++: Replace dg-options "-std=c++20" "
` [PATCH 05/13] libstdc++: Remove dg-options "-std=c++20" from <span> and <cuchar> tests
` [PATCH 06/13] libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> tests
` [PATCH 07/13] libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo tests
` [PATCH 08/13] libstdc++: Remove dg-options "-std=gnu++20" from std::format tests
` [PATCH 09/13] libstdc++: Remove dg-options "-std=gnu++20" from std::chrono tests
` [PATCH 10/13] libstdc++: Remove dg-options "-std=gnu++23" from std::expected tests
` [PATCH 11/13] libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
` [PATCH 12/13] libstdc++: Remove dg-options "-std=gnu++2a" from XFAIL std::span tests
` [PATCH 13/13] libstdc++: Simplify dejagnu directives for some tests using threads
  ` [PATCH 14/13] libstdc++: Re-initialize static data files used by tests

[PATCH 1/3] libstdc++: Remove std::bind_front specialization for no bound args
 2023-09-12 13:16 UTC  (7+ messages)
` [PATCH 2/3] libstdc++: Fix std::bind_front perfect forwarding [PR111327]
` [PATCH 3/3] libstdc++: Fix std::not_fn "

[committed] contrib: Quote variable in test expression [PR111360]
 2023-09-12 11:45 UTC 

[PATCH 0/2] Optimize is_member_object_pointer trait performance
 2023-09-12  7:23 UTC  (3+ messages)
` [PATCH 1/2] c++: Implement __is_member_object_pointer built-in trait
` [PATCH 2/2] libstdc++: Optimize is_member_object_pointer trait performance

[PATCH 0/2] Optimize is_scoped_enum trait performance
 2023-09-12  6:50 UTC  (4+ messages)
` [PATCH 1/2] c++: Implement __is_scoped_enum built-in trait
` [PATCH 2/2] libstdc++: Optimize is_scoped_enum trait performance

[PATCH 0/2] Optimize is_member_pointer trait performance
 2023-09-12  4:26 UTC  (3+ messages)
` [PATCH 1/2] c++: Implement __is_member_pointer built-in trait
` [PATCH 2/2] libstdc++: Optimize is_member_pointer trait performance

[PATCH 0/2] Optimize is_bounded_array trait performance
 2023-09-12  2:38 UTC  (3+ messages)
` [PATCH 1/2] c++: Implement __is_bounded_array built-in trait
` [PATCH 2/2] libstdc++: Optimize is_bounded_array trait performance

[PATCH 0/2] Optimize is_unbounded_array trait performance
 2023-09-11 22:11 UTC  (3+ messages)
` [PATCH 1/2] c++: Implement __is_unbounded_array built-in trait
` [PATCH 2/2] libstdc++: Optimize is_unbounded_array trait performance

[PATCH 0/2] Optimize is_member_function_pointer trait performance
 2023-09-11 17:05 UTC  (3+ messages)
` [PATCH 1/2] c++: Implement __is_member_function_pointer built-in trait
` [PATCH 2/2] libstdc++: Optimize is_member_function_pointer trait performance

[committed] libstdc++: Remove unconditional use of atomics in Debug Mode
 2023-09-11 16:08 UTC 

[committed] libstdc++: Move __glibcxx_assert_fail to its own file
 2023-09-11 16:07 UTC 

[PATCH] libstdc++ Use _GLIBCXX_USE_BUILTIN_TRAIT
 2023-09-11 15:50 UTC  (2+ messages)

[PATCH] libstdc++: Define _GLIBCXX_HAS_BUILTIN_TRAIT
 2023-09-11 14:58 UTC  (6+ messages)
` [PATCH v2] "

[committed] libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)
 2023-09-11 13:57 UTC 

[committed] libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.a
 2023-09-08 18:16 UTC  (2+ messages)

[committed] libstdc++: Update outdated default -std in testing docs
 2023-09-08 18:15 UTC 

[PATCH] libstdc++: Fix -Wunused-parameter warnings
 2023-09-08 17:12 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: Reduce output of 'make check'
 2023-09-08 17:06 UTC  (7+ messages)

[PATCH] libbacktrace: Fix unconditional -Werror
 2023-09-08 17:05 UTC  (4+ messages)

Support in the GCC(/C++) test suites for '-fno-exceptions'
 2023-09-08 13:30 UTC  (4+ messages)
  ` Skip a number of C++ test cases for '-fno-exceptions' testing (was: Support in the GCC(/C++) test suites for '-fno-exceptions')

[PATCH v2] LoongArch: Adjust C++ multilib header layout
 2023-09-08  9:52 UTC  (2+ messages)
` [pushed][PATCH "

[PATCH][Hashtable] Performance optimization through use of insertion hint
 2023-09-07 16:55 UTC  (4+ messages)

[PATCH 0/2] libstdc++: Documentation fixes
 2023-09-07 16:54 UTC  (3+ messages)

[committed] libstdc++: Simplify dejagnu target selector
 2023-09-07 16:41 UTC 

[committed] libstdc++: Remove trailing whitespace from dejagnu files
 2023-09-07 16:41 UTC 

[PATCH] libstdc++ Add cstdarg to freestanding
 2023-09-07 16:28 UTC  (6+ messages)

[committed] libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwd
 2023-09-07 16:06 UTC 

[committed] libstdc++: Disable <stacktrace> support by default for avr
 2023-09-07 16:06 UTC 

[committed] libstdc++: Fix missing/misplaced { dg-options "-std=gnu++20" } in tests
 2023-09-07  7:11 UTC 

[committed] libstdc++: Fix <ranges> tests that fail in C++23
 2023-09-07  7:11 UTC 

[committed] libstdc++: Simplify C++20 poison pill overloads (P2602R2)
 2023-09-07  7:11 UTC 

[committed] libstdc++: Rename C++20 Customization Point Objects
 2023-09-07  7:11 UTC 

[committed] libstdc++: Relax range adaptors for move-only types (P2494R2)
 2023-09-07  7:11 UTC 

[committed] libstdc++: Avoid -Wunused-parameter warning in testsuite helper
 2023-09-07  7:11 UTC 

[PATCH] LoongArch: Link c++ header directory in the default ABI to the toplevel
 2023-09-07  3:09 UTC  (2+ messages)

[RFC] libstdc++: Make --enable-libstdcxx-backtrace=auto default to yes
 2023-09-06 23:51 UTC  (11+ messages)

[committed] libstdc++: Disable <stacktrace> support by default for freestanding
 2023-09-06 22:28 UTC 

[committed] libstdc++: Remove unnecessary dg-options and outdated comment
 2023-09-04 16:29 UTC 

[committed] libstdc++: Remove dg-options "-std=c++98" from TR1 tests
 2023-09-04 16:29 UTC 

[committed] libstdc++: Enable std::auto_ptr tests for C++11 and later
 2023-09-04 16:29 UTC 

[committed] libstdc++: Fix filenames and comments in tests [PR26142]
 2023-09-04 16:29 UTC 

[committed] libstdc++: Add { target c++98_only } to tests
 2023-09-04 16:29 UTC 

[committed] libstdc++: Add explicit -std=gnu++98 to tests that use { target c++98_only }
 2023-09-04 16:29 UTC 

[committed] libstdc++: Add missing target selector to std::expected test
 2023-09-04 16:28 UTC 

[PATCH 1/2] c++: implement __remove_pointer built-in trait
 2023-09-04 15:00 UTC  (3+ messages)
` [PATCH v2 "
  ` [PING][PATCH "

[PATCH 1/2] c++, libstdc++: implement __is_scalar built-in trait
 2023-09-04 15:00 UTC  (3+ messages)
` [PATCH v2 "
  ` [PING][PATCH "

[PATCH v8 0/6] c++, libstdc++: get std::is_object to dispatch to new built-in traits
 2023-09-04 15:00 UTC  (8+ messages)
` [PATCH v10 0/5] c++, libstdc++: Make std::is_object "
  ` [PATCH v10 2/5] libstdc++: Use new built-in trait __is_reference for std::is_reference
      ` [PING][PATCH "
  ` [PATCH v10 3/5] c++: Implement __is_function built-in trait
      ` [PING][PATCH "

[PATCH v3 1/2] c++: implement __is_unsigned built-in trait
 2023-09-04 15:00 UTC  (4+ messages)
` [PATCH v4 "
    ` [PING][PATCH "

[PATCH v2 1/3] c++, libstdc++: Implement __is_arithmetic built-in trait
 2023-09-04 15:00 UTC  (4+ messages)
` [PATCH v5 1/4] "

[PING][PATCH v2 2/2] libstdc++: Use new built-in trait __is_signed
 2023-09-04 10:25 UTC  (2+ messages)

[committed] libstdc++: Fix compare_exchange_padding.cc test for std::atomic_ref
 2023-09-01 18:14 UTC  (4+ 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).