aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2003-08-20Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...Matt Kraai1-1/+1
2003-08-19PR c++/10538, PR c/5582Andrew Pinski1-0/+2
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle1-2/+0
2003-07-31* objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)Matt Kraai1-6/+0
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-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating1-0/+2
2003-07-17objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to c_write_global_declarations.Zack Weinberg1-0/+3
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-17c.opt: Document Uncodumented; use it.Neil Booth1-43/+0
2003-07-14objc-act.h (CLASS_SUPER_NAME): Add a little typechecking.Geoffrey Keating2-4/+8
2003-07-11Index: ChangeLogGeoffrey Keating1-4/+5
2003-07-09* objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.Jan Hubicka1-0/+2
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth1-0/+4
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-21/+5
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-9/+2
2003-06-27c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell1-98/+49
2003-06-25re PR c/10178 (ICE in tree_low_cst)Zack Weinberg1-0/+2
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-3/+7
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-5/+5
2003-06-05install.tex: Document profiledbootstrap.Jan Hubicka1-0/+6
2003-05-29Remove OBJC_PROLOGUE everywhere.Stan Shebs1-4/+0
2003-05-23rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating1-2/+2
2003-05-20tree.c (expr_last): New fn.Jason Merrill1-4/+4
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-1/+1
2003-05-12diagnostic.c (diagnostic_for_decl): Take a diagnostic_context argument.Zack Weinberg1-9/+0
2003-05-08objc-act.c (error_with_ivar): Don't use error_with_file_and_line.Gabriel Dos Reis1-9/+4
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-86/+83
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-27/+32
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg1-2/+2
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth2-8/+6
2003-03-07lang-specs.h (objective-c-header): Use .gch not .pch; support -no-integrated-...Geoffrey Keating1-5/+5
2003-03-07c-pch.c: Include langhooks.h.Geoffrey Keating4-14/+29
2003-03-04sourcebuild.texi (Front End Directory): Document tags.Tom Tromey1-0/+3
2003-03-02gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke an external ...Ashif Harji1-4/+4
2003-02-26* objc-act.c: (mark_referenced_methods): Fix compilation problem.Jan Hubicka1-2/+2
2003-02-26objc-act.c: Include cgraph.hJan Hubicka2-0/+29
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-1/+1
2003-01-30* objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).Loren J. Rittle1-1/+1
2003-01-21Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn...Kaveh R. Ghazi1-0/+2
2003-01-11Makefile.in (parsedir): New variable.Geoffrey Keating1-8/+8
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+1
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher4-4/+8
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher8-41/+41
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg3-26/+21
2002-10-24objc-act.c (get_static_reference): Remove unneeded TYPE_BINFO initialization.Ziemowit Laski1-4/+2
2002-09-17Fixed ObjC typechecking, particularly case with protocolsNicola Pero1-34/+191
2002-09-06c-lang.c (objc_is_id): New stub.Ziemowit Laski1-6/+20
2002-09-06Compile ObjC @protocols into list of ObjC statically allocated instances,Nicola Pero1-1/+84