Age | Commit message (Expand) | Author | Files | Lines |
2001-12-02 | cfgrtl.c (purge_all_dead_edges): Initialize variable. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-12-02 | * objc-act.c: Partially reverse mistaken commit. | Neil Booth | 1 | -1/+27 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -48/+22 |
2001-11-29 | configure.in (target_list): Add generated-manpages. | Joseph Myers | 1 | -0/+1 |
2001-11-27 | cpphash.c (_cpp_init_hashtable): Update. | Neil Booth | 1 | -12/+12 |
2001-11-26 | cppfiles.c (stack_include_file): Don't optimize zero-length files. | Neil Booth | 1 | -4/+3 |
2001-11-18 | Makefile.in (c-parse.o, c-common.o): Update dependencies. | Neil Booth | 1 | -0/+2 |
2001-11-15 | c-common.c: Include c-lex.h. | Neil Booth | 1 | -7/+13 |
2001-11-12 | Makefile.in (c-lang.o): Depend on $(VARRAY_H). | Alexandre Oliva | 2 | -1/+29 |
2001-11-09 | Makefile.in: Update. | Neil Booth | 1 | -15/+4 |
2001-11-09 | c-lang.c (LANG_HOOKS_NAME): New. | Neil Booth | 1 | -10/+3 |
2001-11-06 | Clean up langhooks | Neil Booth | 2 | -1/+3 |
2001-10-31 | Makefile.in (INTL_TARGETS, POSUB): Delete all references. | Zack Weinberg | 1 | -1/+1 |
2001-10-29 | (GNU runtime only) statically type `self' in a class method context to be | Nicola Pero | 1 | -11/+14 |
2001-10-21 | langhooks.c (lang_hook_default_do_nothing, [...]): New defaults. | Neil Booth | 1 | -5/+11 |
2001-10-12 | objc-act.c (finish_objc): Correct precondition for emitting symtab declarations. | Ziemowit Laski | 1 | -1/+1 |
2001-10-03 | c-parse.in (objc_inherit_code, [...]): Make static. | Ziemowit Laski | 3 | -401/+417 |
2001-09-13 | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 1 | -8/+8 |
2001-09-06 | objc-act.c (build_message_expr): If a class method cannot be found... | Ziemowit Laski | 1 | -3/+4 |
2001-08-18 | except.c (TYPE_HASH): Delete. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-08-09 | Move constructor/destructor handling into target hooks. | Richard Henderson | 2 | -38/+30 |
2001-08-06 | varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ... | Richard Henderson | 1 | -11/+9 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -1/+1 |
2001-08-01 | c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz... | Ziemowit Laski | 2 | -62/+176 |
2001-07-23 | Make-lang.in (objc-act.o): Depend on debug.h. | Neil Booth | 2 | -1/+5 |
2001-07-08 | c-common.c (decl_attributes): Only take a single attributes parameter. | Joseph Myers | 1 | -28/+28 |
2001-06-28 | objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLAR... | Stan Shebs | 1 | -45/+30 |
2001-06-22 | * objc/objc-act.c (hash_init): Use xcalloc. | Stan Shebs | 1 | -5/+2 |
2001-06-20 | objc-act.c (hash_init): Assume xmalloc always succeeds, also use memset to cl... | Stan Shebs | 1 | -21/+5 |
2001-05-28 | * objc/objc.gperf: Remove, no longer used. | Stan Shebs | 1 | -64/+0 |
2001-05-28 | objc-act.c: Add/fix various comments. | Stan Shebs | 1 | -120/+8 |
2001-05-26 | toplev.c (debug_args, [...]): Mark descriptions for translation. | Zack Weinberg | 1 | -7/+12 |
2001-05-20 | hashtable.c (calc_hash): Fix HASHSTEP definition. | Neil Booth | 1 | -6/+1 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -1/+4 |
2001-05-16 | c-common.h (RID_FIRST_PQ): New. | Neil Booth | 1 | -43/+0 |
2001-05-15 | objc-act.c (handle_class_ref): Use rest_of_decl_compilation so that CHOOSE_SE... | Geoffrey Keating | 1 | -12/+8 |
2001-05-02 | objc-act.c (STRING_OBJECT_CLASS_NAME): Default to NSConstantString for NeXT-s... | Stan Shebs | 1 | -1/+51 |
2001-05-01 | objc-act.c (build_module_descriptor): Clear DECL_CONTEXT of UOBJC_MODULES_decl. | Stan Shebs | 1 | -1/+11 |
2001-05-01 | bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-29 | objc-act.c (handle_class_ref): Rewrite to flush target specific code and use ... | Stan Shebs | 1 | -32/+29 |
2001-04-13 | objc-act.c: Remove all code ifdefed with the never-used macro OBJC_INT_SELECT... | Stan Shebs | 1 | -31/+1 |
2001-03-28 | objc-act.c (objc_init): Use dump_base_name. | Stan Shebs | 1 | -31/+60 |
2001-03-27 | Makefile.in (SYSTEM_H): Define. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-03-20 | objc-act.c (get_static_reference): Use NULL_TREE. | Stan Shebs | 1 | -11/+17 |
2001-03-20 | objc-act.c (maybe_objc_method_name): Remove, never called. | Stan Shebs | 1 | -13/+0 |
2001-03-15 | varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME... | Mark Mitchell | 1 | -1/+1 |
2001-03-09 | objc-act.c: Fix old typos in comments, add comments for various functions. | Stan Shebs | 1 | -11/+34 |
2001-03-06 | objc-act.c (init_objc): Set save_lang_status, restore_lang_status, and mark_l... | Nicola Pero | 1 | -0/+3 |
2001-03-06 | objc-act.c (objc_add_static_instance): Set DECL_INITIAL and DECL_DEFER_OUTPUT... | Zack Weinberg | 1 | -4/+5 |
2001-03-02 | gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements. | Zack Weinberg | 1 | -4/+4 |