| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | c-parse.in (designator): Enable designated initializers if ObjC. | Ziemowit Laski | 2002-07-02 | 2 | -6/+2 |
* | tree.h: Modify builtin_function interface to take an extra argument ATTRS... | Roger Sayle | 2002-07-01 | 1 | -4/+8 |
* | objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only. | Devang Patel | 2002-07-01 | 1 | -1/+4 |
* | objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error. | Gabriel Dos Reis | 2002-06-11 | 1 | -2/+2 |
* | Define some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SET | Nicola Pero | 2002-06-06 | 1 | -1/+5 |
* | toplev.h (report_error_function): Remove. | Gabriel Dos Reis | 2002-06-05 | 2 | -5/+6 |
* | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 2002-06-04 | 5 | -87/+19 |
* | gcc.c (cpp_unique_options): Remove "-d" options. | Matthew Woodcraft | 2002-05-31 | 1 | -1/+2 |
* | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 2002-05-25 | 2 | -6/+4 |
* | re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-") | Neil Booth | 2002-05-22 | 2 | -14/+3 |
* | gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when... | Neil Booth | 2002-05-14 | 1 | -1/+1 |
* | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 2002-04-26 | 1 | -16/+18 |
* | c-common.h (c_common_parse_file): Update. | Neil Booth | 2002-04-25 | 1 | -2/+0 |
* | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 2002-04-24 | 1 | -0/+6 |
* | Makefile.in: Update. | Neil Booth | 2002-04-20 | 1 | -0/+7 |
* | builtins.c: Include langhooks.h. | Neil Booth | 2002-04-19 | 1 | -0/+2 |
* | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 2002-04-18 | 1 | -0/+2 |
* | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 2002-04-04 | 1 | -0/+2 |
* | re PR rtl-optimization/4330 (Optimizer generates illegal assembly code) | Richard Henderson | 2002-04-03 | 1 | -0/+3 |
* | c-decl.c (grokdeclarator): Update. | Neil Booth | 2002-04-01 | 1 | -0/+2 |
* | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 2002-04-01 | 1 | -0/+6 |
* | c-common.c (c_unsafe_for_reeval): Rename. | Neil Booth | 2002-03-31 | 1 | -0/+4 |
* | Makefile.in (convert.o, [...]): Update. | Neil Booth | 2002-03-29 | 2 | -1/+6 |
* | c-decl.c (finish_function): New arg can_defer_p. | Richard Henderson | 2002-03-28 | 1 | -2/+2 |
* | Makefile.in (attribs.o): Update. | Neil Booth | 2002-03-27 | 1 | -0/+2 |
* | c-common.c (c_expand_expr): Fix prototype. | Neil Booth | 2002-03-27 | 1 | -0/+2 |
* | Makefile.in (ggc-common.o): Update. | Neil Booth | 2002-03-26 | 1 | -0/+2 |
* | Removal of separate preprocessor cpp0. | Neil Booth | 2002-03-24 | 1 | -1/+1 |
* | Makefile.in: Update. | Neil Booth | 2002-03-20 | 3 | -4/+4 |
* | re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0) | Jakub Jelinek | 2002-03-19 | 1 | -0/+3 |
* | c-common.h (yyparse, [...]): New. | Neil Booth | 2002-03-17 | 1 | -0/+2 |
* | c-common.c (c_tree_code_type, [...]): Delete. | Kaveh R. Ghazi | 2002-03-13 | 2 | -52/+44 |
* | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 2002-03-12 | 1 | -1/+1 |
* | Makefile.in (integrate.o): Update. | Neil Booth | 2002-02-28 | 1 | -0/+2 |
* | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2002-02-27 | 2 | -9/+4 |
* | objc-act.c (handle_impent): Remove leading '*' from objc_class_name. | David Billinghurst | 2002-02-18 | 1 | -1/+1 |
* | c-decl.c, [...]: Revert bitfield patch. | Neil Booth | 2002-02-02 | 1 | -0/+7 |
* | Makefile.in (c-parse.c): Handle .output file. | Jason Merrill | 2002-02-01 | 1 | -3/+8 |
* | re PR c/3325 (cast of bit-field to same type gets discarded) | Neil Booth | 2002-01-29 | 1 | -7/+0 |
* | re PR other/1502 (Nonexistent -W options not diagnosed) | Jakub Jelinek | 2002-01-29 | 1 | -2/+2 |
* | Remove spurious warnings of the like '__objc_class_ref_NSObject defined but | Nicola Pero | 2002-01-08 | 1 | -0/+1 |
* | objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*. | Jakub Jelinek | 2002-01-06 | 1 | -6/+15 |
* | objc-act.c (hack_method_prototype): Clear current_function_decl after abusing... | Richard Henderson | 2002-01-02 | 1 | -1/+5 |
* | objc-act.c (STRING_OBJECT_CLASS_NAME): Remove. | Stan Shebs | 2001-12-29 | 1 | -6/+4 |
* | * objc/objc-act.c: Apply various cosmetic and formatting changes. | Stan Shebs | 2001-12-29 | 1 | -67/+63 |
* | objc-act.c (build_module_descriptor): Make sure the init function is not defe... | Stan Shebs | 2001-12-28 | 1 | -0/+8 |
* | configure.in (all_diff_excludes, [...]): Remove. | Joseph Myers | 2001-12-20 | 1 | -3/+0 |
* | Makefile.in: Update dependencies. | Neil Booth | 2001-12-17 | 2 | -28/+2 |
* | Fixed compilation of bitfields of enumerations in args and ivars | Nicola Pero | 2001-12-12 | 1 | -1/+2 |
* | objc-act.c (build_string_class_template): New. | Richard Henderson | 2001-12-11 | 1 | -2/+36 |