Show patches with: Submitter = Ken Matsui       |    State = Action Required       |    Archived = No       |   914 patches
« 1 2 3 49 10 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[01/14] c++: Implement __is_integral built-in trait Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[02/11] gcc/doc/extend.texi: Add documentation for __is_array [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[02/14] libstdc++: Optimize std::is_integral compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[03/11] gcc/doc/extend.texi: Add documentation for __is_bounded_array [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[03/14] c++: Implement __is_floating_point built-in trait Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[04/11] gcc/doc/extend.texi: Add documentation for __is_function [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[04/14] libstdc++: Optimize std::is_floating_point compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[05/11] gcc/doc/extend.texi: Add documentation for __is_member_function_pointer [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[05/14] c++: Implement __is_arithmetic built-in trait Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[06/11] gcc/doc/extend.texi: Add documentation for __is_member_object_pointer [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[06/14] libstdc++: Optimize std::is_arithmetic compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[07/11] gcc/doc/extend.texi: Add documentation for __is_member_pointer [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[07/14] libstdc++: Optimize std::is_fundamental compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[08/11] gcc/doc/extend.texi: Add documentation for __is_object [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[08/14] libstdc++: Optimize std::is_compound compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[09/11] gcc/doc/extend.texi: Add documentation for __is_reference [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[09/14] c++: Implement __is_unsigned built-in trait Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[1/2] c++, libstdc++: implement __is_arithmetic built-in trait [1/2] c++, libstdc++: implement __is_arithmetic built-in trait - - - - --- 2023-07-09 Ken Matsui New
[1/2] c++, libstdc++: implement __is_pointer built-in trait [1/2] c++, libstdc++: implement __is_pointer built-in trait - - - - --- 2023-07-10 Ken Matsui New
[1/2] c++, libstdc++: implement __is_signed built-in trait [1/2] c++, libstdc++: implement __is_signed built-in trait - - - - --- 2023-07-09 Ken Matsui New
[1/2] c++: Implement __add_pointer built-in trait [1/2] c++: Implement __add_pointer built-in trait - - - - --- 2024-02-14 Ken Matsui New
[1/2] c++: Implement __is_bounded_array built-in trait Optimize is_bounded_array trait performance - - - - --- 2023-09-12 Ken Matsui New
[1/2] c++: Implement __is_member_function_pointer built-in trait Optimize is_member_function_pointer trait performance - - - - --- 2023-09-11 Ken Matsui New
[1/2] c++: Implement __is_member_object_pointer built-in trait Optimize is_member_object_pointer trait performance - - - - --- 2023-09-12 Ken Matsui New
[1/2] c++: Implement __is_member_pointer built-in trait Optimize is_member_pointer trait performance - - - - --- 2023-09-12 Ken Matsui New
[1/2] c++: Implement __is_scoped_enum built-in trait Optimize is_scoped_enum trait performance - - - - --- 2023-09-12 Ken Matsui New
[1/2] c++: Implement __is_unbounded_array built-in trait Optimize is_unbounded_array trait performance - - - - --- 2023-09-11 Ken Matsui New
[1/8] c++, tree: Move TYPE_REF_P to tree.h Tweak predicate macros in tree - - - - --- 2023-07-18 Ken Matsui New
[1/8] c++: Implement __is_const built-in trait Optimize more type traits - - - - --- 2023-12-23 Ken Matsui New
[10/11] gcc/doc/extend.texi: Add documentation for __is_scoped_enum [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[10/14] libstdc++: Optimize std::is_unsigned compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[11/11] gcc/doc/extend.texi: Add documentation for __remove_pointer [01/11] gcc/doc/extend.texi: Sort built-in traits alphabetically - - - - --- 2024-03-02 Ken Matsui New
[11/14] c++: Implement __is_signed built-in trait Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[12/14] libstdc++: Optimize std::is_signed compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[13/14] c++: Implement __is_scalar built-in trait Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[14/14] libstdc++: Optimize std::is_scalar compilation performance Optimize integral-related type traits - - - - --- 2024-01-10 Ken Matsui New
[2/2] libstdc++: Optimize is_bounded_array trait performance Optimize is_bounded_array trait performance - - - - --- 2023-09-12 Ken Matsui New
[2/2] libstdc++: Optimize is_member_function_pointer trait performance Optimize is_member_function_pointer trait performance - - - - --- 2023-09-11 Ken Matsui New
[2/2] libstdc++: Optimize is_member_object_pointer trait performance Optimize is_member_object_pointer trait performance - - - - --- 2023-09-12 Ken Matsui New
[2/2] libstdc++: Optimize is_member_pointer trait performance Optimize is_member_pointer trait performance - - - - --- 2023-09-12 Ken Matsui New
[2/2] libstdc++: Optimize is_scoped_enum trait performance Optimize is_scoped_enum trait performance - - - - --- 2023-09-12 Ken Matsui New
[2/2] libstdc++: Optimize is_unbounded_array trait performance Optimize is_unbounded_array trait performance - - - - --- 2023-09-11 Ken Matsui New
[2/2] libstdc++: Optimize std::add_pointer compilation performance [1/2] c++: Implement __add_pointer built-in trait - - - - --- 2024-02-14 Ken Matsui New
[2/2] libstdc++: use new built-in trait __is_arithmetic [1/2] c++, libstdc++: implement __is_arithmetic built-in trait - - - - --- 2023-07-09 Ken Matsui New
[2/2] libstdc++: use new built-in trait __is_pointer [1/2] c++, libstdc++: implement __is_pointer built-in trait - - - - --- 2023-07-10 Ken Matsui New
[2/2] libstdc++: use new built-in trait __is_signed [1/2] c++, libstdc++: implement __is_signed built-in trait - - - - --- 2023-07-09 Ken Matsui New
[2/8] gcc: Use TYPE_REF_P Tweak predicate macros in tree - - - - --- 2023-07-18 Ken Matsui New
[2/8] libstdc++: Optimize std::is_const compilation performance Optimize more type traits - - - - --- 2023-12-23 Ken Matsui New
[3/8] c++, tree: Move TYPE_PTR_P to tree.h Tweak predicate macros in tree - - - - --- 2023-07-18 Ken Matsui New
[4/8] c++, tree: Move INDIRECT_TYPE_P to tree.h Tweak predicate macros in tree - - - - --- 2023-07-18 Ken Matsui New
[6/8] tree: Remove POINTER_TYPE_P Tweak predicate macros in tree - - - - --- 2023-07-18 Ken Matsui New
[7/8] tree: Define TYPE_REF_IS_LVALUE Tweak predicate macros in tree - - - - --- 2023-07-18 Ken Matsui New
[8/8] c++, lto: Use TYPE_REF_IS_LVALUE Tweak predicate macros in tree - - - - --- 2023-07-18 Ken Matsui New
[COMMITTED] c++: Avoid using __array_rank as a variable name [PR115061] [COMMITTED] c++: Avoid using __array_rank as a variable name [PR115061] - - - - --- 2024-05-13 Ken Matsui New
[committed] c++: testsuite: Remove testsuite_tr1.h includes [committed] c++: testsuite: Remove testsuite_tr1.h includes - - 2 - --- 2023-12-22 Ken Matsui New
[committed] libstdc++: Optimize std::is_compound compilation performance [committed] libstdc++: Optimize std::is_compound compilation performance - - - - --- 2024-01-11 Ken Matsui New
[v10,1/5] c++: Implement __is_reference built-in trait c++, libstdc++: Make std::is_object dispatch to new built-in traits - - - - --- 2023-07-13 Ken Matsui New
[v10,2/5] libstdc++: Use new built-in trait __is_reference for std::is_reference c++, libstdc++: Make std::is_object dispatch to new built-in traits - - - - --- 2023-07-13 Ken Matsui New
[v10,24/24] libstdc++: Optimize std::is_invocable compilation performance Untitled series #395853 - - - - --- 2024-02-20 Ken Matsui New
[v10,3/5] c++: Implement __is_function built-in trait c++, libstdc++: Make std::is_object dispatch to new built-in traits - - - - --- 2023-07-13 Ken Matsui New
[v10,4/5] libstdc++: Use new built-in trait __is_function for std::is_function c++, libstdc++: Make std::is_object dispatch to new built-in traits - - - - --- 2023-07-13 Ken Matsui New
[v10,5/5] libstdc++: Make std::is_object dispatch to new built-in traits c++, libstdc++: Make std::is_object dispatch to new built-in traits - - - - --- 2023-07-13 Ken Matsui New
[v11,01/40] c++: Sort built-in identifiers alphabetically Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,02/40] c++: Implement __is_const built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,03/40] libstdc++: Optimize is_const trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,04/40] c++: Implement __is_volatile built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,05/40] libstdc++: Optimize is_volatile trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,06/40] c++: Implement __is_array built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,07/40] libstdc++: Optimize is_array trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,08/40] c++: Implement __is_unbounded_array built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,09/40] libstdc++: Optimize is_unbounded_array trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,10/40] c++: Implement __is_bounded_array built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,11/40] libstdc++: Optimize is_bounded_array trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,12/40] c++: Implement __is_scoped_enum built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,13/40] libstdc++: Optimize is_scoped_enum trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,14/40] c++: Implement __is_member_pointer built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,15/40] libstdc++: Optimize is_member_pointer trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,16/40] c, c++: Use 16 bits for all use of enum rid for more keyword space Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,17/40] c-family: Fix C_SET_RID_CODE to handle 16-bit rid code correctly Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,18/40] c++: Implement __is_member_function_pointer built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,19/40] libstdc++: Optimize is_member_function_pointer trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,20/40] c++: Implement __is_member_object_pointer built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,21/40] libstdc++: Optimize is_member_object_pointer trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,22/40] c++: Implement __is_reference built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,23/24] c++: Implement __is_invocable built-in trait Untitled series #395896 - - - - --- 2024-02-21 Ken Matsui New
[v11,23/40] libstdc++: Optimize is_reference trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,24/40] c++: Implement __is_function built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,25/40] libstdc++: Optimize is_function trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,26/40] libstdc++: Optimize is_object trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,27/40] c++: Implement __remove_pointer built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,28/40] libstdc++: Optimize remove_pointer trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,29/40] c++, libstdc++: Implement __is_pointer built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,30/40] libstdc++: Optimize is_pointer trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,31/40] c++, libstdc++: Implement __is_arithmetic built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,32/40] libstdc++: Optimize is_arithmetic trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,33/40] libstdc++: Optimize is_fundamental trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,34/40] libstdc++: Optimize is_compound trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,35/40] c++: Implement __is_unsigned built-in trait Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
[v11,36/40] libstdc++: Optimize is_unsigned trait performance Optimize type traits performance - - - - --- 2023-09-14 Ken Matsui New
« 1 2 3 49 10 »