summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell2003-06-141-3/+7
* Makefile.in (OJBS, c-opts.o): Update.Neil Booth2003-06-071-5/+5
* install.tex: Document profiledbootstrap.Jan Hubicka2003-06-051-0/+6
* Remove OBJC_PROLOGUE everywhere.Stan Shebs2003-05-291-4/+0
* rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating2003-05-231-2/+2
* tree.c (expr_last): New fn.Jason Merrill2003-05-201-4/+4
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-1/+1
* diagnostic.c (diagnostic_for_decl): Take a diagnostic_context argument.Zack Weinberg2003-05-121-9/+0
* objc-act.c (error_with_ivar): Don't use error_with_file_and_line.Gabriel Dos Reis2003-05-081-9/+4
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-86/+83
* tree.c (build_constructor): New function.Zack Weinberg2003-04-131-27/+32
* c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg2003-04-111-2/+2
* c-common.h (c_common_init, [...]): Update.Neil Booth2003-03-082-8/+6
* lang-specs.h (objective-c-header): Use .gch not .pch; support -no-integrated-...Geoffrey Keating2003-03-071-5/+5
* c-pch.c: Include langhooks.h.Geoffrey Keating2003-03-074-14/+29
* sourcebuild.texi (Front End Directory): Document tags.Tom Tromey2003-03-041-0/+3
* gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke an external ...Ashif Harji2003-03-021-4/+4
* * objc-act.c: (mark_referenced_methods): Fix compilation problem.Jan Hubicka2003-02-261-2/+2
* objc-act.c: Include cgraph.hJan Hubicka2003-02-262-0/+29
* tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell2003-01-311-1/+1
* * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).Loren J. Rittle2003-01-301-1/+1
* Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn...Kaveh R. Ghazi2003-01-211-0/+2
* Makefile.in (parsedir): New variable.Geoffrey Keating2003-01-111-8/+8
* Merge from pch-branch.Geoffrey Keating2003-01-101-0/+1
* except.c, [...]: Fix Copyright years.Steven Bosscher2003-01-024-4/+8
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-018-41/+41
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-163-26/+21
* objc-act.c (get_static_reference): Remove unneeded TYPE_BINFO initialization.Ziemowit Laski2002-10-241-4/+2
* Fixed ObjC typechecking, particularly case with protocolsNicola Pero2002-09-171-34/+191
* c-lang.c (objc_is_id): New stub.Ziemowit Laski2002-09-061-6/+20
* Compile ObjC @protocols into list of ObjC statically allocated instances,Nicola Pero2002-09-061-1/+84
* Fixed bugs in the ObjC -gen-decls optionNicola Pero2002-09-061-11/+36
* Fixed typo causing bloat when compiling ObjC programs with GNU runtimeNicola Pero2002-09-031-4/+4
* Added -Wundeclared-selector ObjC command line optionNicola Pero2002-08-271-0/+30
* objc-act.c (get_super_receiver): If inside a class method of a category...Ziemowit Laski2002-08-261-2/+6
* objc-act.c (building_objc_message_expr): Rename to current_objc_message_selec...Ziemowit Laski2002-08-201-4/+4
* objc-act.c (build_ivar_chain): Remove.Ziemowit Laski2002-08-202-59/+18
* c-opts.c (set_std_cxx98, [...]): New.Neil Booth2002-08-101-4/+3
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-102-18/+4
* objc-act.c (build_selector_translation_table): Issue warning...Devang Patel2002-08-081-0/+26
* configure.in (enable_coverage): New enable switch.Nathan Sidwell2002-08-081-0/+1
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-073-43/+1
* objc-act.c (encode_complete_bitfield): Add prototype and avoid ISO C style fu...Kaveh R. Ghazi2002-08-011-1/+5
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-35/+4
* objc-act.c (objc_init): Return immediately if filename is NULL.Neil Booth2002-07-291-0/+2
* objc-act.c (UTAG_STATICS, [...]): Remove.Neil Booth2002-07-251-6/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* Make gengtype.c language independent.Tim Josling2002-07-141-1/+1
* objc-act.c (adjust_type_for_id_default): Fix my previous patch.Devang Patel2002-07-091-1/+1
* objc-act.c (adjust_type_for_id_default): Do not allow an object as parameter.Devang Patel2002-07-021-0/+4