Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-03-02 | stringpool.c (set_identifier): New function. | Zack Weinberg | 1 | -13/+33 |
2001-02-16 | objc-act.c (start_class): Register implemented_classes with GC. | Jakub Jelinek | 1 | -1/+4 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 1 | -12/+10 |
2001-01-29 | tree.c, tree.h (build_parse_node): Remove; was identical to build_nt. | Joseph Myers | 1 | -6/+6 |
2001-01-10 | output.h (make_function_rtl): Remove prototype. | Mark Mitchell | 1 | -7/+7 |
2001-01-10 | c-lang.c (lang_hooks): Update. | Neil Booth | 1 | -5/+9 |
2001-01-09 | lang-options.h: Remove bogus reference to Java trademark. | Jeffrey A Law | 1 | -5/+1 |
2001-01-09 | c-lang.c (lang_hooks): Update. | Neil Booth | 1 | -8/+6 |
2001-01-07 | c-lang.c (c_post_options): Call cpp_post_options. | Neil Booth | 1 | -0/+1 |
2001-01-07 | toplev.c (main): Call the front-end specific post_options hook if one is given. | Neil Booth | 1 | -0/+10 |
2001-01-05 | lang-options.h: Bring comment in line with reality. | Phil Edwards | 1 | -2/+2 |
2001-01-03 | c-common.c (c_common_lang_init): New function. | Joseph Myers | 1 | -1/+3 |
2000-12-22 | Makefile.in (sched-deps.o, [...]): Fix dependency typo. | Kaveh R. Ghazi | 1 | -8/+0 |
2000-12-12 | configure.in: Simplify language enabling/disabling code. | Alexandre Oliva | 1 | -1/+3 |
2000-11-30 | objc-act.c (lang_init, [...]): Remove redundant code, assuming doing_objc_tha... | Neil Booth | 1 | -42/+5 |
2000-11-29 | c-decl.c (c_decode_option): Don't handle -lang-objc. | Neil Booth | 3 | -6/+6 |
2000-11-28 | c-lex.h (parse_in): Change parse_in to a cpp_reader *. | Neil Booth | 1 | -3/+1 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 2 | -20/+1 |
2000-11-20 | c-lang.c (lang_init_options): Update call to cpp_reader_init. | Neil Booth | 1 | -1/+1 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 1 | -10/+10 |
2000-11-05 | Makefile.in: Remove all targets related to building distributions and diffs, ... | Joseph Myers | 1 | -13/+1 |
2000-10-27 | configure.in: If not NO_MINUS_C_MINUS_O, substitute OUTPUT_OPTION with '-o $@'. | Zack Weinberg | 2 | -92/+7 |
2000-10-13 | Makefile.in (c-parse.c, tradcif.c): Create atomically. | Kaveh R. Ghazi | 1 | -1/+2 |
2000-09-26 | gcc.c (cpp_options): Add spec for -ftabstop=. | Neil Booth | 1 | -7/+15 |
2000-09-17 | splay-tree.c (splay_tree_predecessor): Fix typo in comment. | Mark Mitchell | 3 | -6/+18 |
2000-09-07 | Integrated preprocessor. | Zack Weinberg | 3 | -25/+33 |
2000-08-21 | lang-specs.h: Do not process -o or run the assembler if -fsyntax-only. | Nix | 1 | -7/+7 |
2000-08-06 | New command line option -fconstant-string-class to allow specifying a user de... | Ovidiu Predescu | 1 | -1/+14 |
2000-08-06 | Moved the Objective-C specific options from toplev.c. | Ovidiu Predescu | 1 | -0/+43 |