aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-7/+7
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-5/+9
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-8/+6
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-0/+1
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth1-0/+10
2001-01-03c-common.c (c_common_lang_init): New function.Joseph Myers1-1/+3
2000-12-22Makefile.in (sched-deps.o, [...]): Fix dependency typo.Kaveh R. Ghazi1-8/+0
2000-11-30objc-act.c (lang_init, [...]): Remove redundant code, assuming doing_objc_tha...Neil Booth1-42/+5
2000-11-29c-decl.c (c_decode_option): Don't handle -lang-objc.Neil Booth1-1/+2
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-3/+1
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-11/+0
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-10/+10
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-3/+15
2000-09-07Integrated preprocessor.Zack Weinberg1-21/+30
2000-08-06New command line option -fconstant-string-class to allow specifying a user de...Ovidiu Predescu1-1/+14
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-17/+1
2000-06-19c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg1-0/+21
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-1/+1
2000-06-05objc-act.c (generate_method_descriptors): Register objc_method_prototype_temp...Zack Weinberg1-57/+52
2000-05-04bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi1-0/+2
2000-04-12objc-act.c: Include ggc.h.Jakub Jelinek1-50/+196
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-7/+2
2000-03-17objc-act.c (encode_method_prototype): Pass types, not PARM_DECLs, to int_size...Mark Mitchell1-1/+1
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-27/+17
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-3/+3
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-21/+7
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-7/+0
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-76/+13
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-127/+127
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-4/+4
1999-09-15Remove second arg from assign_parmsBernd Schmidt1-1/+1
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-4/+2
1999-09-03objc-act.c (objc_tree_code_type, [...]): Constify.Kaveh R. Ghazi1-83/+87
1999-08-29tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi1-4/+1
1999-08-09tree.h (lang_identify): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-07-20c-common.h: New file.Bernd Schmidt1-5/+5
1999-04-14graph.c (node_data): Return void.Zack Weinberg1-2/+19
1999-02-22Reverted to the old behavior of encoding the types.Ovidiu Predescu1-40/+42
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-1/+1
1999-02-16Applied Richard Frith-Macdonald's patch to objc/objc-act.c for encoding the t...Ovidiu Predescu1-42/+40
1998-12-10objc-act.c (lang_init_options): Enclose cpplib related code in #if USE_CPPLIB.Dave Brolley1-0/+2
1998-12-09objc-act.c (cpp_initialized): Removed.Dave Brolley1-10/+3
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-1/+1
1998-11-25gcc.c: Split out Objective-C specs to...Zack Weinberg1-1/+8
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-1/+2
1998-10-08c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.Richard Frith-Macdonald1-0/+3
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu1-9/+103
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+3