summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.zack2003-07-051-21/+5
* * c-common.c (enum c_language_kind, flag_objc): Remove.neil2003-06-301-9/+2
* * c-tree.h (grokfield): Remove unused filename and line parameters.nathan2003-06-271-98/+49
* PR 10178zack2003-06-251-0/+2
* * tree.h (init_function_start): Remove filename and line paramters.nathan2003-06-141-3/+7
* * Makefile.in (OJBS, c-opts.o): Update.neil2003-06-071-5/+5
* * install.tex: Document profiledbootstrap.hubicka2003-06-051-0/+6
* Remove OBJC_PROLOGUE everywhere.shebs2003-05-291-4/+0
* * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRINGgeoffk2003-05-231-2/+2
* * tree.c (expr_last): New fn.jason2003-05-201-4/+4
* * diagnostic.c (output_format): Add support for %m.zack2003-05-131-1/+1
* * diagnostic.c (diagnostic_for_decl): Take azack2003-05-121-9/+0
* * objc/objc-act.c (error_with_ivar): Don't usegdr2003-05-081-9/+4
* * input.h (lineno): Rename to ...nathan2003-05-011-86/+83
* * tree.c (build_constructor): New function.zack2003-04-131-27/+32
* 2003-04-10 Zack Weinberg <zack@codesourcery.com>zack2003-04-111-2/+2
* * c-common.h (c_common_init, c_common_post_options): Update.neil2003-03-082-8/+6
* * objc/lang-specs.h (objective-c-header): Use .gch not .pch;geoffk2003-03-071-5/+5
* * c-pch.c: Include langhooks.h.geoffk2003-03-074-14/+29
* * doc/sourcebuild.texi (Front End Directory): Document tags.tromey2003-03-041-0/+3
* * gcc.c (default_compilers): Add -no-integrated-cpp flag to invokeneil2003-03-021-4/+4
* * objc-act.c: (mark_referenced_methods): Fix compilation problem.hubicka2003-02-261-2/+2
* * objc-act.c: Include cgraph.hhubicka2003-02-262-0/+29
* * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.nathan2003-01-311-1/+1
* * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).ljrittle2003-01-301-1/+1
* gcc:ghazi2003-01-211-0/+2
* * Makefile.in (parsedir): New variable.geoffk2003-01-111-8/+8
* Merge from pch-branch.geoffk2003-01-101-0/+1
* 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>aj2003-01-024-4/+8
* * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,neil2003-01-018-41/+41
* Merge basic-improvements-branch to trunkzack2002-12-163-26/+21
* 2002-10-23 Ziemowit Laski <zlaski@apple.com>zlaski2002-10-241-4/+2
* Fixed ObjC typechecking, particularly case with protocolsnicola2002-09-171-34/+191
* [gcc/ChangeLog]zlaski2002-09-061-6/+20
* Compile ObjC @protocols into list of ObjC statically allocated instances,nicola2002-09-061-1/+84
* Fixed bugs in the ObjC -gen-decls optionnicola2002-09-061-11/+36
* Fixed typo causing bloat when compiling ObjC programs with GNU runtimenicola2002-09-031-4/+4
* Added -Wundeclared-selector ObjC command line optionnicola2002-08-271-0/+30
* [gcc]zlaski2002-08-261-2/+6
* 2002-08-19 Ziemowit Laski <zlaski@apple.com>zlaski2002-08-201-4/+4
* [gcc]zlaski2002-08-202-59/+18
* * c-opts.c (set_std_cxx98, set_std_c89): New.neil2002-08-101-4/+3
* 2002-08-09 Ziemowit Laski <zlaski@apple.com>zlaski2002-08-102-18/+4
* * objc/objc-act.c (build_selector_translation_table): Issuedpatel2002-08-081-0/+26
* * configure.in (enable_coverage): New enable switch.nathan2002-08-081-0/+1
* * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.neil2002-08-073-43/+1
* * objc/objc-act.c (encode_complete_bitfield): Add prototype andghazi2002-08-011-1/+5
* * c-common.c: Define all C/ObjC/C++ warning and flag variables.neil2002-08-011-35/+4
* * objc/objc-act.c (objc_init): Return immediately if filenameneil2002-07-291-0/+2
* * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):neil2002-07-251-6/+0