Age | Commit message (Expand) | Author | Files | Lines |
2000-02-24 | tree.h (TREE_SET_PERMANENT): New macro. | Zack Weinberg | 1 | -12/+3 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 1 | -2/+3 |
2000-02-06 | Makefile.in (c-common.o): Depend on $(EXPR_H). | Kaveh R. Ghazi | 1 | -0/+1 |
2000-01-31 | c-decl.c (c_decode_option): Accept optional numeric argument to -Wformat and ... | Ulrich Drepper | 1 | -2/+2 |
2000-01-29 | Adjust variable names, comments, help strings to c99. | Ulrich Drepper | 1 | -5/+5 |
2000-01-25 | c-common.c, [...]: Remove all references to obstack functions obsoleted by GC... | Zack Weinberg | 1 | -4/+2 |
2000-01-24 | builtins.c (expand_tree_builtin): Move ... | Richard Henderson | 1 | -0/+101 |
2000-01-24 | rtl.def: Add unordered fp comparisions. | Richard Henderson | 1 | -0/+14 |
2000-01-18 | c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST. | Martin v. Löwis | 1 | -0/+9 |
2000-01-12 | configure.in (i?86-*-beos{pe,elf,}*): Recognize. | Jason Merrill | 1 | -0/+2 |
2000-01-12 | c-common.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -12/+12 |
2000-01-10 | Makefile.in (optabs.o): Depend on real.h | Kaveh R. Ghazi | 1 | -0/+1 |
2000-01-04 | Update copyrights. | Jeff Law | 1 | -1/+1 |
2000-01-03 | (time_char_table): Revert change; this was not intended. | Ulrich Drepper | 1 | -1/+1 |
2000-01-03 | (format_char_info): Update comment. | Ulrich Drepper | 1 | -43/+42 |
1999-12-10 | c-common.c (c_common_nodes_and_builtins): Create __builtin_ptrdiff_t and __bu... | Gavin Romig-Koch | 1 | -0/+6 |
1999-12-04 | c-common.c (enum attrs): Add A_NO_LIMIT_STACK. | Geoff Keating | 1 | -1/+20 |
1999-11-28 | tree.h (struct tree_decl): Add malloc_flag. | Anthony Green | 1 | -1/+9 |
1999-11-25 | c-common.c (check_format_info): Don't call a variadic function with a non-lit... | Kaveh R. Ghazi | 1 | -4/+6 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -155/+0 |
1999-10-28 | c-common.c (check_format_info): Avoid non-literal format string warnings when... | Kaveh R. Ghazi | 1 | -2/+10 |
1999-10-09 | c-common.c (check_format_info): Warn if format string isn't a string literal. | Ken Raeburn | 1 | -2/+12 |
1999-09-24 | Allow to distinguish between three classes of builtin functions | Bernd Schmidt | 1 | -72/+93 |
1999-09-23 | toplev.c (documented_lang_options): Add -fshort-wchar. | Jason Merrill | 1 | -7/+2 |
1999-09-10 | Move declarations and building code for common tree nodes to tree.[ch] | Bernd Schmidt | 1 | -5/+0 |
1999-09-07 | Linas Vepstas <linas@linas.org> | Linas Vepstas | 1 | -1/+1 |
1999-09-07 | c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to. | Richard Henderson | 1 | -0/+58 |
1999-09-06 | Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o. | Bernd Schmidt | 1 | -1/+2 |
1999-08-25 | * c-common.c (combine_strings): Always set TREE_CONSTANT. | Jason Merrill | 1 | -1/+2 |
1999-08-20 | * c-common.c (c_get_alias_set): Update comment. | Mark Mitchell | 1 | -5/+18 |
1999-08-19 | c-common.c (c_get_alias_set): Fix support for poitners and references. | Mike Stump | 1 | -3/+33 |
1999-07-30 | c-typeck.c (initializer_constant_valid_p): Move ... | Richard Henderson | 1 | -0/+156 |
1999-07-26 | builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE. | Richard Henderson | 1 | -2/+9 |
1999-07-25 | builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar... | Richard Henderson | 1 | -0/+48 |
1999-07-20 | gcc.c (default_compilers, cpp-output): Pass -fpreprocessed. | Jason Merrill | 1 | -1/+1 |
1999-07-20 | c-common.h: New file. | Bernd Schmidt | 1 | -1/+394 |
1999-07-06 | For gcc: | Gavin Romig-Koch | 1 | -0/+98 |
1999-07-02 | For gcc: | Gavin Romig-Koch | 1 | -0/+8 |
1999-04-13 | c-common.c (default_valid_lang_attribute): New fn. | Jason Merrill | 1 | -63/+23 |
1999-04-09 | c-common.c (decl_attributes, [...]): Allow arrays of classes, too. | Jason Merrill | 1 | -2/+5 |
1999-03-10 | cppfiles.c (INO_T_EQ): Handle UWIN. | Mumit Khan | 1 | -1/+1 |
1999-03-06 | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -15/+15 |
1999-02-15 | c-common.c (shorten_compare): Get the min/max value from the underlying type ... | Charles G Waldman | 1 | -0/+6 |
1999-02-15 | c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF. | Zack Weinberg | 1 | -1/+1 |
1999-02-05 | c-common.c (decl_attributes): Fix reserved space for init_priority. | Benjamin Kosnik | 1 | -13/+7 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -7/+12 |
1999-01-06 | Fix copyrights. | Jeff Law | 1 | -1/+1 |
1999-01-04 | c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL. | Kaveh R. Ghazi | 1 | -1/+2 |
1998-12-01 | c-common.c (declare_function_name): Declare predefinied variable `__func__'. | Ulrich Drepper | 1 | -1/+4 |
1998-11-19 | c-common.c: Change warning messages to say `comparison is always true' or `co... | Zack Weinberg | 1 | -6/+6 |