aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-9/+1
2004-07-09objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as always refer...Andrew Pinski1-0/+5
2004-07-08c-decl.c (static_ctors, [...]): Make static.Zack Weinberg1-8/+3
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers2-0/+12
2004-07-05langhooks.c: Don't include gt-langhooks.h.Zack Weinberg1-2/+0
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell2-13/+14
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers1-1/+3
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-2/+0
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson2-8/+8
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 Ayers3-76/+92
2004-06-17c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2-516/+514
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 Henderson2-38/+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 Henderson2-3/+3
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 Novillo2-12/+23
2004-04-05gcc.c (combine_flag): New global variable, for new driver option.Caroline Tice1-5/+5
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-28re PR c/14734 (Error recovery problem with undeclared array bounds)Zack Weinberg1-0/+2
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 Weinberg3-43/+34
2004-03-06objc-act.c (synth_module_prologue): Const-qualify objc_selector type if using...Ziemowit Laski1-88/+69
2004-02-20move-if-change: Remove.Matt Kraai1-2/+2
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-06Makefile.in (srcextra): Add a level of indirection to ...Kelley Cook1-2/+0
2004-02-03re PR c/11658 (Wrong error message)Paolo Bonzini3-7/+9
2004-01-21re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook1-0/+4
2004-01-18objc-act.c (build_objc_method_call): Use target hooks instead of macros to de...Ziemowit Laski1-8/+5
2004-01-15re PR bootstrap/12744 (A GCC release tarball can no longer be built without b...Kelley Cook1-20/+14
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-11-20Makefile.in (extraclean): Delete.Joseph Myers1-2/+1
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers1-0/+2
2003-11-16Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill1-1/+2
2003-11-02cvsignore: Remove c-parse.* and tradcif.cKelley Cook1-2/+0
2003-10-23Makefile.in (runtime-info.h): Remove -Wp.Rainer Orth1-5/+5
2003-10-20Makefile.in (install-info): Simplify.Mark Mitchell1-3/+1
2003-10-16* objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c.R. Kelley Cook1-0/+2
2003-10-15c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method().Ziemowit Laski2-7/+6
2003-10-06re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc)Mark Mitchell1-5/+0