| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-lang.c (LANG_HOOKS_NAME): New. | neil | 2001-11-09 | 1 | -10/+3 |
* | * alias.c:: Include langhooks.h. | neil | 2001-11-06 | 1 | -0/+1 |
* | * alias.c (can_address_p): Compnonents are not addressable if | kenner | 2001-10-23 | 1 | -0/+3 |
* | * langhooks.h: New file. | aoliva | 2001-10-08 | 1 | -7/+20 |
* | * c-common.h (struct c_lang_decl): Add declared_inline. | rth | 2001-10-08 | 1 | -1/+1 |
* | * Makefile.in (c-decl.o): Depend on tree-inline.h. | aoliva | 2001-10-05 | 1 | -0/+175 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * c-lang.c (start_cdtor): Remove extra parameter from start_function. | kenner | 2001-07-09 | 1 | -1/+1 |
* | * toplev.c (decode_f_option): Adjust setting. | gdr | 2001-06-26 | 1 | -1/+1 |
* | * c-common.h (flag_dump_translation_unit): Remove. | nathan | 2001-06-05 | 1 | -2/+10 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -1/+4 |
* | 2001-03-19 Stan Shebs <shebs@apple.com> | shebs | 2001-03-20 | 1 | -7/+0 |
* | * c-decl.c (grokdeclarator): In C99 mode, give the more specific | jsm28 | 2001-02-12 | 1 | -2/+3 |
* | * tree.c, tree.h (build_parse_node): Remove; was identical to | jsm28 | 2001-01-29 | 1 | -4/+3 |
* | * c-lang.c (lang_hooks): Update. | neil | 2001-01-10 | 1 | -12/+5 |
* | * c-lang.c (lang_hooks): Update. | neil | 2001-01-09 | 1 | -8/+6 |
* | * c-lang.c (c_post_options): Call cpp_post_options. | neil | 2001-01-07 | 1 | -0/+1 |
* | * toplev.c (main): Call the front-end specific post_options | neil | 2001-01-07 | 1 | -1/+10 |
* | * c-common.c (c_common_lang_init): New function. Warn if format | jsm28 | 2001-01-03 | 1 | -3/+1 |
* | * c-decl.c (c_decode_option): Remove support of | aj | 2001-01-02 | 1 | -7/+18 |
* | * c-lex.h (parse_in): Change parse_in to a cpp_reader *. | neil | 2000-11-28 | 1 | -2/+1 |
* | * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | neil | 2000-11-26 | 1 | -1/+0 |
* | * c-common.c: Remove USE_CPPLIB conditional inclusions. | neil | 2000-11-25 | 1 | -14/+3 |
* | * c-lang.c (lang_init_options): Update call to | neil | 2000-11-20 | 1 | -1/+1 |
* | * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | mmitchel | 2000-11-10 | 1 | -0/+3 |
* | * c-lang.c (start_cdtor, finish_cdtor): New functions. | rth | 2000-11-08 | 1 | -38/+61 |
* | * c-common.c (back_end_hook): New variable. | mmitchel | 2000-10-18 | 1 | -0/+3 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -4/+8 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -8/+2 |
* | * c-lang.c: #include diagnostic.h | gdr | 2000-08-20 | 1 | -0/+40 |
* | * cpplex.c (parse_name): Might have to glue a CPP_OTHER token | zack | 2000-08-04 | 1 | -9/+0 |
* | * c-decl.c (mesg_implicit_function_declaration): Init to -1. | zack | 2000-07-31 | 1 | -0/+9 |
* | * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c. | zack | 2000-06-19 | 1 | -0/+9 |
* | Copyright fixes. | law | 2000-02-26 | 1 | -1/+2 |
* | * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c, | zack | 2000-01-25 | 1 | -2/+2 |
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 1 | -2/+2 |
* | * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls. | gkm | 1999-10-16 | 1 | -1/+8 |
* | * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR): | rearnsha | 1999-09-30 | 1 | -2/+6 |
* | * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o. | mmitchel | 1999-09-06 | 1 | -0/+4 |
* | * c-decl.c (struct language_function): Renamed from struct c_function. | mmitchel | 1999-09-05 | 1 | -0/+4 |
* | * tree.h (lang_identify): Constify a char*. | ghazi | 1999-08-09 | 1 | -1/+1 |
* | * c-lang.c (finish_file): Rename void_list_node to void_list_node_1 | crux | 1999-07-21 | 1 | -5/+5 |
* | * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | ghazi | 1999-02-18 | 1 | -1/+1 |
* | Wed Dec 9 15:29:26 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-12-09 | 1 | -0/+8 |
* | 1998-10-28 16:10 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu> | brolley | 1998-10-29 | 1 | -2/+9 |
* | * c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted. | law | 1998-06-19 | 1 | -12/+0 |
* | Warning fixes: | ghazi | 1998-06-18 | 1 | -0/+1 |
* | Integrate cpplib into the C and C++ front ends. | brolley | 1998-06-10 | 1 | -3/+4 |
* | * toplev.c (flag_exceptions): Default to 0. | rth | 1998-06-07 | 1 | -0/+5 |
* | Warning fixes: | ghazi | 1998-05-13 | 1 | -11/+15 |