aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-12tree.h (SAVE_EXPR_PERSISTENT_P): New macro.Mark Mitchell1-25/+3
1999-11-10ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1-1/+1
1999-11-08tree.h (get_containing_scope): Declare it.Mark Mitchell1-8/+13
1999-10-31[multiple changes]Richard Kenner1-10/+2
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-1/+1
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-1/+0
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1-1/+1
1999-10-08tree.c (make_lang_type_fn): New funtion pointer.Franz Sirl1-0/+15
1999-10-04tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that always have side-...Richard Henderson1-3/+24
1999-10-04tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that are always hav...Mark Mitchell1-0/+21
1999-10-02tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES for non-trees.Mark Mitchell1-10/+29
1999-09-22Fix complex-5.c problemMichael Meissner1-0/+34
1999-09-21Replace string const "<built-in>" with dynamic allocation.Alex Samuel1-2/+12
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-14c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi1-6/+5
1999-09-13tree.c (fix_sizetype): Exchange the types for TYPE_SIZE and TYPE_SIZE_UNIT.Andreas Schwab1-2/+2