summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka2000-04-131-1/+12
* c-common.c (c_common_nodes_and_builtins): The first parameter to __builtin_va...Geoff Keating2000-03-301-10/+14
* c-common.c (c_common_nodes_and_builtins): Don't special case cplus_mode when ...Kaveh R. Ghazi2000-03-291-5/+5
* builtins.c (expand_builtin_bzero): New function.Kaveh R. Ghazi2000-03-241-3/+16
* builtins.c (expand_builtin): Handle bcmp.Kaveh R. Ghazi2000-03-231-3/+30
* builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo2000-03-231-7/+5
* c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P...Mark Mitchell2000-03-211-1/+1
* tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell2000-03-211-1/+1
* c-common.h (make_fname_decl): Declare.Nathan Sidwell2000-03-081-35/+6
* tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner2000-03-071-55/+38
* c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink reference the...Richard Kenner2000-03-021-1/+1
* tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg2000-02-241-12/+3
* c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2000-02-191-2/+3
* Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi2000-02-061-0/+1
* c-decl.c (c_decode_option): Accept optional numeric argument to -Wformat and ...Ulrich Drepper2000-01-311-2/+2
* Adjust variable names, comments, help strings to c99.Ulrich Drepper2000-01-291-5/+5
* c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg2000-01-251-4/+2
* builtins.c (expand_tree_builtin): Move ...Richard Henderson2000-01-241-0/+101
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-241-0/+14
* c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.Martin v. Löwis2000-01-181-0/+9
* configure.in (i?86-*-beos{pe,elf,}*): Recognize.Jason Merrill2000-01-121-0/+2
* c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-121-12/+12
* Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi2000-01-101-0/+1
* Update copyrights.Jeff Law2000-01-041-1/+1
* (time_char_table): Revert change; this was not intended.Ulrich Drepper2000-01-031-1/+1
* (format_char_info): Update comment.Ulrich Drepper2000-01-031-43/+42
* c-common.c (c_common_nodes_and_builtins): Create __builtin_ptrdiff_t and __bu...Gavin Romig-Koch1999-12-101-0/+6
* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1999-12-041-1/+20
* tree.h (struct tree_decl): Add malloc_flag.Anthony Green1999-11-281-1/+9
* c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1999-11-251-4/+6
* [multiple changes]Richard Kenner1999-10-311-155/+0
* c-common.c (check_format_info): Avoid non-literal format string warnings when...Kaveh R. Ghazi1999-10-281-2/+10
* c-common.c (check_format_info): Warn if format string isn't a string literal.Ken Raeburn1999-10-091-2/+12
* Allow to distinguish between three classes of builtin functionsBernd Schmidt1999-09-241-72/+93
* toplev.c (documented_lang_options): Add -fshort-wchar.Jason Merrill1999-09-231-7/+2
* Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1999-09-101-5/+0
* Linas Vepstas <linas@linas.org>Linas Vepstas1999-09-071-1/+1
* c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1999-09-071-0/+58
* Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1999-09-061-1/+2
* * c-common.c (combine_strings): Always set TREE_CONSTANT.Jason Merrill1999-08-251-1/+2
* * c-common.c (c_get_alias_set): Update comment.Mark Mitchell1999-08-201-5/+18
* c-common.c (c_get_alias_set): Fix support for poitners and references.Mike Stump1999-08-191-3/+33
* c-typeck.c (initializer_constant_valid_p): Move ...Richard Henderson1999-07-301-0/+156
* builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE.Richard Henderson1999-07-261-2/+9
* builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1999-07-251-0/+48
* gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1999-07-201-1/+1
* c-common.h: New file.Bernd Schmidt1999-07-201-1/+394
* For gcc:Gavin Romig-Koch1999-07-061-0/+98
* For gcc:Gavin Romig-Koch1999-07-021-0/+8
* c-common.c (default_valid_lang_attribute): New fn.Jason Merrill1999-04-131-63/+23