aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-17tree.c (build_common_tree_nodes): Do not build TI nodes unless HOST_BITS_PER_...John David Anglin1-0/+4
2000-05-09top level:Zack Weinberg1-19/+14
2000-05-04simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill1-2/+3
2000-05-03* tree.c (staticp, case LABEL_DECL): New case.Richard Kenner1-3/+4
2000-04-28tree.c (get_callee_fndecl): Extract the initial value from a readonly decl.Jason Merrill1-0/+8
2000-04-19conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-7/+4
2000-04-15toplev.c: Make *_time variable long to reduce chance of overflow.Richard Kenner1-3/+5
2000-04-12* tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.Richard Kenner1-29/+23
2000-04-08tree.c (tree_expr_nonnegative_p): New function.Kaveh R. Ghazi1-0/+19
2000-04-04sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi1-0/+1
2000-03-29tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't been expanded.Jason Merrill1-0/+7
2000-03-29stor-layout.c (bit_from_pos, [...]): New functions.Richard Kenner1-10/+5
2000-03-26stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIS...Richard Kenner1-4/+2
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-37/+51
2000-03-24tree.c (lang_safe_for_unsave): Remove.Richard Henderson1-27/+37
2000-03-22tree.c (size_in_bytes): Return size_zero_node, not integer_zero_node.Mark Mitchell1-1/+1
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-5/+5