| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-01-16 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-01-24 | 1 | -2/+11 |
* | * c-common.c (c_expand_start_cond): Expect the IF_STMT node to | law | 2002-01-04 | 1 | -7/+27 |
* | * c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional. | rth | 2001-12-21 | 1 | -8/+13 |
* | * c-parse.in (typename): Do not split attributes. | aldyh | 2001-12-15 | 1 | -7/+3 |
* | * c-common.c (combine_strings): Complain if concatenating | neil | 2001-12-11 | 1 | -0/+1 |
* | * c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes. | neil | 2001-12-10 | 1 | -35/+72 |
* | * c-common.h (rid): Add RID_CHOOSE_EXPR and | aldyh | 2001-12-08 | 1 | -1/+26 |
* | * c-parse.in: Take string literals in assembler constructs, | neil | 2001-12-08 | 1 | -13/+7 |
* | * c-lex.c (c_lex): Peek a token ahead for a string to concatenate, | neil | 2001-12-08 | 1 | -60/+29 |
* | * c-common.def (COMPOUND_LITERAL_EXPR): New. | jsm28 | 2001-12-04 | 1 | -18/+2 |
* | * c-decl.c (duplicate_decls, push_parm_decl): Remove leading | neil | 2001-12-02 | 1 | -1/+1 |
* | * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove | neil | 2001-12-01 | 1 | -1/+1 |
* | * Makefile.in (c-parse.o, c-common.o): Update dependencies. | neil | 2001-11-18 | 1 | -9/+0 |
* | * c-common.c: Include c-lex.h. | neil | 2001-11-15 | 1 | -11/+2 |
* | * Makefile.in: Update. | neil | 2001-11-09 | 1 | -1/+1 |
* | * c-lang.c (LANG_HOOKS_NAME): New. | neil | 2001-11-09 | 1 | -13/+0 |
* | * c-parse.in (expr_no_commas, primary), c-typeck.c | jsm28 | 2001-10-29 | 1 | -6/+3 |
* | * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, | jsm28 | 2001-10-28 | 1 | -1/+1 |
* | * c-parse.in (asm_operand): Allow named operands. | rth | 2001-10-11 | 1 | -1/+3 |
* | 2001-10-03 Ziemowit Laski <zlaski@apple.com> | shebs | 2001-10-03 | 1 | -21/+5 |
* | Table-driven attributes. | jsm28 | 2001-09-21 | 1 | -53/+34 |
* | * c-parse.in (_yylex): Use _cpp_backup_tokens. | neil | 2001-09-13 | 1 | -3/+1 |
* | * c-parse.in (yyerror): Const-ification and/or static-ization. | ghazi | 2001-09-13 | 1 | -1/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * toplev.c (set_float_handler): Make static. | zack | 2001-08-12 | 1 | -1/+0 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -3/+1 |
* | 2001-08-01 Ziemowit Laski <zlaski@apple.com> | shebs | 2001-08-01 | 1 | -14/+56 |
* | * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | neil | 2001-07-19 | 1 | -5/+1 |
* | * c-parse.in (all_prefix_attributes): New variable. | jsm28 | 2001-07-17 | 1 | -133/+102 |
* | * c-common.c (decl_attributes): Take a pointer to the node to | jsm28 | 2001-07-13 | 1 | -7/+7 |
* | * c-common.c (decl_attributes): Only take a single attributes | jsm28 | 2001-07-08 | 1 | -38/+27 |
* | * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, | zack | 2001-07-01 | 1 | -59/+45 |
* | gcc/ | gdr | 2001-06-10 | 1 | -0/+1 |
* | * c-parse.in (notype_initdcl): Remove redundant line. | neil | 2001-05-25 | 1 | -1/+0 |
* | * c-parse.in (array_declarator): New. Handle C99 constructs. | jsm28 | 2001-05-25 | 1 | -44/+42 |
* | * c-parse.in (parm_declarator): Split into | jsm28 | 2001-05-19 | 1 | -8/+36 |
* | * c-parse.in (methodtype): New production. | neil | 2001-05-16 | 1 | -46/+17 |
* | * c-common.h (RID_FIRST_PQ): New. | neil | 2001-05-16 | 1 | -26/+30 |
* | * c-parse.in (bison parser, init_reswords): Remove uses of | neil | 2001-05-12 | 1 | -21/+15 |
* | * c-common.c (finish_label_expr): New function, lifted from | neil | 2001-05-11 | 1 | -41/+3 |
* | * c-parse.in: Remove many shift/reduce conflicts. Update | jsm28 | 2001-05-10 | 1 | -207/+695 |
* | gcc: | nathan | 2001-04-24 | 1 | -20/+31 |
* | * c-parse.in (yylexname): New function, split out of _yylex. | zack | 2001-03-07 | 1 | -65/+99 |
* | * stringpool.c (set_identifier): New function. | zack | 2001-03-02 | 1 | -13/+10 |
* | * diagnostic.h (set_internal_error_function): Renamed. | kenner | 2001-02-04 | 1 | -2/+2 |
* | * c-parse.in (structsp): Pedwarn when "enum foo" refers to an | jsm28 | 2001-01-31 | 1 | -3/+9 |
* | * c-parse.in (cast_expr): Move compound literals from here ... | jsm28 | 2001-01-24 | 1 | -29/+29 |
* | * c-parse.in (finish_parse): Add comment about cpp_destroy. | neil | 2001-01-14 | 1 | -0/+1 |
* | * c-lex.c (init_c_lex): Use cpp_get_callbacks to set | neil | 2001-01-13 | 1 | -3/+2 |
* | * c-common.h (ASM_INPUT_P): New. | rth | 2001-01-02 | 1 | -1/+2 |