Age | Commit message (Expand) | Author | Files | Lines |
2003-11-12 | c-typeck.c (c_convert_parm_for_inlining): Add argnum... | Mike Stump | 1 | -1/+1 |
2003-09-25 | MERGE OF objc-improvements-branch into MAINLINE. | Ziemowit Laski | 1 | -11/+3 |
2003-09-03 | Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. | Jan Hubicka | 1 | -1/+1 |
2003-08-30 | c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration. | Zack Weinberg | 1 | -2/+1 |
2003-08-30 | c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro. | Zack Weinberg | 1 | -0/+4 |
2003-08-29 | c-tree.h (C_DECL_FILE_SCOPE): Move ... | Richard Henderson | 1 | -5/+0 |
2003-08-05 | tree.h (DID_INLINE_FUNC): Remove macro. | Steven Bosscher | 1 | -7/+0 |
2003-08-04 | c-common.c (flag_noniso_default_format_attributes): Delete. | Roger Sayle | 1 | -1/+0 |
2003-07-29 | c-decl.c (last_function_parm_vars, [...]): New static variables. | Zack Weinberg | 1 | -2/+1 |
2003-07-28 | c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl... | Hans-Peter Nilsson | 1 | -0/+1 |
2003-07-21 | c-common.h (num_in_fnames): Declare. | Geoffrey Keating | 1 | -0/+1 |
2003-07-19 | * c-decl.c (named_labels, shadowed_labels, label_level_chain) | Zack Weinberg | 1 | -3/+1 |
2003-07-18 | c-decl.c (pushdecl_function_level): Make static, return nothing. | Zack Weinberg | 1 | -2/+6 |
2003-07-17 | c-decl.c: Fix typos in several comments. | Zack Weinberg | 1 | -1/+1 |
2003-07-16 | re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ... | Andrew Pinski | 1 | -2/+1 |
2003-07-11 | Index: ChangeLog | Geoffrey Keating | 1 | -3/+17 |
2003-07-04 | c-aux-info.c: Include toplev.h after c-tree.h. | Kaveh R. Ghazi | 1 | -0/+5 |
2003-07-01 | c-tree.h (define_label): Replace filename and lineno arguments with a locatio... | Nathan Sidwell | 1 | -1/+1 |
2003-06-27 | c-tree.h (grokfield): Remove unused filename and line parameters. | Nathan Sidwell | 1 | -1/+1 |
2003-06-22 | c-lex.c: Convert to ISO C90. | Andreas Jaeger | 1 | -116/+110 |
2003-06-19 | c-tree.h: Remove declaration of poplevel. | Andreas Jaeger | 1 | -1/+0 |
2003-04-11 | c-decl.c (struct binding_level): Add shadowed_tags and function_body... | Zack Weinberg | 1 | -37/+29 |
2003-03-17 | c-tree.h (struct lang_identifier): Remove error_locus field. | Zack Weinberg | 1 | -5/+1 |
2003-03-08 | c-common.h (c_common_init, [...]): Update. | Neil Booth | 1 | -1/+1 |
2003-02-12 | Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time | Jan Hubicka | 1 | -0/+1 |
2002-09-16 | Index: gcc/ChangeLog | Geoffrey Keating | 1 | -1/+2 |
2002-09-07 | c-typeck.c (c_tree_expr_nonnegative_p): New function. | Ansgar Esztermann | 1 | -0/+1 |
2002-09-06 | c-lang.c (objc_is_id): New stub. | Ziemowit Laski | 1 | -0/+1 |
2002-09-03 | c-lang.c (recognize_objc_keyword): Remove, no longer used. | Stan Shebs | 1 | -1/+0 |
2002-08-15 | c-tree.h (skip_evaluation): Move declaration... | Alexandre Oliva | 1 | -5/+0 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 1 | -3/+3 |
2002-08-07 | Makefile.in (c-opts.o, [...]): Update. | Neil Booth | 1 | -1/+0 |
2002-08-01 | c-common.c: Define all C/ObjC/C++ warning and flag variables. | Neil Booth | 1 | -72/+0 |
2002-07-25 | c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining. | Gabriel Dos Reis | 1 | -1/+1 |
2002-07-16 | varargs.h: Replace with stub which issues #error. | Zack Weinberg | 1 | -1/+0 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -11/+24 |
2002-05-25 | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 1 | -1/+1 |
2002-05-06 | c-common.c (warn_multichar): New. | Neil Booth | 1 | -4/+0 |
2002-04-25 | c-common.h (c_common_parse_file): Update. | Neil Booth | 1 | -1/+0 |
2002-04-20 | Makefile.in: Update. | Neil Booth | 1 | -3/+3 |
2002-04-19 | builtins.c: Include langhooks.h. | Neil Booth | 1 | -0/+1 |
2002-04-18 | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 1 | -0/+1 |
2002-04-03 | re PR rtl-optimization/4330 (Optimizer generates illegal assembly code) | Richard Henderson | 1 | -0/+1 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -0/+1 |
2002-03-31 | c-common.c (c_unsafe_for_reeval): Rename. | Neil Booth | 1 | -1/+1 |
2002-03-28 | c-decl.c (finish_function): New arg can_defer_p. | Richard Henderson | 1 | -1/+1 |
2002-03-27 | Makefile.in (attribs.o): Update. | Neil Booth | 1 | -0/+1 |
2002-03-26 | Makefile.in (ggc-common.o): Update. | Neil Booth | 1 | -0/+1 |
2002-03-21 | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 1 | -1/+9 |
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/+1 |