| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up - removed declarations of some unused functions, moved other decls | nicola | 2002-01-11 | 1 | -17/+14 |
* | * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter. | grahams | 2002-01-08 | 1 | -13/+13 |
* | * Makefile.in: Update dependencies. | neil | 2001-12-17 | 1 | -2/+5 |
* | * c-common.def (COMPOUND_LITERAL_EXPR): New. | jsm28 | 2001-12-04 | 1 | -0/+1 |
* | * cpphash.c (_cpp_init_hashtable): Update. | neil | 2001-11-27 | 1 | -0/+7 |
* | * c-common.c: Include c-lex.h. | neil | 2001-11-15 | 1 | -0/+1 |
* | * Makefile.in (c-lang.o): Depend on $(VARRAY_H). | aoliva | 2001-11-12 | 1 | -0/+3 |
* | * Makefile.in: Update. | neil | 2001-11-09 | 1 | -0/+2 |
* | * c-decl.c (delete_block): Remove. | neil | 2001-11-05 | 1 | -1/+0 |
* | * calls.c: Fix formatting. | kazu | 2001-10-11 | 1 | -1/+1 |
* | * acconfig.h: Fix comment formatting. | kazu | 2001-10-09 | 1 | -3/+3 |
* | * c-common.h (struct c_lang_decl): Add declared_inline. | rth | 2001-10-08 | 1 | -1/+6 |
* | Remove TYPE_NONCOPIED_PARTS. | nathan | 2001-09-06 | 1 | -1/+1 |
* | * c-tree.h: Add prototyp for c_sizeof_nowarn. | aj | 2001-08-27 | 1 | -1/+2 |
* | * c-common.c (c_alignof, c_alignof_expr): Move here... | jason | 2001-08-24 | 1 | -9/+0 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl> | aj | 2001-07-10 | 1 | -2/+1 |
* | * c-common.c (decl_attributes): Only take a single attributes | jsm28 | 2001-07-08 | 1 | -3/+2 |
* | * c-tree.h (lang_decl): Add pending_sizes fields. | mmitchel | 2001-06-05 | 1 | -2/+5 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -3/+3 |
* | * c-parse.in (array_declarator): New. Handle C99 constructs. | jsm28 | 2001-05-25 | 1 | -0/+2 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -4/+1 |
* | * c-parse.in (bison parser, init_reswords): Remove uses of | neil | 2001-05-12 | 1 | -5/+0 |
* | * c-common.c (finish_label_expr): New function, lifted from | neil | 2001-05-11 | 1 | -2/+3 |
* | * c-common.h (truthvalue_conversion, type_for_mode, | ghazi | 2001-04-12 | 1 | -23/+0 |
* | 2001-03-19 Stan Shebs <shebs@apple.com> | shebs | 2001-03-20 | 1 | -1/+0 |
* | * c-typeck.c (build_asm_stmt): New, broken out from ... | rth | 2000-12-20 | 1 | -0/+2 |
* | * c-common.c (STD_C9L, ADJ_STD): Define. | jsm28 | 2000-12-18 | 1 | -4/+0 |
* | * cp/parse.y (yyparse_1): Rename the parser entry point. | rth | 2000-11-21 | 1 | -0/+1 |
* | * c-decl.c (check_for_loop_decls): New function. | jsm28 | 2000-11-18 | 1 | -0/+1 |
* | * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | mmitchel | 2000-11-10 | 1 | -3/+0 |
* | Improved sequence point warnings | bernds | 2000-10-17 | 1 | -4/+0 |
* | * c-typeck.c (check_modify_expr): New function. | jsm28 | 2000-10-11 | 1 | -0/+4 |
* | * c-decl.c (warn_missing_noreturn): Remove. | rth | 2000-10-06 | 1 | -4/+0 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -5/+12 |
* | * c-common.h (add_stmt): Change prototype. | mmitchel | 2000-09-10 | 1 | -0/+1 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -1/+14 |
* | * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o. | mmitchel | 2000-08-25 | 1 | -15/+0 |
* | * c-tree.h (flag_hosted): Move declaration from here... | jsm28 | 2000-08-21 | 1 | -4/+0 |
* | * cpplex.c (parse_name): Might have to glue a CPP_OTHER token | zack | 2000-08-04 | 1 | -1/+0 |
* | * c-common.h: Prototype min_precision and c_build_qualified_type here... | zack | 2000-08-02 | 1 | -5/+1 |
* | * c-decl.c (mesg_implicit_function_declaration): Init to -1. | zack | 2000-07-31 | 1 | -0/+4 |
* | 2000-07-01 Benjamin Chelf <chelf@codesourcery.com> | chelf | 2000-07-02 | 1 | -5/+0 |
* | * c-common.c: Include c-common.h, not c-lex.h or c-tree.h. | mmitchel | 2000-06-30 | 1 | -55/+0 |
* | 2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk> | rth | 2000-06-26 | 1 | -0/+2 |
* | * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c. | zack | 2000-06-19 | 1 | -0/+2 |
* | * c-common.h (c_language_kind): New type. | mmitchel | 2000-06-06 | 1 | -1/+2 |
* | top level: | zack | 2000-05-09 | 1 | -3/+4 |
* | * Clean up usages of TREE_INT_CST_LOW. | kenner | 2000-03-17 | 1 | -0/+3 |
* | Copyright fixes | law | 2000-02-26 | 1 | -1/+2 |