Show patches with: Archived = No       |   126776 patches
« 1 2 ... 725 726 7271267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v2] c++: extend cold, hot attributes to classes [RFC,v2] c++: extend cold, hot attributes to classes - - - - --- 2023-08-10 Javier Martinez New
[v3] c++: extend cold, hot attributes to classes [v3] c++: extend cold, hot attributes to classes - - - - --- 2023-08-11 Javier Martinez New
[v4] c++: extend cold, hot attributes to classes [v4] c++: extend cold, hot attributes to classes - - - - --- 2023-08-15 Javier Martinez New
[v5] c++: extend cold, hot attributes to classes [v5] c++: extend cold, hot attributes to classes - - - - --- 2023-08-23 Javier Martinez New
contrib/gen_autofdo_event.py: Allow for it to work if there are more than 3 hyphens in Family-model contrib/gen_autofdo_event.py: Allow for it to work if there are more than 3 hyphens in Family-model - - - - --- 2020-05-21 Javad Karabi New
c++: Fix warmth propagation for member function templates c++: Fix warmth propagation for member function templates - - - - --- 2023-12-12 Jason Xu New
Move C front end to its own directory (1/3) - - - - --- 2010-06-08 Jason Merrill New
C++ PATCH for C++0x aggregate list-initialization and overloading - - - - --- 2010-06-15 Jason Merrill New
RFA: PATCH to invoke lto-wrapper with -v if -debug was passed to collect2 - - - - --- 2010-06-15 Jason Merrill New
C++ PATCH for minor cleanup of type_has_user_provided_default_constructor - - - - --- 2010-06-15 Jason Merrill New
minor C++ PATCH to use DECL_IS_BUILTIN in duplicate_decls - - - - --- 2010-06-15 Jason Merrill New
C++0x PATCH for list value-initialization vs explicit constructors - - - - --- 2010-06-15 Jason Merrill New
C++0x PATCH to improve diagnostics with deleted functions - - - - --- 2010-06-15 Jason Merrill New
minor C++ PATCH to improve ambiguous conversion diagnostics - - - - --- 2010-06-15 Jason Merrill New
C++ PATCH to fix virtual overriding of operator= - - - - --- 2010-06-15 Jason Merrill New
RFA: libstdc++ testsuite PATCH for better error message pruning - - - - --- 2010-06-15 Jason Merrill New
C++0x PATCH to add -Wnoexcept, fix defaulted fn exception specs - - - - --- 2010-06-16 Jason Merrill New
C++0x PATCH to comparison of noexcept specifications - - - - --- 2010-06-22 Jason Merrill New
C++0x PATCH to trait handling of array of incomplete type - - - - --- 2010-06-22 Jason Merrill New
C++0x PATCH to explicit conversion handling - - - - --- 2010-06-26 Jason Merrill New
C++ PATCH for c++/44587 (qualified-ids as template arguments) - - - - --- 2010-06-29 Jason Merrill New
C++ PATCH for c++/44587 (qualified-ids as template arguments) - - - - --- 2010-06-29 Jason Merrill New
C++0x PATCHes for implicitly deleted, implicit move - - - - --- 2010-06-30 Jason Merrill New
: Add support of new __int128 type for targets having 128-bit integer scalar support - - - - --- 2010-07-01 Jason Merrill New
Minor C++ PATCH to dump_function_decl - - - - --- 2010-07-06 Jason Merrill New
C++ PATCH for c++/44778 (4.6 ptrmem regression) - - - - --- 2010-07-06 Jason Merrill New
C++ PATCH for c++/44703 (initializer_list typedef) - - - - --- 2010-07-06 Jason Merrill New
RFC [ABI]: C++ PATCH for c++/44540 - avoid mangling attribute noreturn - - - - --- 2010-07-06 Jason Merrill New
C++ PATCH for c++/43120 (wrong-code with covariant thunks) - - - - --- 2010-07-09 Jason Merrill New
C++ PATCH for c++/44909 (confusion with circular lazy declaration) - - - - --- 2010-07-13 Jason Merrill New
RFC [ABI]: C++ PATCH for c++/44540 - avoid mangling attribute noreturn - - - - --- 2010-07-13 Jason Merrill New
C++0x PATCH to implement unrestricted unions - - - - --- 2010-07-14 Jason Merrill New
C++ PATCH for c++/44909 (confusion with circular lazy declaration) - - - - --- 2010-07-15 Jason Merrill New
Split up option decoding code - - - - --- 2010-07-16 Jason Merrill New
git repository for constexpr (was Re: C++ PATCH for constexpr) - - - - --- 2010-07-16 Jason Merrill New
C++ PATCH to improve print_tree for TEMPLATE_INFO nodes - - - - --- 2010-07-16 Jason Merrill New
C++ PATCH for c++/32505 (missed error on partial specialization after instantiation) - - - - --- 2010-07-16 Jason Merrill New
[C++,committed] PR 44969 (first half) - - - - --- 2010-07-19 Jason Merrill New
RFC [ABI]: C++ PATCH for c++/44540 - avoid mangling attribute noreturn - - - - --- 2010-07-19 Jason Merrill New
C++ PATCH for c++/44996 (wrong decltype w/ rvalue ref) - - - - --- 2010-07-20 Jason Merrill New
C++ PATCH for c++/44967 (sfinae and variadic templates) - - - - --- 2010-07-20 Jason Merrill New
C++ PATCH: two minor constexpr-related fixes - - - - --- 2010-07-21 Jason Merrill New
C++0x PATCH for a couple of variadic templates/value-initialization issues - - - - --- 2010-07-27 Jason Merrill New
C++ PATCH for more SFINAE issues - - - - --- 2010-08-06 Jason Merrill New
C++ PATCH for nullptr decay - - - - --- 2010-08-06 Jason Merrill New
[v3] PATCH to add non-const deleted thread copy constructor - - - - --- 2010-08-06 Jason Merrill New
RFA: PATCH to constructor_static_from_elts_p - - - - --- 2010-08-06 Jason Merrill New
C++ PATCH for c++/45236 - - - - --- 2010-08-09 Jason Merrill New
C++ PATCH to improve -Wnoexcept with templates - - - - --- 2010-08-19 Jason Merrill New
C++ PATCH for c++/45315 (ICE on new T()) - - - - --- 2010-08-19 Jason Merrill New
C++/gimplify PATCH for c++/45307 (store of empty class not removed in gimplification) - - - - --- 2010-08-19 Jason Merrill New
C++ PATCH to overload resolution in synthesized member functions - - - - --- 2010-08-19 Jason Merrill New
C++ PATCH for c++/44991 (parse failure on default argument with <) - - - - --- 2010-08-29 Jason Merrill New
C++ PATCH to compound literal/T{} semantics - - - - --- 2010-09-06 Jason Merrill New
C++ PATCH to synthesized_method_walk - - - - --- 2010-09-06 Jason Merrill New
C++ PATCH to implement SFINAE for non-constant template arguments - - - - --- 2010-09-06 Jason Merrill New
C++ PATCH for explicit+auto - - - - --- 2010-09-06 Jason Merrill New
C++ PATCH to fix Enum{} - - - - --- 2010-09-06 Jason Merrill New
[v3] RFA: PATCH to abi_check FAIL message - - - - --- 2010-09-06 Jason Merrill New
C++ PATCH to diagnose parms used outside the function - - - - --- 2010-09-15 Jason Merrill New
C++0x PATCH to grokbitfield - - - - --- 2010-09-15 Jason Merrill New
C++ PATCH to type of reference temporaries - - - - --- 2010-09-16 Jason Merrill New
C++ PATCH to initializer_list overload resolution - - - - --- 2010-09-18 Jason Merrill New
C++ PATCH to fix crash building libstdc++ with -fabi-version=1 - - - - --- 2010-09-21 Jason Merrill New
C++ PATCH to expression printing of ref/ptr nops - - - - --- 2010-09-24 Jason Merrill New
C++ PATCH to dependency checking of array types - - - - --- 2010-09-24 Jason Merrill New
C++ PATCH to require real lvalues in expressions - - - - --- 2010-09-27 Jason Merrill New
C++ PATCH for another sfinae case - - - - --- 2010-10-04 Jason Merrill New
C++ PATCH to add decl_storage_duration - - - - --- 2010-10-04 Jason Merrill New
C++ PATCH for lto/45959 (trying to stream template_type_parm) - - - - --- 2010-10-11 Jason Merrill New
C++ PATCH for c++/45984 (canonical type ice with attributes) - - - - --- 2010-10-14 Jason Merrill New
C++ PATCH for c++/45983 (-flto trying to emit template parm) - - - - --- 2010-10-15 Jason Merrill New
C++0x PATCH for c++/46129 (ICE with default argument in member class of template) - - - - --- 2010-10-22 Jason Merrill New
C++0x PATCH for c++/46103 (wrong implicit move of class with array member) - - - - --- 2010-10-22 Jason Merrill New
RFA: PATCH to constructor_static_from_elts_p - - - - --- 2010-10-26 Jason Merrill New
Some small C++ cleanup PATCHes - - - - --- 2010-10-26 Jason Merrill New
Small C++ PATCH to add context to error messages about invalid template arguments - - - - --- 2010-10-26 Jason Merrill New
C++ PATCH to use VEC_INIT_EXPR for array mem-initializers - - - - --- 2010-10-26 Jason Merrill New
RFA: fairly mechanical PATCH for EXPR_LOC_OR_HERE macro - - - - --- 2010-10-26 Jason Merrill New
RFA: PATCH to make fold_indirect_ref_1 fold more things - - - - --- 2010-10-26 Jason Merrill New
PATCH to gimplify_decl_expr for handling of undeclared anonymous variables - - - - --- 2010-10-27 Jason Merrill New
Various small C++ PATCHes - - - - --- 2010-10-27 Jason Merrill New
Various small C++ PATCHes - - - - --- 2010-10-27 Jason Merrill New
C++ PATCH to add build_integral_nontype_arg_conv - - - - --- 2010-10-27 Jason Merrill New
C++0x constexpr PATCH #1: improve setting of CLASSTYPE_LITERAL_P - - - - --- 2010-10-27 Jason Merrill New
RFA (c-family): PATCH to remove C++-specific code from c-family check_case_value - - - - --- 2010-10-27 Jason Merrill New
C++0x constexpr PATCH #2: improve type checking of constexpr declarations - - - - --- 2010-10-27 Jason Merrill New
C++0x constexpr patch #3: implicit constexpr - - - - --- 2010-10-27 Jason Merrill New
C++0x constexpr PATCH #4: is_literal_type - - - - --- 2010-10-27 Jason Merrill New
RFA: PATCH to make fold_indirect_ref_1 fold more things - - - - --- 2010-10-31 Jason Merrill New
RFA: fairly mechanical PATCH for EXPR_LOC_OR_HERE macro - - - - --- 2010-10-31 Jason Merrill New
PATCH to libmudflap.cth/pass40-frag.c for testsuite/20003 - - - - --- 2010-11-01 Jason Merrill New
C++0x constexpr PATCH #5: two more small tweaks - - - - --- 2010-11-01 Jason Merrill New
C++0x constexpr patch #6: fix for constexpr setting on implicit default constructor with --disable-… - - - - --- 2010-11-01 Jason Merrill New
C++0x constexpr PATCHes #7-10: the rest of the compiler support - - - - --- 2010-11-01 Jason Merrill New
C++0x constexpr PATCHes #11-13: library usage - - - - --- 2010-11-01 Jason Merrill New
C++ PATCH for c++/46277 (ICE in spec2k) - - - - --- 2010-11-03 Jason Merrill New
C++ PATCH for c++/46289 (ICE on invalid mem-init-list in constexpr ctor) - - - - --- 2010-11-03 Jason Merrill New
C++ PATCH for c++/46289 (ICE on invalid mem-init-list in constexpr ctor) - - - - --- 2010-11-04 Jason Merrill New
C++ PATCH for c++/46293 (ICE with constexpr value-init of empty base) - - - - --- 2010-11-04 Jason Merrill New
« 1 2 ... 725 726 7271267 1268 »