Show patches with: none      |   126745 patches
« 1 2 3 41267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Fix PR c++/60033 - - - - --- 2014-03-04 Adam Butcher New
Fix PR c++/60377. - - - - --- 2014-03-01 Adam Butcher New
Fix PR c++/60311. - - - - --- 2014-02-25 Adam Butcher New
[2/2] Fix out-of-line definition of class template generic member functions. - - - - --- 2014-02-24 Adam Butcher New
[1/2] Fix PR c++/60065. - - - - --- 2014-02-24 Adam Butcher New
Fix PR c++/60065. - - - - --- 2014-02-20 Adam Butcher New
Fix PR c++/60052. - - - - --- 2014-02-20 Adam Butcher New
Fix PR c++/60064. - - - - --- 2014-02-18 Adam Butcher New
Fix PR c++/60190. - - - - --- 2014-02-18 Adam Butcher New
Fix PR c++/59638 - - - - --- 2014-01-06 Adam Butcher New
Fix PR c++/59638 - - - - --- 2014-01-04 Adam Butcher New
Fix PR c++/59629 - - - - --- 2014-01-04 Adam Butcher New
Fix PR c++/59636 - - - - --- 2014-01-04 Adam Butcher New
Fix PR c++/59635 - - - - --- 2014-01-03 Adam Butcher New
Fix c++/59112 and c++/59113: Disallow implicit function templates in local functions unless definin… - - - - --- 2013-11-24 Adam Butcher New
[C++,3/3] Add some generic lambda test cases. - - - - --- 2013-10-31 Adam Butcher New
[C++,2/3] Support implicit parameter packs. - - - - --- 2013-10-31 Adam Butcher New
[C++,1/3] Refactor implicit function template implementation and fix 58534, 58536, 58548, 58549 and… - - - - --- 2013-10-31 Adam Butcher New
[C++1y,3/4] Ensure implicit template parameters have distinct canonical types. - - - - --- 2013-09-23 Adam Butcher New
[C++1y] Fix PR c++/58500 - - - - --- 2013-09-23 Adam Butcher New
[C++1y] [Implicit Fix instantiation of implicit function template forward declarations. - - - - --- 2013-09-23 Adam Butcher New
[C++1y,1/4] Use translation-unit-global rather than parameter-list-local counter for generic type n… - - - - --- 2013-09-22 Adam Butcher New
[C++1y,4/4] Generate more intuitive name for 'auto' parameters. - - - - --- 2013-09-19 Adam Butcher New
[C++1y,3/4] Ensure implicit template parameters have distinct canonical types. - - - - --- 2013-09-19 Adam Butcher New
[C++1y,2/4] Support nested generic lambdas. - - - - --- 2013-09-19 Adam Butcher New
[C++1y,1/4] Use translation-unit-global rather than parameter-list-local counter for generic type n… - - - - --- 2013-09-19 Adam Butcher New
[re-committed] Support using 'auto' in a function parameter list to introduce an implicit template … - - - - --- 2013-09-16 Adam Butcher New
[re-committed] Support lambda templates. - - - - --- 2013-09-16 Adam Butcher New
[committed] * pt.c (make_auto_1): Use input_location rather than BUILTINS_LOCATION. - - - - --- 2013-09-16 Adam Butcher New
Generic lambda and implicit function template commits reverted - - - - --- 2013-09-15 Adam Butcher New
Generic lambda and implicit function template commits reverted - - - - --- 2013-09-15 Adam Butcher New
[committed] Fix uninitialized variables causing breakage with -Werror. - - - - --- 2013-09-13 Adam Butcher New
[committed] Support using 'auto' in a function parameter list to introduce an implicit template par… - - - - --- 2013-09-12 Adam Butcher New
[committed] Support lambda templates. - - - - --- 2013-09-12 Adam Butcher New
[committed] Support decl instantiation in function-local templates. - - - - --- 2013-09-12 Adam Butcher New
[V4,2/2] Support using 'auto' in a function parameter list to introduce an implicit template parame… - - - - --- 2013-09-10 Adam Butcher New
[V4,1/2] Support lambda templates. - - - - --- 2013-09-10 Adam Butcher New
[1/4] Support lambda templates. - - - - --- 2013-09-09 Adam Butcher New
[committed] Support dumping type bindings and 'mutable' qualifier in lambda diagnostics. - - - - --- 2013-08-29 Adam Butcher New
Support dumping type bindings and 'mutable' qualifier in lambda diagnostics. - - - - --- 2013-08-29 Adam Butcher New
Support dumping type bindings and 'mutable' qualifier in lambda diagnostics. - - - - --- 2013-08-29 Adam Butcher New
Support dumping type bindings and 'mutable' qualifier in lambda diagnostics. - - - - --- 2013-08-28 Adam Butcher New
[4/4] Support using 'auto' in a function parameter list to introduce an implicit template parameter. - - - - --- 2013-08-27 Adam Butcher New
[3/4] Support dumping type bindings in lambda diagnostics. - - - - --- 2013-08-27 Adam Butcher New
[2/4] Don't generate lambda conversion op if arglist has parameter pack. - - - - --- 2013-08-27 Adam Butcher New
[1/4] Support lambda templates. - - - - --- 2013-08-27 Adam Butcher New
[committed] pt.c: Grammar fix in comments ("it's" to "its"). - - - - --- 2013-08-12 Adam Butcher New
[committed] MAINTAINERS (Write After Approval): Add myself. - - - - --- 2013-08-12 Adam Butcher New
[C++] Grammar fix in pt.c comments. - - - - --- 2013-08-11 Adam Butcher New
[3/3] Support dumping type bindings in lambda diagnostics. - - - - --- 2013-08-11 Adam Butcher New
[2/3] Support using 'auto' in a function parameter list to introduce an implicit template parameter. - - - - --- 2013-08-11 Adam Butcher New
[1/3] Support lambda templates. - - - - --- 2013-08-11 Adam Butcher New
[FIXED] Generic lambda symbol table bug - - - - --- 2013-08-07 Adam Butcher New
[4/4] Grammar "it's" to "its". - - - - --- 2013-08-01 Adam Butcher New
[3/4,lambda] Address review comments. - - - - --- 2013-08-01 Adam Butcher New
[2/4,lambda] Support implicit conversion of a stateless generic lambda to a function pointer. - - - - --- 2013-08-01 Adam Butcher New
[1/4,lambda] Preserve type qualifiers for implicit template parameters. - - - - --- 2013-08-01 Adam Butcher New
[3/3,lambda,basic-terse-templates] Support using `auto' in a function parameter list to introduce a… - - - - --- 2013-07-19 Adam Butcher New
[2/3,lambda] Avoid crash on symbol table writing when generic lambda declared with iostream (or pot… - - - - --- 2013-07-19 Adam Butcher New
[1/3,lambda] Support template-parameter-list in lambda-declarator. - - - - --- 2013-07-19 Adam Butcher New
[lambda] Extract lambda functions from semantics.c. - - - - --- 2013-07-13 Adam Butcher New
[debug] Added DEBUG_FUNCTION void dump_backtrace. - - - - --- 2013-07-02 Adam Butcher New
[4/4,lambda,polymorphic,HACK] Avoid crash on symbol table writing when generic lambda declared with… - - - - --- 2013-07-01 Adam Butcher New
[3/4,lambda,polymorphic] Infer template parameter from auto used in function parameter list. - - - - --- 2013-07-01 Adam Butcher New
[2/4,lambda,polymorphic] Support generic lambdas in templates. - - - - --- 2013-07-01 Adam Butcher New
[1/4,lambda,polymorphic] Support template-parameter-list in lambda-declarator. - - - - --- 2013-07-01 Adam Butcher New
longlong.h: Do no use asm input cast for clang longlong.h: Do no use asm input cast for clang - - - - --- 2022-11-30 Adhemerval Zanella New
Add sanitizer support for AArch64 ILP32 Add sanitizer support for AArch64 ILP32 - - - - --- 2018-02-23 Adhemerval Zanella New
[v6] aarch64: Add split-stack support [v6] aarch64: Add split-stack support - - - - --- 2018-02-07 Adhemerval Zanella New
Enable ifunc attribute by default for ARM GNU/Linux Enable ifunc attribute by default for ARM GNU/Linux - - - - --- 2017-10-09 Adhemerval Zanella New
[v5] aarch64: Add split-stack initial support - - - - --- 2017-07-26 Adhemerval Zanella New
sparc: Set noexecstack on mulsi3, divsi3, and modsi3 - - - - --- 2017-05-10 Adhemerval Zanella New
[v4] aarch64: Add split-stack initial support - - - - --- 2017-02-15 Adhemerval Zanella New
[v3] aarch64: Add split-stack support - - - - --- 2017-02-13 Adhemerval Zanella New
[v2] aarch64: Add split-stack initial support - - - - --- 2017-01-31 Adhemerval Zanella New
[v2] aarch64: Add split-stack initial support - - - - --- 2017-01-24 Adhemerval Zanella New
[v2] aarch64: Add split-stack initial support - - - - --- 2016-11-25 Adhemerval Zanella New
[v2] aarch64: Add split-stack initial support - - - - --- 2016-11-07 Adhemerval Zanella New
[v3,2/2] aarch64: Add split-stack initial support - - - - --- 2016-10-17 Adhemerval Zanella New
[1/2] Fix GCC split-stack variadic argument tests - - - - --- 2016-10-17 Adhemerval Zanella New
[v2] aarch64: Add split-stack initial support - - - - --- 2016-10-06 Adhemerval Zanella New
aarch64: Add split-stack initial support - - - - --- 2016-08-18 Adhemerval Zanella New
aarch64: Add split-stack initial support - - - - --- 2016-07-28 Adhemerval Zanella New
rs6000: Fix HTM tcheck assembly encoding - - - - --- 2015-02-20 Adhemerval Zanella New
PowerPC: Implement TARGET_ATOMIC_ASSIGN_EXPAND_FENV - - - - --- 2014-08-06 Adhemerval Zanella New
[COMMITTED] Add myself to MAINTAINERS file - - - - --- 2014-07-16 Adhemerval Zanella New
PowerPC: Implement TARGET_ATOMIC_ASSIGN_EXPAND_FENV - - - - --- 2014-07-03 Adhemerval Zanella New
[PR,57363] IBM long double: adding qNaN and number raises inexact exception - - - - --- 2013-11-20 Adhemerval Zanella New
[PR,57363] IBM long double: adding qNaN and number raises inexact exception - - - - --- 2013-11-18 Adhemerval Zanella New
[PR,57363] IBM long double: adding qNaN and number raises inexact exception - - - - --- 2013-11-15 Adhemerval Zanella New
Add cold attribute to one time construction APIs Add cold attribute to one time construction APIs - - - - --- 2020-08-13 Aditya K New
improve string find algorithm - - - - --- 2016-12-15 Aditya K New
Added noexcept on constructors - - - - --- 2016-12-03 Aditya K New
[graphite] PR67842 Remove dead code. - - - - --- 2015-12-25 Aditya K New
Use const-ref instead of values for sese_l passed to functions. - - - - --- 2015-12-24 Aditya K New
[graphite] Fix computation of single entry/exit of a region. - - - - --- 2015-12-21 Aditya K New
[2/2] Remove individial dependence pointers and add a scop::dependence to contain all the dependenc… - - - - --- 2015-12-16 Aditya K New
[1/2,graphite] Use refs instead of values. - - - - --- 2015-12-16 Aditya K New
[1/2,graphite] check that all the scev applied ops have are dominated by their defs - - - - --- 2015-12-04 Aditya K New
[graphite] fix PR68693: Check for loop structure when extending the SCoP - - - - --- 2015-12-04 Aditya K New
« 1 2 3 41267 1268 »