aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-29In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-14/+0
2010-09-28add parsing for ObjC* method & method parm attributesIain Sandoe1-5/+22
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-1/+1
2010-09-28add ObjC* class, category and protocol attribute parsersIain Sandoe1-3/+17
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-19/+24
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola@nicola.brainstorm.co.uk>Nicola Pero1-2/+3
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-4/+13
2010-09-28In gcc/objc/: 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-31/+26
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 Pero1-98/+349
2010-09-27In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+51
2010-09-27objc-act.c (objc_get_class_reference): Use CP_TYPE_CONTEXT.Richard Guenther1-3/+3
2010-09-26In gcc/objc/:Nicola Pero1-20/+0
2010-09-21re PR objc/23710 (objc front-end should not "abort" after erroring out about ...Nicola Pero1-3/+16
2010-09-21re PR objc/25965 (Allows duplicate member names in objc subclasses)Nicola Pero1-0/+19
2010-09-15In gcc/testsuite/:Nicola Pero1-2/+49
2010-09-10objc-act.c (objc_begin_try_stmt): Generate an error if -fobjc-exceptions was ...Nicola Pero1-12/+11
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-37/+37
2010-07-10make ObjC do LTO.Iain Sandoe1-166/+180
2010-07-03re PR objc/24867 (many N^2 loops in objc frontend)Nathan Froyd1-235/+147
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-10/+8
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-2/+2
2010-06-01objc-act.c (build_next_objc_exception_stuff): Give setjmp a varargs type inst...Nathan Froyd1-1/+1
2010-05-31objc-act.c (synth_module_prologue): Use build_function_type_list instead of b...Nathan Froyd1-61/+51
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-5/+4
2010-05-25objc-act.c (objc_build_constructor): Adjust OBJCPLUS impedance mismatch code ...Nathan Froyd1-1/+1
2010-05-25objc-act.c (objc_build_constructor): Take a VEC instead of a tree.Nathan Froyd1-203/+195
2010-05-01[multiple changes]Iain Sandoe1-4/+10
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-1/+8
2010-04-07re PR objc/35996 (ICE while building simple ObjC code with -fobjc-gc)Iain Sandoe1-0/+7
2010-04-07re PR objc++/23716 (obj-c++.dg/comp-types-10.mm ICE with the GNU runtime)Iain Sandoe1-1/+7
2010-02-19re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump1-5/+0
2010-02-18objc-act.c (finish_var_decl): Set the generated symbols as "used".Iain Sandoe1-0/+8
2009-12-17objc-act.c (objc_substitute_decl, [...]): Update build_indirect_ref calls.Shujing Zhao1-3/+4
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-16/+2
2009-11-28re PR objc++/42156 (Hundreds of objc++ testsuite regressions)Jakub Jelinek1-3/+10
2009-11-13* objc-act.c (objc_add_static_instance): Do not set DECL_COMMON.Jan Hubicka1-1/+0
2009-09-14Squash commit of EH in gimpleRichard Henderson1-5/+10
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-33/+29
2009-08-20c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther1-0/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-7/+6
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-1/+1
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-15/+19
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-7/+7
2009-06-22re PR objc++/28050 (ICE on invalid initializer)Matthias Klose1-1/+1
2009-06-19dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor1-5/+3
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-13/+0