aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-21Table-driven attributes.Joseph Myers1-138/+48
2001-09-20fold-const.c (hashtab.h): Include.Richard Kenner1-25/+20
2001-09-14tree.c (append_random_chars): Generate the random characters in a reproducabl...John Wehle1-11/+13
2001-09-06Remove OP_IDENTIFIER.Ira Ruben1-18/+0
2001-08-28tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.Kaveh R. Ghazi1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-22/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi1-4/+0
2001-07-31*** empty log message ***Alexandre Petit-Bianco1-3/+2
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-4/+12
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-7/+7
2001-07-01Minor comment and whitespace changesRichard Kenner1-5/+7
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers1-3/+20
2001-06-27system.h (TARGET_ESC): Move to ...Neil Booth1-60/+70
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-105/+150
2001-06-04tree.def (ARRAY_RANGE_REF): New code.Richard Kenner1-0/+7
2001-05-22tree.h (type_num_arguments): Declare it.Mark Mitchell1-0/+22
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-20/+0
2001-04-12dwarf2out.c (modified_type_die): Don't create new types here.Mark Mitchell1-12/+28
2001-03-21collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'.Jason Merrill1-8/+0
2001-03-20tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME for variables that ...Mark Mitchell1-1/+3
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-1/+35
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-2/+2
2001-03-11tree.c (build_common_tree_nodes_2): Don't copy va_list_type_node if it's a re...Alexandre Oliva1-1/+10
2001-02-28c-common.c (build_common_tree_nodes): Build intTI_type_nodes for HOST_BITS_PE...Jan Hubicka1-4/+0
2001-02-23diagnostic.c (trim_filename): No longer static.Richard Kenner1-7/+7
2001-02-11* tree.c (build1): Check for null operand in last change.Richard Henderson1-1/+1
2001-02-11fold-const.c (split_tree): Don't assume a constant isn't splittable.Richard Henderson1-0/+18
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-30/+0
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi1-0/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+1
2001-01-04tree.c (copy_node): Remove documentation about obstacks.Mark Mitchell1-4/+8
2000-12-30defaults.h (BUILD_VA_LIST_TYPE): New definition.Jeffrey Oldham1-5/+5
2000-12-29tree.c (get_set_constructor_bits): Use host_integerp and tree_low_cst.Richard Kenner1-6/+7
2000-11-27tree.h (mark_tree_hashtable): New function.Mark Mitchell1-0/+24
2000-11-21c-common.c (c_unsafe_for_reeval): New function.Richard Henderson1-1/+9
2000-11-19c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson1-1/+3
2000-11-19c-decl.c (grokdeclarator): Special case the creation of an index for a zero-l...Richard Henderson1-18/+3
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-19/+1
2000-11-17stringpool.c: New file.Zack Weinberg1-139/+1
2000-11-15tree.c (build_type_no_quals): New function.Andrew Haley1-0/+20
2000-11-14tree.c (get_unwidened): Use host_integerp and tree_low_cst.Richard Kenner1-17/+27
2000-11-07tree.c (build_common_tree_nodes_2): Make va_list_type_node be a copy of ptr_t...Joseph Myers1-1/+1
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers1-6/+6
2000-10-26tree.c (make_node, case 't'): Set alignment to that of char_type_node.Nathan Sidwell1-1/+1
2000-10-23expr.c (do_preexpand_calls): Remove.Mark Mitchell1-6/+0
2000-10-20expr.c (expand_expr, [...]): Set RTX_UNCHANGING_P on returned MEM.Richard Kenner1-15/+44
2000-10-13Remove obstacks.Mark Mitchell1-796/+10
2000-10-11tree.c (get_narrower): Don't look at precision of field if not laid out yet.Richard Kenner1-4/+5
2000-10-06builtins.c (is_valid_printf_arglist, [...]): Move functions from here ...Kaveh R. Ghazi1-4/+0