Age | Commit message (Expand) | Author | Files | Lines |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -27/+32 |
2003-04-11 | c-decl.c (struct binding_level): Add shadowed_tags and function_body... | Zack Weinberg | 1 | -2/+2 |
2003-03-08 | c-common.h (c_common_init, [...]): Update. | Neil Booth | 1 | -7/+5 |
2003-03-07 | c-pch.c: Include langhooks.h. | Geoffrey Keating | 1 | -10/+12 |
2003-02-26 | * objc-act.c: (mark_referenced_methods): Fix compilation problem. | Jan Hubicka | 1 | -2/+2 |
2003-02-26 | objc-act.c: Include cgraph.h | Jan Hubicka | 1 | -0/+26 |
2003-01-31 | tree.h (TYPE_BINFO_SIZE, [...]): Remove. | Nathan Sidwell | 1 | -1/+1 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -0/+1 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -6/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-24 | objc-act.c (get_static_reference): Remove unneeded TYPE_BINFO initialization. | Ziemowit Laski | 1 | -4/+2 |
2002-09-17 | Fixed ObjC typechecking, particularly case with protocols | Nicola Pero | 1 | -34/+191 |
2002-09-06 | c-lang.c (objc_is_id): New stub. | Ziemowit Laski | 1 | -6/+20 |
2002-09-06 | Compile ObjC @protocols into list of ObjC statically allocated instances, | Nicola Pero | 1 | -1/+84 |
2002-09-06 | Fixed bugs in the ObjC -gen-decls option | Nicola Pero | 1 | -11/+36 |
2002-09-03 | Fixed typo causing bloat when compiling ObjC programs with GNU runtime | Nicola Pero | 1 | -4/+4 |
2002-08-27 | Added -Wundeclared-selector ObjC command line option | Nicola Pero | 1 | -0/+30 |
2002-08-26 | objc-act.c (get_super_receiver): If inside a class method of a category... | Ziemowit Laski | 1 | -2/+6 |
2002-08-20 | objc-act.c (building_objc_message_expr): Rename to current_objc_message_selec... | Ziemowit Laski | 1 | -4/+4 |
2002-08-20 | objc-act.c (build_ivar_chain): Remove. | Ziemowit Laski | 1 | -59/+17 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 1 | -16/+1 |
2002-08-08 | objc-act.c (build_selector_translation_table): Issue warning... | Devang Patel | 1 | -0/+26 |
2002-08-07 | Makefile.in (c-opts.o, [...]): Update. | Neil Booth | 1 | -41/+0 |
2002-08-01 | objc-act.c (encode_complete_bitfield): Add prototype and avoid ISO C style fu... | Kaveh R. Ghazi | 1 | -1/+5 |
2002-08-01 | c-common.c: Define all C/ObjC/C++ warning and flag variables. | Neil Booth | 1 | -35/+4 |
2002-07-29 | objc-act.c (objc_init): Return immediately if filename is NULL. | Neil Booth | 1 | -0/+2 |
2002-07-25 | objc-act.c (UTAG_STATICS, [...]): Remove. | Neil Booth | 1 | -6/+0 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 1 | -3/+0 |
2002-07-09 | objc-act.c (adjust_type_for_id_default): Fix my previous patch. | Devang Patel | 1 | -1/+1 |
2002-07-02 | objc-act.c (adjust_type_for_id_default): Do not allow an object as parameter. | Devang Patel | 1 | -0/+4 |
2002-07-02 | c-parse.in (designator): Enable designated initializers if ObjC. | Ziemowit Laski | 1 | -4/+2 |
2002-07-01 | tree.h: Modify builtin_function interface to take an extra argument ATTRS... | Roger Sayle | 1 | -4/+8 |
2002-07-01 | objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only. | Devang Patel | 1 | -1/+4 |
2002-06-11 | objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error. | Gabriel Dos Reis | 1 | -2/+2 |
2002-06-05 | toplev.h (report_error_function): Remove. | Gabriel Dos Reis | 1 | -4/+5 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -73/+7 |
2002-05-25 | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 1 | -2/+0 |
2002-04-26 | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 1 | -16/+18 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -1/+1 |
2002-03-28 | c-decl.c (finish_function): New arg can_defer_p. | Richard Henderson | 1 | -2/+2 |
2002-03-20 | Makefile.in: Update. | Neil Booth | 1 | -4/+1 |
2002-03-13 | c-common.c (c_tree_code_type, [...]): Delete. | Kaveh R. Ghazi | 1 | -52/+0 |
2002-03-12 | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -3/+0 |
2002-02-18 | objc-act.c (handle_impent): Remove leading '*' from objc_class_name. | David Billinghurst | 1 | -1/+1 |
2002-02-02 | c-decl.c, [...]: Revert bitfield patch. | Neil Booth | 1 | -0/+7 |
2002-01-29 | re PR c/3325 (cast of bit-field to same type gets discarded) | Neil Booth | 1 | -7/+0 |
2002-01-08 | Remove spurious warnings of the like '__objc_class_ref_NSObject defined but | Nicola Pero | 1 | -0/+1 |
2002-01-06 | objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*. | Jakub Jelinek | 1 | -6/+15 |
2002-01-02 | objc-act.c (hack_method_prototype): Clear current_function_decl after abusing... | Richard Henderson | 1 | -1/+5 |