aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson1-7/+7
2004-06-24objc-act.c (build_objc_method_call): Save the lookup_object so we do not call...Andrew Pinski1-3/+5
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-20/+17
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-11/+14
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-1/+1
2004-06-21objc-act.h (get_object_reference): Rename to get_protocol_reference.David Ayers1-69/+79
2004-06-17c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson1-503/+507
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-1/+2
2004-06-16c-common.h (c_begin_if_stmt, [...]): Remove decls.Richard Henderson1-30/+23
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-35/+26
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-3/+0
2004-06-13c-typeck.c (comptypes, [...]): Remove flags parameter.Joseph Myers1-4/+3
2004-06-01c-parse.in (OFFSETOF, [...]): New.Richard Henderson1-1/+1
2004-06-01re PR objc/7993 (private variables cannot be shadowed in subclasses)Nicola Pero1-11/+12
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-10/+8
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-5/+14
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-3/+3
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-5/+5
2004-03-25cfgrtl.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-03-24objc-act.c (objc_comptypes): Treat comparisons between 'Class' and '<class> *...Ziemowit Laski1-0/+5
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg1-41/+19
2004-03-06objc-act.c (synth_module_prologue): Const-qualify objc_selector type if using...Ziemowit Laski1-88/+69
2004-02-10objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS' boundaries outside bu...Ziemowit Laski1-1/+2
2004-02-06[gcc/ChangeLog]Ziemowit Laski1-0/+12
2004-02-03re PR c/11658 (Wrong error message)Paolo Bonzini1-5/+6
2004-01-18objc-act.c (build_objc_method_call): Use target hooks instead of macros to de...Ziemowit Laski1-8/+5
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-10-15c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method().Ziemowit Laski1-6/+5
2003-10-03objc-act.c (lookup_category): Mark as 'inline'.Ziemowit Laski1-2/+2
2003-10-03objc-act.c (add_method_to_hash_list, [...]): New functions.Alexander Malmberg1-73/+131
2003-09-30Convert to ISO C90 prototypes.Kelley Cook1-3/+2
2003-09-29objc-act.c (encode_type): Encode INTEGER_TYPEs and REAL_TYPEs based on the bi...Zack Weinberg1-42/+22
2003-09-26* objc/objc-act.c (tm_p.h): Tweak order.Loren J. Rittle1-1/+1
2003-09-26i386.h (ix86_return_in_memory): Revert my last patch.Loren J. Rittle1-0/+1
2003-09-25* objc/objc-act.c (gen_declaration_1): Fix printf format.Ulrich Weigand1-1/+2
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-1199/+2022
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-5/+7
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-7/+5
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-12/+7
2003-09-14objc-act.c: Convert to ISO C90 prototypes.Andreas Jaeger1-672/+420
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson1-2/+3
2003-09-03targhooks.c: New file.DJ Delorie1-1/+1
2003-09-03Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka1-2/+2
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis1-3/+6
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-21/+18
2003-07-17Missed this hunk - belongs with the previous patchZack Weinberg1-1/+2
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg1-7/+9
2003-07-14objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.Geoffrey Keating1-2/+2
2003-07-11Index: ChangeLogGeoffrey Keating1-4/+5
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-21/+5