Show patches with: Archived = No       |   126802 patches
« 1 2 ... 237 238 2391268 1269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
ObjC/ObjC++ - fixes for @dynamic - - - - --- 2010-11-07 Nicola Pero New
ObjC/ObjC++ - fixes for @synthesize - - - - --- 2010-11-07 Nicola Pero New
ObjC/ObjC++ - implementation of non-trivial property accessors - - - - --- 2010-10-31 Nicola Pero New
ObjC/ObjC++ - parse @synthesize and @dynamic - - - - --- 2010-10-18 Nicola Pero New
ObjC/ObjC++ - support for deprecating properties - - - - --- 2010-10-30 Nicola Pero New
ObjC/ObjC++ - support for dotsyntax without a declared property - - - - --- 2010-11-03 Nicola Pero New
ObjC/ObjC++ - testcase merge - - - - --- 2010-10-18 Nicola Pero New
ObjC/ObjC++ - yet another bunch of @property fixes - - - - --- 2010-11-06 Nicola Pero New
ObjC/ObjC++ Patch: rewrite objc/objc++ frontend hashtables - - - - --- 2011-10-14 Nicola Pero New
ObjC/ObjC++ Patch: rewrite objc/objc++ frontend hashtables - - - - --- 2011-10-13 Nicola Pero New
ObjC/ObjC++ patch: implementation of @optional @properties - - - - --- 2010-11-27 Nicola Pero New
ObjC/ObjC++ patch: remove TODO for dotsyntax with super in categories, and add testcases - - - - --- 2010-11-29 Nicola Pero New
ObjC/ObjC++ volatilized merge from apple/trunk - - - - --- 2010-10-18 Nicola Pero New
ObjC/ObjC++/testsuite: Remove unused method_get_* functions from next-encode-assist files - - - - --- 2011-06-08 Nicola Pero New
ObjC/ObjC++: Add support for nonnull attribute for ObjC methods - - - - --- 2011-05-27 Nicola Pero New
ObjC/ObjC++: Additional test for class extensions - - - - --- 2010-12-10 Nicola Pero New
ObjC/ObjC++: Another fix for detection of duplicate methods - - - - --- 2010-12-30 Nicola Pero New
ObjC/ObjC++: Check argument of @throw and emit an error if it's not a valid object - - - - --- 2010-12-08 Nicola Pero New
ObjC/ObjC++: Fix PR objc/47075 ("Missed deprecation warnings for @property when using getter/setter… - - - - --- 2010-12-28 Nicola Pero New
ObjC/ObjC++: Fix PR objc/47076 ("Protocol referenced in @interface declarations should be defined") - - - - --- 2010-12-28 Nicola Pero New
ObjC/ObjC++: Fix missing check that a class extension is declared before the class implementation - - - - --- 2010-12-28 Nicola Pero New
ObjC/ObjC++: Fix property encoding on Apple - - - - --- 2011-03-04 Nicola Pero New
ObjC/ObjC++: Fix property encoding on Apple - - - - --- 2011-03-02 Dominique d'Humières New
ObjC/ObjC++: Fix property encoding on Apple - - - - --- 2011-03-02 Nicola Pero New
ObjC/ObjC++: Fix property encoding on Apple - - - - --- 2011-02-25 Nicola Pero New
ObjC/ObjC++: Fix property encoding on Apple - - - - --- 2011-02-25 Nicola Pero New
ObjC/ObjC++: Fix try-catch failures on a darwin, second take (this one fixes them all) - - - - --- 2010-11-30 Nicola Pero New
ObjC/ObjC++: Improve detection of duplicate method declarations, and related error messages - - - - --- 2010-12-30 Nicola Pero New
ObjC/ObjC++: Move ObjC callbacks into their own header to fix pointless rebuilds of lots of files w… - - - - --- 2010-12-04 Nicola Pero New
ObjC/ObjC++: Objective-C 2.0 class extensions - - - - --- 2010-12-10 Nicola Pero New
ObjC/ObjC++: Tidy up #includes of objc-act.c - - - - --- 2010-12-01 Nicola Pero New
ObjC/ObjC++: Yet another protocol type-checking fix - - - - --- 2010-11-26 Nicola Pero New
ObjC/ObjC++: bug fixes for @catch - - - - --- 2010-11-29 Nicola Pero New
ObjC/ObjC++: bug fixes for @catch - - - - --- 2010-11-28 Nicola Pero New
ObjC/ObjC++: bug fixes for @catch - - - - --- 2010-11-28 Nicola Pero New
ObjC/ObjC++: bug fixes for @catch - - - - --- 2010-11-28 Nicola Pero New
ObjC/ObjC++: extend fix of PR objc/47076 ("Protocol referenced in @interface declarations should be… - - - - --- 2011-01-02 H.J. Lu New
ObjC/ObjC++: extend fix of PR objc/47076 ("Protocol referenced in @interface declarations should be… - - - - --- 2010-12-31 Nicola Pero New
ObjC/ObjC++: finished implementation of method parameter attributes, and cleanup of DECLs printable… - - - - --- 2010-10-23 Nicola Pero New
ObjC/ObjC++: fix ICE on duplicate @implementation of the same class - - - - --- 2010-11-29 Nicola Pero New
ObjC/ObjC++: fix for classes with more than 15 instance variables - - - - --- 2010-11-25 Nicola Pero New
ObjC/ObjC++: fixed 'too many arguments to method xxx' error - - - - --- 2010-09-12 Nicola Pero New
ObjC/ObjC++: fixed 'too many arguments to method xxx' error - - - - --- 2010-09-12 Nicola Pero New
ObjC/ObjC++: fixed 'too many arguments to method xxx' error - - - - --- 2010-09-12 Nicola Pero New
ObjC/ObjC++: fixed 'too many arguments to method xxx' error - - - - --- 2010-09-12 Nicola Pero New
ObjC/ObjC++: fixed 'too many arguments to method xxx' error - - - - --- 2010-09-12 Nicola Pero New
ObjC/ObjC++: fixed Objective-C 2.0 dot-syntax with multiple assignments and related tricky cases - - - - --- 2010-11-15 Nicola Pero New
ObjC/ObjC++: fixed pre/post increment/decrement operators with Objective-C 2.0 dotsyntax - - - - --- 2010-11-14 Nicola Pero New
ObjC/ObjC++: fixes for parsing of @throw - - - - --- 2010-12-01 Nicola Pero New
ObjC/ObjC++: print warning when a class or protocol attribute is ignored - - - - --- 2010-12-29 Nicola Pero New
ObjC/ObjC+: tidy up error messages for @optional/@required - - - - --- 2010-12-29 Nicola Pero New
ObjC: another tiny performance tidyup - - - - --- 2011-04-12 Nicola Pero New
ObjC: avoid creating temporary nodes just to compare method signatures - - - - --- 2011-04-12 Nicola Pero New
ObjC: do not prepare instance variables for output unless there is an actual error message to print - - - - --- 2011-04-11 Nicola Pero New
ObjC: fix location of "iterating variable is not an object" for fast enumeration - - - - --- 2010-12-08 Nicola Pero New
ObjC: get rid of another unnecessary, temporary copy of instance variables - - - - --- 2011-04-15 Nicola Pero New
ObjC: get rid of temporary tree list when compiling a method - - - - --- 2011-04-12 Nicola Pero New
ObjC: hide encoding obstacks inside objc-encoding.c - - - - --- 2011-07-10 Nicola Pero New
ObjC: interface hashtable rewritten for speed and simplicity - - - - --- 2011-04-11 Nicola Pero New
ObjC: remove spurious warnings with -Wall and fast enumeration loops - - - - --- 2010-12-06 Nicola Pero New
ObjC: remove temporary tree list used when calling objc_declare_class() - - - - --- 2011-04-13 Nicola Pero New
ObjC: remove temporary tree list used when calling objc_declare_protocols() - - - - --- 2011-04-13 Nicola Pero New
ObjC: rewritten checks for duplicate instance variables (for improved speed and improved error mess… - - - - --- 2011-04-15 Nicola Pero New
ObjC: some minor optimizations - - - - --- 2011-04-11 Nicola Pero New
ObjC: tidy up some comments - - - - --- 2011-01-11 Nicola Pero New
Objc - adjust testcase - - - - --- 2010-12-17 Nicola Pero New
Objc - merged classname hashtable patch from apple/trunk - - - - --- 2010-10-20 Nicola Pero New
Objc - remove obsolete comment - - - - --- 2010-09-24 Nicola Pero New
Objective C/C++ Compiler Drivers - - - - --- 2010-09-04 Iain Sandoe New
Objective C/C++ Compiler Drivers - - - - --- 2010-08-18 Philip Herron New
Objective-C : Implement NSObject attribute. Objective-C : Implement NSObject attribute. - - - - --- 2020-11-06 Iain Sandoe New
Objective-C++ : Allow prefix attrs on linkage specs. Objective-C++ : Allow prefix attrs on linkage specs. - - - - --- 2020-11-07 Iain Sandoe New
Objective-C++ : Fix handling of unnamed message parms [PR49070]. Objective-C++ : Fix handling of unnamed message parms [PR49070]. - - - - --- 2021-02-26 Iain Sandoe New
Objective-C/C++ (C-family) : Add missing 'atomic' property attribute. Objective-C/C++ (C-family) : Add missing 'atomic' property attribute. - - - - --- 2020-11-06 Iain Sandoe New
Objective-C: don't require redundant -fno-objc-sjlj-exceptions for the NeXT v2 ABI Objective-C: don't require redundant -fno-objc-sjlj-exceptions for the NeXT v2 ABI - - - - --- 2021-07-29 Matt Jacobson New
Objective-C: fix class_ro layout for non-LP64 Objective-C: fix class_ro layout for non-LP64 - - - - --- 2021-09-21 Matt Jacobson New
Objective-C: fix crash with -fobjc-nilcheck Objective-C: fix crash with -fobjc-nilcheck - - - - --- 2021-08-14 Matt Jacobson New
Objective-C: fix protocol list count type (pertinent to non-LP64) Objective-C: fix protocol list count type (pertinent to non-LP64) - - - - --- 2021-09-27 Matt Jacobson New
Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11* Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11* - - - - --- 2021-09-20 Richard Biener New
Obsolete libobjc makefile removed - - - - --- 2010-09-06 Nicola Pero New
Obsolete picochip-* in 4.7.2+ - - - - --- 2012-09-11 Jakub Jelinek New
Obstackify coalesce list, remove bitmap indirection Obstackify coalesce list, remove bitmap indirection - - - - --- 2018-11-02 Richard Biener New
Obvious CSE speedup - - - - --- 2010-06-13 Jan Hubicka New
Obvious bugfix to x86 machine description - - - - --- 2013-12-12 Jeff Law New
Obvious change, dump min_profitable_estimate, rather than min_profitable_iters - - - - --- 2016-02-22 Bin Cheng New
Obvious fix for PR66828: left shift with undefined behavior in bswap pass - - - - --- 2015-08-06 Thomas Preud'homme New
Obvious fix for PR66828: left shift with undefined behavior in bswap pass - - - - --- 2015-07-28 Thomas Preud'homme New
Obvious fix for typo in gcc/real.c - - - - --- 2015-03-06 Jonathan Wakely New
Obvious ipa-prop.c related fixes - - - - --- 2010-07-22 Martin Jambor New
Obvious: Fix DF solution dirty marking in cfg.c:disconnect_src - - - - --- 2012-04-27 Steven Bosscher New
Odd behaviour of indirect_ref_may_alias_decl_p in vn oracle Odd behaviour of indirect_ref_may_alias_decl_p in vn oracle - - - - --- 2019-06-01 Jan Hubicka New
Offer suggestions for misspelled --param names. - - - - --- 2016-06-27 David Malcolm New
Offer suggestions for misspelled attributes (PR c/70186) - - - - --- 2016-12-19 David Malcolm New
Offer suggestions for unrecognized sanitizer options (PR driver/78877) - - - - --- 2017-01-10 David Malcolm New
Ok to backport r210653 (fix for PR58930) to gcc-4_9-branch? - - - - --- 2014-07-01 Paul Pluzhnikov New
Oleg Endo appointed co-maintainer of SH port - - - - --- 2013-12-06 Oleg Endo New
Omit AIX mapping class from VAR_DECL - - - - --- 2016-09-27 David Edelsohn New
Omit INSN_LOCATION from compact dumps - - - - --- 2016-10-13 David Malcolm New
On targets without setup for cfa_base_rtx don't try to replace sp/hfp (PR target/45250) - - - - --- 2010-10-27 Jakub Jelinek New
On targets without setup for cfa_base_rtx don't try to replace sp/hfp (PR target/45250, take 2) - - - - --- 2010-10-27 Jakub Jelinek New
« 1 2 ... 237 238 2391268 1269 »