aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner1-0/+44
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-16/+16
2000-01-11Update copyrights for last checkin.Kaveh Ghazi1-1/+1
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-1/+1
1999-12-26acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1-4/+4
1999-12-24Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1-1/+1
1999-12-20* tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.Richard Kenner1-0/+4
1999-12-18alias.c: Minor reformatting.Richard Kenner1-101/+141
1999-12-15tree.c (decl_function_context): Handle virtual functions.Jason Merrill1-0/+9
1999-12-09tree.c (copy_node): Do zero the TREE_CHAIN, even for an EXPR_WITH_FILE_LOCATION.Mark Mitchell1-3/+1
1999-11-25* tree.c (unsave_expr_now): Handle NULL_TREE as input.Mark Mitchell1-0/+4
1999-11-24tree.h (unsave_expr_1): New function.Mark Mitchell1-35/+90