| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c (c_common_nodes_and_builtins): The first parameter to | geoffk | 2000-03-30 | 1 | -10/+14 |
* | * c-common.c (c_common_nodes_and_builtins): Don't special case | ghazi | 2000-03-29 | 1 | -5/+5 |
* | * builtins.c (expand_builtin_bzero): New function. | ghazi | 2000-03-24 | 1 | -3/+16 |
* | * builtins.c (expand_builtin): Handle bcmp. | ghazi | 2000-03-23 | 1 | -3/+30 |
* | * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. | mmitchel | 2000-03-23 | 1 | -7/+5 |
* | * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P, | mmitchel | 2000-03-21 | 1 | -1/+1 |
* | gcc | nathan | 2000-03-21 | 1 | -1/+1 |
* | gcc: | nathan | 2000-03-08 | 1 | -35/+6 |
* | * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts. | kenner | 2000-03-07 | 1 | -55/+38 |
* | * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink | kenner | 2000-03-02 | 1 | -1/+1 |
* | * tree.h (TREE_SET_PERMANENT): New macro. Document conditions | zack | 2000-02-24 | 1 | -12/+3 |
* | * c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | kenner | 2000-02-20 | 1 | -2/+3 |
* | * Makefile.in (c-common.o): Depend on $(EXPR_H). | ghazi | 2000-02-06 | 1 | -0/+1 |
* | * c-decl.c (c_decode_option): Accept optional numeric argument to | drepper | 2000-01-31 | 1 | -2/+2 |
* | Adjust variable names, comments, help strings to c99. | drepper | 2000-01-29 | 1 | -5/+5 |
* | * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c, | zack | 2000-01-25 | 1 | -4/+2 |
* | * builtins.c (expand_tree_builtin): Move ... | rth | 2000-01-25 | 1 | -0/+101 |
* | * rtl.def: Add unordered fp comparisions. | rth | 2000-01-24 | 1 | -0/+14 |
* | * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST. | loewis | 2000-01-18 | 1 | -0/+9 |
* | * configure.in (i?86-*-beos{pe,elf,}*): Recognize. | jason | 2000-01-13 | 1 | -0/+2 |
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 1 | -12/+12 |
* | * Makefile.in (optabs.o): Depend on real.h | ghazi | 2000-01-10 | 1 | -0/+1 |
* | Update copyrights. | law | 2000-01-04 | 1 | -1/+1 |
* | (time_char_table): Revert change; this was not intended. | drepper | 2000-01-03 | 1 | -1/+1 |
* | (format_char_info): Update comment. (check_format_info): Recognize 'z' | drepper | 2000-01-03 | 1 | -43/+42 |
* | * c-common.c (c_common_nodes_and_builtins): | gavin | 1999-12-10 | 1 | -0/+6 |
* | * c-common.c (enum attrs): Add A_NO_LIMIT_STACK. | geoffk | 1999-12-04 | 1 | -1/+20 |
* | * tree.h (struct tree_decl): Add malloc_flag. | green | 1999-11-28 | 1 | -1/+9 |
* | * c-common.c (check_format_info): Don't call a variadic function | ghazi | 1999-11-25 | 1 | -4/+6 |
* | Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR> | kenner | 1999-11-01 | 1 | -155/+0 |
* | * c-common.c (check_format_info): Avoid non-literal format string | ghazi | 1999-10-28 | 1 | -2/+10 |
* | * c-common.c (check_format_info): Warn if format string isn't a | law | 1999-10-10 | 1 | -2/+12 |
* | Allow to distinguish between three classes of builtin functions | crux | 1999-09-24 | 1 | -72/+93 |
* | * toplev.c (documented_lang_options): Add -fshort-wchar. | jason | 1999-09-23 | 1 | -7/+2 |
* | Move declarations and building code for common tree nodes to tree.[ch] | crux | 1999-09-10 | 1 | -5/+0 |
* | Linas Vepstas <linas@linas.org> | rth | 1999-09-08 | 1 | -1/+1 |
* | * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to. | rth | 1999-09-08 | 1 | -0/+58 |
* | * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o. | mmitchel | 1999-09-06 | 1 | -1/+2 |
* | * c-common.c (combine_strings): Always set TREE_CONSTANT. | jason | 1999-08-25 | 1 | -1/+2 |
* | * c-common.c (c_get_alias_set): Update comment. | mmitchel | 1999-08-20 | 1 | -5/+18 |
* | * c-common.c (c_get_alias_set): Fix support for poitners and | mmitchel | 1999-08-19 | 1 | -3/+33 |
* | * c-typeck.c (initializer_constant_valid_p): Move ... | rth | 1999-07-31 | 1 | -0/+156 |
* | * builtins.c (stabilize_va_list): Don't INDIRECT_REF through | rth | 1999-07-27 | 1 | -2/+9 |
* | * builtins.c (expand_builtin_saveregs): Remove static, remove exp | rth | 1999-07-26 | 1 | -0/+48 |
* | * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed. | jason | 1999-07-20 | 1 | -1/+1 |
* | * c-common.h: New file. | crux | 1999-07-20 | 1 | -1/+394 |
* | For gcc: | gavin | 1999-07-06 | 1 | -0/+98 |
* | For gcc: | gavin | 1999-07-02 | 1 | -0/+8 |
* | * c-common.c (default_valid_lang_attribute): New fn. | jason | 1999-04-13 | 1 | -63/+23 |
* | * c-common.c (decl_attributes, A_INIT_PRIORITY): Allow arrays | jason | 1999-04-09 | 1 | -2/+5 |