aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-17/+0
1998-05-04tree.def: Add NAMESPACE_DECL.Jason Merrill1-4/+2
1998-04-16tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.Alexandre Petit-Bianco1-3/+14
1998-04-08tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.Alexandre Petit-Bianco1-1/+23
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-28/+24
1998-04-01fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...Jeffrey A Law1-1/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-18/+6
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-0/+6
1998-02-22tree.c (contains_placeholder_p): Ensure function always returns a value.Bruno Haible1-0/+1
1998-02-18tree.h (merge_machine_{type,decl}_attributes): Declare.Brendan Kehoe1-0/+30
1998-02-15tree.c (first_rtl_op): New fn.Jason Merrill1-13/+84
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-2/+1
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1-5/+14
1998-01-17varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.David S. Miller1-1/+1
1997-12-24tree.c (restore_tree_status): Do not dereference a null pointer.Jeffrey A Law1-6/+9
1997-12-18tree.c (build_range_type): Allow creation of ranges with no maximum.Richard Henderson1-6/+12
1997-12-11tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f...John F. Carr1-30/+5
1997-12-06Merge from gcc-2.8Jeff Law1-3/+7
1997-11-13patch from paul eggert to fix -0.0/0.0 confusion that breaks glibcPaul Eggert1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-33/+104
1997-10-18tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1-8/+86
1997-10-14* tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.Jason Merrill1-0/+38
1997-08-28version.c: Bump for latest snapshot.Jeffrey A Law1-0/+8
1997-08-02(int_fits_type_p): Negative ints never fit unsigned types, andRichard Kenner1-2/+8
1997-08-02(contains_this_placeholder_p): Delete.Richard Kenner1-40/+14
1997-07-22tree.c (array_type_nelts): Make sure the domain of TYPE is set before we try ...Brendan Kehoe1-3/+10
1997-07-20(contains_placeholder_p): Call contains_this_placeholder_p.Richard Kenner1-23/+56
1997-06-12tree.c (unsave_expr_now): Avoid recursing into the parts of the tree that are...Mike Stump1-1/+15
1997-06-09(change_main_variant): Remove unused function.Richard Kenner1-37/+0
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-2/+2
1997-04-17xJason Merrill1-6/+29
1997-03-17(build_{index,range}_type): Ensure expressions for min and max valueRichard Kenner1-3/+12
1997-01-29(copy_node): Clear TREE_ASM_WRITTEN.Richard Kenner1-0/+1
1997-01-18(get_unwidened): Don't crash if FIELD_DECL not layed out.Richard Kenner1-1/+3
1997-01-04(staticp, case COMPONENT_REF, BIT_FIELD_REF): Not static if bitfield.Richard Kenner1-1/+6
1997-01-04(integer_pow2): Mask value to width of type.Richard Kenner1-1/+57
1996-12-09xJason Merrill1-0/+39
1996-11-07(integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p): Return 0 ifRichard Kenner1-2/+8
1996-10-31(decl_function_context): Handle QUAL_UNION_TYPE.Jim Wilson1-1/+2
1996-09-29(build_complex): Add new argument, TYPE.Richard Kenner1-5/+6
1996-09-29(contains_placeholder): Return 1 for PLACEHOLDER_EXPR.Richard Kenner1-0/+2
1996-09-24(copy_node): Fix error in last change.Richard Kenner1-9/+5
1996-09-23(copy_node): Abort if don't know size of node.Richard Kenner1-0/+2
1996-09-23(build1): Clean up initialization of OBSTACK.Richard Kenner1-2/+1
1996-07-23install EH codeMike Stump1-0/+1
1996-07-03formatting tweaksMike Stump1-19/+23
1996-05-31tree.def (OFFSET_REF): Remove.Mike Stump1-9/+0
1996-05-18(unsave_expr_now): Avoid use of NULL_RTX since no rtl.h.Richard Kenner1-3/+3
1996-05-17expr.c (expand_expr, [...]): Make TARGET_EXPRs redoable for UNSAVE_EXPR.Mike Stump1-3/+5