aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-06tree.c (tree_size): New function split out of copy_node.Geoff Keating1-139/+78
2000-09-19builtins.c (is_valid_printf_arglist, [...]): New functions.Kaveh R. Ghazi1-0/+4
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+5
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-32/+1
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-0/+15
2000-08-29top level:Zack Weinberg1-1/+1
2000-08-29* tree.c: Fix formatting.Kazu Hirata1-100/+103
2000-08-28[multiple changes]Jason Merrill1-13/+21
2000-08-05[multiple changes]Zack Weinberg1-19/+0
2000-07-12Warning fixes:Kaveh R. Ghazi1-0/+1
2000-06-25Vector support: type node creation & debugging supportBernd Schmidt1-0/+51
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-0/+5
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-18/+14
2000-06-08Fix DWARF2 64-bit enum debugging support, for debugging IA-64 emacs bugs.James E. Wilson1-1/+3
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-36/+0
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner1-16/+16
2000-05-22alias.c (record_component_aliases): New function.Richard Kenner1-2/+7