https://gcc.gnu.org/g:7dd8c905219b8e2dfe4ec968a03623989f8f0c80
commit r15-134-g7dd8c905219b8e2dfe4ec968a03623989f8f0c80
Author: Ken Matsui
Date: Tue Mar 21 09:10:52 2023 -0700
c++: Implement __is_const built-in trait
This patch implements built-in trait for std::is_const.
https://gcc.gnu.org/g:9b51b3e79e4b0533bd2b37dcf734ed4a0739af3c
commit r15-135-g9b51b3e79e4b0533bd2b37dcf734ed4a0739af3c
Author: Ken Matsui
Date: Wed Mar 22 16:26:25 2023 -0700
c++: Implement __is_volatile built-in trait
This patch implements built-in trait for std::is_volatile.
https://gcc.gnu.org/g:cb5d904c775ed7172f8dd7565ec7f5395503d06f
commit r15-136-gcb5d904c775ed7172f8dd7565ec7f5395503d06f
Author: Ken Matsui
Date: Sun Jul 9 17:49:08 2023 -0700
c++: Implement __is_pointer built-in trait
This patch implements built-in trait for std::is_pointer.
https://gcc.gnu.org/g:0e12aa6c26a9566f5b1a9b6d111a9e27507e213d
commit r15-206-g0e12aa6c26a9566f5b1a9b6d111a9e27507e213d
Author: Ken Matsui
Date: Wed Feb 28 13:00:23 2024 -0800
contrib/gcc-changelog/git_check_commit.py: Implement --num-commits
This patch implements a --num-commits
https://gcc.gnu.org/g:06d64eb96cd9faf7e725bd4fbe5b859d23c5ecb5
commit r15-368-g06d64eb96cd9faf7e725bd4fbe5b859d23c5ecb5
Author: Ken Matsui
Date: Mon Sep 11 13:54:39 2023 -0700
c++: Implement __is_unbounded_array built-in trait
This patch implements built-in trait for std::is_unbou
https://gcc.gnu.org/g:2763f81e0b93700bc879690ce2a7d258c3989924
commit r15-369-g2763f81e0b93700bc879690ce2a7d258c3989924
Author: Ken Matsui
Date: Wed Feb 14 03:40:00 2024 -0800
c++: Implement __add_pointer built-in trait
This patch implements built-in trait for std::add_pointer.
https://gcc.gnu.org/g:e1ca1fa1c7a347088551aa7de521d2a87c1a7863
commit r15-370-ge1ca1fa1c7a347088551aa7de521d2a87c1a7863
Author: Ken Matsui
Date: Wed Feb 14 05:49:35 2024 -0800
c++: Implement __remove_extent built-in trait
This patch implements built-in trait for std::remove_extent
https://gcc.gnu.org/g:86812be98a129ac9923df5dfb6b457bfe28e9e8c
commit r15-371-g86812be98a129ac9923df5dfb6b457bfe28e9e8c
Author: Ken Matsui
Date: Wed Feb 14 22:45:31 2024 -0800
c++: Implement __remove_all_extents built-in trait
This patch implements built-in trait for std::remove_a
https://gcc.gnu.org/g:c08d1afbf539a672f28100640d964565ac575ff5
commit r15-372-gc08d1afbf539a672f28100640d964565ac575ff5
Author: Ken Matsui
Date: Wed Feb 14 23:21:35 2024 -0800
c++: Implement __add_lvalue_reference built-in trait
This patch implements built-in trait for std::add_lv
https://gcc.gnu.org/g:85c2ba4244196dcccdf0647ff49f376c52513f65
commit r15-373-g85c2ba4244196dcccdf0647ff49f376c52513f65
Author: Ken Matsui
Date: Thu Feb 15 00:48:14 2024 -0800
c++: Implement __add_rvalue_reference built-in trait
This patch implements built-in trait for std::add_rv
https://gcc.gnu.org/g:142d1d8e057c0e6da7f4e6eba4cc265c556d2dd8
commit r15-374-g142d1d8e057c0e6da7f4e6eba4cc265c556d2dd8
Author: Ken Matsui
Date: Thu Feb 15 04:43:41 2024 -0800
c++: Implement __decay built-in trait
This patch implements built-in trait for std::decay.
gcc/c
https://gcc.gnu.org/g:37fad797adea340307fb33c3d7a0a17652063a33
commit r15-375-g37fad797adea340307fb33c3d7a0a17652063a33
Author: Ken Matsui
Date: Thu Feb 15 07:17:31 2024 -0800
c++: Implement __array_rank built-in trait
This patch implements built-in trait for std::rank.
g
https://gcc.gnu.org/g:7bd33955970202095738e85c4ddf161432ece099
commit r15-376-g7bd33955970202095738e85c4ddf161432ece099
Author: Ken Matsui
Date: Mon Feb 19 18:10:16 2024 -0800
c++: Implement __is_invocable built-in trait
This patch implements built-in trait for std::is_invocable.
https://gcc.gnu.org/g:3dab8f8a542aeabfab1a244a7a601b220680c80b
commit r15-377-g3dab8f8a542aeabfab1a244a7a601b220680c80b
Author: Ken Matsui
Date: Wed Feb 21 00:46:56 2024 -0800
c++: Implement __is_nothrow_invocable built-in trait
This patch implements built-in trait for std::is_not
https://gcc.gnu.org/g:30ff6c55ba0f2262cf292c90d7b9d771005305f0
commit r15-437-g30ff6c55ba0f2262cf292c90d7b9d771005305f0
Author: Ken Matsui
Date: Sun May 12 23:43:55 2024 -0700
c++: Avoid using __array_rank as a variable name [PR115061]
This patch fixes a compilation error when bui
https://gcc.gnu.org/g:eea62ce6fbcffb8acc227e5dbed74d2b627ce84d
commit r15-1245-geea62ce6fbcffb8acc227e5dbed74d2b627ce84d
Author: Ken Matsui
Date: Tue Mar 21 17:09:34 2023 -0700
libstdc++: Optimize std::is_const compilation performance
This patch optimizes the compilation performan
https://gcc.gnu.org/g:bb99672e0c49d8b8822664eaabc10cd51a42aab4
commit r15-1246-gbb99672e0c49d8b8822664eaabc10cd51a42aab4
Author: Ken Matsui
Date: Wed Mar 22 16:28:06 2023 -0700
libstdc++: Optimize std::is_volatile compilation performance
This patch optimizes the compilation perfor
https://gcc.gnu.org/g:d5e994f44653b913e24753351e713befffbf1a01
commit r15-1249-gd5e994f44653b913e24753351e713befffbf1a01
Author: Ken Matsui
Date: Wed Feb 14 05:50:49 2024 -0800
libstdc++: Optimize std::remove_extent compilation performance
This patch optimizes the compilation perf
https://gcc.gnu.org/g:66f5bebd126657ec4b430fa9bc4b8557485f469d
commit r15-1250-g66f5bebd126657ec4b430fa9bc4b8557485f469d
Author: Ken Matsui
Date: Wed Feb 14 22:47:05 2024 -0800
libstdc++: Optimize std::remove_all_extents compilation performance
This patch optimizes the compilation
https://gcc.gnu.org/g:9d0dba02c5452d5906f87e59455a4c38944eb217
commit r15-1251-g9d0dba02c5452d5906f87e59455a4c38944eb217
Author: Ken Matsui
Date: Thu Feb 15 04:44:54 2024 -0800
libstdc++: Optimize std::decay compilation performance
This patch optimizes the compilation performance
https://gcc.gnu.org/g:3060e9230264d60be349414285c361b7d32f233c
commit r15-1254-g3060e9230264d60be349414285c361b7d32f233c
Author: Ken Matsui
Date: Wed Feb 21 00:49:10 2024 -0800
libstdc++: Optimize std::is_nothrow_invocable compilation performance
This patch optimizes the compilati
https://gcc.gnu.org/g:014879ea4c86b3b8ab6b61a1226ee5b31e816c8b
commit r15-1289-g014879ea4c86b3b8ab6b61a1226ee5b31e816c8b
Author: Ken Matsui
Date: Wed Jul 12 13:43:44 2023 -0700
libstdc++: Optimize std::is_pointer compilation performance
This patch optimizes the compilation perform
https://gcc.gnu.org/g:3f3eb16743a126ebe6d200ad0091495b6f11962a
commit r15-1291-g3f3eb16743a126ebe6d200ad0091495b6f11962a
Author: Ken Matsui
Date: Thu Feb 15 00:49:55 2024 -0800
libstdc++: Optimize std::add_rvalue_reference compilation performance
This patch optimizes the compilati
https://gcc.gnu.org/g:f709990333597b30dff54876bfdaada14e9cde30
commit r15-4199-gf709990333597b30dff54876bfdaada14e9cde30
Author: Ken Matsui
Date: Wed Oct 9 07:32:20 2024 -0400
libcpp: Use ' instead of %< and %> [PR117039]
PR bootstrap/117039
libcpp/ChangeLog:
https://gcc.gnu.org/g:821d56100e1110ab6a166f50819522254eb30923
commit r15-4191-g821d56100e1110ab6a166f50819522254eb30923
Author: Ken Matsui
Date: Fri Mar 1 22:10:55 2024 -0800
gcc, libcpp: Add warning switch for "#pragma once in main file" [PR89808]
This patch adds a warning switc
25 matches
Mail list logo