Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -59/+18 |
2002-08-10 | c-opts.c (set_std_cxx98, [...]): New. | Neil Booth | 1 | -4/+3 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 2 | -18/+4 |
2002-08-08 | objc-act.c (build_selector_translation_table): Issue warning... | Devang Patel | 1 | -0/+26 |
2002-08-08 | configure.in (enable_coverage): New enable switch. | Nathan Sidwell | 1 | -0/+1 |
2002-08-07 | Makefile.in (c-opts.o, [...]): Update. | Neil Booth | 3 | -43/+1 |
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-14 | Make gengtype.c language independent. | Tim Josling | 1 | -1/+1 |
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 | 2 | -6/+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-06 | Define some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SET | Nicola Pero | 1 | -1/+5 |
2002-06-05 | toplev.h (report_error_function): Remove. | Gabriel Dos Reis | 2 | -5/+6 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 5 | -87/+19 |
2002-05-31 | gcc.c (cpp_unique_options): Remove "-d" options. | Matthew Woodcraft | 1 | -1/+2 |
2002-05-25 | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 2 | -6/+4 |
2002-05-22 | re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-") | Neil Booth | 2 | -14/+3 |
2002-05-14 | gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when... | Neil Booth | 1 | -1/+1 |
2002-04-26 | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 1 | -16/+18 |
2002-04-25 | c-common.h (c_common_parse_file): Update. | Neil Booth | 1 | -2/+0 |
2002-04-24 | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 1 | -0/+6 |
2002-04-20 | Makefile.in: Update. | Neil Booth | 1 | -0/+7 |
2002-04-19 | builtins.c: Include langhooks.h. | Neil Booth | 1 | -0/+2 |
2002-04-18 | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 1 | -0/+2 |
2002-04-04 | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 1 | -0/+2 |
2002-04-03 | re PR rtl-optimization/4330 (Optimizer generates illegal assembly code) | Richard Henderson | 1 | -0/+3 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -0/+2 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -0/+6 |
2002-03-31 | c-common.c (c_unsafe_for_reeval): Rename. | Neil Booth | 1 | -0/+4 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 2 | -1/+6 |
2002-03-28 | c-decl.c (finish_function): New arg can_defer_p. | Richard Henderson | 1 | -2/+2 |
2002-03-27 | Makefile.in (attribs.o): Update. | Neil Booth | 1 | -0/+2 |
2002-03-27 | c-common.c (c_expand_expr): Fix prototype. | Neil Booth | 1 | -0/+2 |
2002-03-26 | Makefile.in (ggc-common.o): Update. | Neil Booth | 1 | -0/+2 |
2002-03-24 | Removal of separate preprocessor cpp0. | Neil Booth | 1 | -1/+1 |
2002-03-20 | Makefile.in: Update. | Neil Booth | 3 | -4/+4 |
2002-03-19 | re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0) | Jakub Jelinek | 1 | -0/+3 |
2002-03-17 | c-common.h (yyparse, [...]): New. | Neil Booth | 1 | -0/+2 |
2002-03-13 | c-common.c (c_tree_code_type, [...]): Delete. | Kaveh R. Ghazi | 2 | -52/+44 |
2002-03-12 | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-02-28 | Makefile.in (integrate.o): Update. | Neil Booth | 1 | -0/+2 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2 | -9/+4 |