aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-0/+4
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson1-1/+1
2000-06-02c-common.c (c_get_alias_set): Check whether signed_type did not return its ar...Jakub Jelinek1-1/+6
2000-06-01alias.c (get_alias_set): Don't call language-specific routine more than is ne...Richard Kenner1-21/+10
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-154/+30
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner1-1/+1
2000-05-20alias.c (aliases_everything_p): Don't special-case QImode here.Richard Kenner1-12/+18
2000-05-05c-common.c (decl_attributes): For TYPE_DECLs attach the attribute to the decl.Catherine Moore1-1/+4
2000-04-28c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are always TREE_READ...Mark Mitchell1-1/+3
2000-04-20c-common.c (decl_attributes): Set TREE_USED on the object pointed to.Zack Weinberg1-0/+2
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-0/+10
2000-04-13alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka1-1/+12
2000-03-30c-common.c (c_common_nodes_and_builtins): The first parameter to __builtin_va...Geoff Keating1-10/+14
2000-03-29c-common.c (c_common_nodes_and_builtins): Don't special case cplus_mode when ...Kaveh R. Ghazi1-5/+5
2000-03-24builtins.c (expand_builtin_bzero): New function.Kaveh R. Ghazi1-3/+16
2000-03-23builtins.c (expand_builtin): Handle bcmp.Kaveh R. Ghazi1-3/+30
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-7/+5
2000-03-21c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P...Mark Mitchell1-1/+1
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-03-08c-common.h (make_fname_decl): Declare.Nathan Sidwell1-35/+6
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-55/+38
2000-03-02c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink reference the...Richard Kenner1-1/+1
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-12/+3
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-2/+3
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-01-31c-decl.c (c_decode_option): Accept optional numeric argument to -Wformat and ...Ulrich Drepper1-2/+2
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-5/+5
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-4/+2
2000-01-24builtins.c (expand_tree_builtin): Move ...Richard Henderson1-0/+101
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-0/+14
2000-01-18c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.Martin v. Löwis1-0/+9
2000-01-12configure.in (i?86-*-beos{pe,elf,}*): Recognize.Jason Merrill1-0/+2
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-12/+12
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-0/+1
2000-01-04Update copyrights.Jeff Law1-1/+1
2000-01-03(time_char_table): Revert change; this was not intended.Ulrich Drepper1-1/+1
2000-01-03(format_char_info): Update comment.Ulrich Drepper1-43/+42
1999-12-10c-common.c (c_common_nodes_and_builtins): Create __builtin_ptrdiff_t and __bu...Gavin Romig-Koch1-0/+6
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-1/+20
1999-11-28tree.h (struct tree_decl): Add malloc_flag.Anthony Green1-1/+9
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-4/+6
1999-10-31[multiple changes]Richard Kenner1-155/+0
1999-10-28c-common.c (check_format_info): Avoid non-literal format string warnings when...Kaveh R. Ghazi1-2/+10
1999-10-09c-common.c (check_format_info): Warn if format string isn't a string literal.Ken Raeburn1-2/+12
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-72/+93
1999-09-23toplev.c (documented_lang_options): Add -fshort-wchar.Jason Merrill1-7/+2
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-5/+0
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-1/+1
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-0/+58
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-1/+2