aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)Author
2004-02-06Makefile.in (srcextra): Add a level of indirection to ...Kelley Cook
2004-01-21re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook
2004-01-18objc-act.c (build_objc_method_call): Use target hooks instead of macros to de...Ziemowit Laski
2004-01-15re PR bootstrap/12744 (A GCC release tarball can no longer be built without b...Kelley Cook
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata
2003-11-20Makefile.in (extraclean): Delete.Joseph Myers
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers
2003-11-16Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill
2003-11-02cvsignore: Remove c-parse.* and tradcif.cKelley Cook
2003-10-23Makefile.in (runtime-info.h): Remove -Wp.Rainer Orth
2003-10-20Makefile.in (install-info): Simplify.Mark Mitchell
2003-10-16* objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c.R. Kelley Cook
2003-10-15c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method().Ziemowit Laski
2003-10-06re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc)Mark Mitchell
2003-10-03objc-act.c (lookup_category): Mark as 'inline'.Ziemowit Laski
2003-10-03objc-act.c (add_method_to_hash_list, [...]): New functions.Alexander Malmberg
2003-09-30Convert to ISO C90 prototypes.Kelley Cook
2003-09-29objc-act.c (encode_type): Encode INTEGER_TYPEs and REAL_TYPEs based on the bi...Zack Weinberg
2003-09-26objc-act.c (tm_p.h): Tweak order.Loren J. Rittle
2003-09-26* objc/objc-act.c (tm_p.h): Tweak order.Loren J. Rittle
2003-09-26i386.h (ix86_return_in_memory): Revert my last patch.Loren J. Rittle
2003-09-25* objc/objc-act.c (gen_declaration_1): Fix printf format.Ulrich Weigand
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson
2003-09-14objc-act.c: Convert to ISO C90 prototypes.Andreas Jaeger
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson
2003-09-03targhooks.c: New file.DJ Delorie
2003-09-03Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka
2003-08-29tree-optimize.c: New file.Richard Henderson
2003-08-20Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...Matt Kraai
2003-08-19PR c++/10538, PR c/5582Andrew Pinski
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle
2003-07-31* objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)Matt Kraai
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating
2003-07-17objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to c_write_global_declarations.Zack Weinberg
2003-07-17Missed this hunk - belongs with the previous patchZack Weinberg
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg
2003-07-17c.opt: Document Uncodumented; use it.Neil Booth
2003-07-14objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.Geoffrey Keating
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-09* objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.Jan Hubicka
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth
2003-06-27c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell
2003-06-25re PR c/10178 (ICE in tree_low_cst)Zack Weinberg