aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-19Makefile.in (tree.o): Depend on HASHTAB_H.Martin v. Löwis1-53/+100
2000-03-19tree.h (tree_index): Remove enumerals for integer types.Mark Mitchell1-0/+2
2000-03-17Sibling call optimizations.Jeffrey A Law1-0/+79
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-2/+56
2000-03-13function.c (put_var_into_stack): Use type_for_mode to calculate part_type.Jason Merrill1-0/+16
2000-03-09tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill1-13/+0
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-30/+102
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-40/+3
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-13/+8
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-5/+9
2000-02-18loop.c (canonicalize_condition): New function, broken out of get_condition.John Wehle1-0/+18