aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2010-09-30add @optional/@required to prto listsIain Sandoe3-7/+68
2010-09-30In gcc/testsuite/: 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+13
2010-09-29Fixed dates in ChangeLogs for my last commit - apologiesNicola Pero1-1/+1
2010-09-29In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-0/+17
2010-09-29In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-14/+4
2010-09-28add parsing for ObjC* method & method parm attributesIain Sandoe2-5/+30
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson2-1/+5
2010-09-28add ObjC* class, category and protocol attribute parsersIain Sandoe2-3/+23
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-19/+37
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola@nicola.brainstorm.co.uk>Nicola Pero2-2/+8
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-4/+24
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-31/+33
2010-09-27Fixed typo in my last commit which would break bootstrapNicola Pero1-9/+11
2010-09-27In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-98/+397
2010-09-27In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-0/+65
2010-09-27objc-act.c (objc_get_class_reference): Use CP_TYPE_CONTEXT.Richard Guenther2-3/+8
2010-09-26In gcc/objc/:Nicola Pero2-20/+5
2010-09-21re PR objc/23710 (objc front-end should not "abort" after erroring out about ...Nicola Pero2-3/+23
2010-09-21re PR objc/25965 (Allows duplicate member names in objc subclasses)Nicola Pero2-0/+26
2010-09-15In gcc/testsuite/:Nicola Pero2-2/+80
2010-09-10objc-act.c (objc_begin_try_stmt): Generate an error if -fobjc-exceptions was ...Nicola Pero2-12/+17
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd2-37/+41
2010-07-10make ObjC do LTO.Iain Sandoe2-166/+219
2010-07-03re PR objc/24867 (many N^2 loops in objc frontend)Nathan Froyd2-235/+172
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2-1/+4
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis3-11/+23
2010-06-05c-common.c: Move to c-family/.Steven Bosscher4-4/+10
2010-06-01objc-act.c (build_next_objc_exception_stuff): Give setjmp a varargs type inst...Nathan Froyd2-1/+6
2010-05-31objc-act.c (synth_module_prologue): Use build_function_type_list instead of b...Nathan Froyd2-61/+59
2010-05-27diagnostic-core.h: New.Joseph Myers3-2/+7
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher5-14/+16
2010-05-25objc-act.c (objc_build_constructor): Adjust OBJCPLUS impedance mismatch code ...Nathan Froyd2-1/+6
2010-05-25objc-act.c (objc_build_constructor): Take a VEC instead of a tree.Nathan Froyd2-203/+218
2010-05-01[multiple changes]Iain Sandoe2-4/+16
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher2-1/+4
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek2-1/+15
2010-04-07re PR objc/35996 (ICE while building simple ObjC code with -fobjc-gc)Iain Sandoe2-0/+13
2010-04-07re PR objc++/23716 (obj-c++.dg/comp-types-10.mm ICE with the GNU runtime)Iain Sandoe2-1/+13
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-19re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump1-5/+0
2010-02-18Add PR reference.Mike Stump1-0/+1
2010-02-18objc-act.c (finish_var_decl): Set the generated symbols as "used".Iain Sandoe2-0/+13
2010-01-04configure.ac: Add install-html to target_list for Make-hooks.Andrew Jenner1-1/+2
2009-12-17objc-act.c (objc_substitute_decl, [...]): Update build_indirect_ref calls.Shujing Zhao2-3/+9
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2-16/+8
2009-11-28re PR objc++/42156 (Hundreds of objc++ testsuite regressions)Jakub Jelinek2-3/+16
2009-11-13* objc-act.c (objc_add_static_instance): Do not set DECL_COMMON.Jan Hubicka2-1/+4
2009-09-14Squash commit of EH in gimpleRichard Henderson2-5/+16
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther4-33/+52
2009-09-03[multiple changes]Diego Novillo2-1/+5