Major cutover to using system.h:
[gcc.git] / gcc / tree.c
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-02-28 Kaveh R. GhaziFix warious warnings:
1998-02-22 Bruno Haibletree.c (contains_placeholder_p): Ensure function always...
1998-02-18 Brendan Kehoetree.h (merge_machine_{type,decl}_attributes): Declare.
1998-02-16 Jason Merrilltree.c (first_rtl_op): New fn.
1998-02-14 Jeffrey A Lawvarasm.c (output_constant_pool): Bring back 'done'...
1998-01-27 Kaveh R. Ghazic-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-01-17 David S. Millervarasm.c (immed_double_const): Add casts to HOST_WIDE_I...
1997-12-24 Jeffrey A Lawtree.c (restore_tree_status): Do not dereference a...
1997-12-18 Richard Hendersontree.c (build_range_type): Allow creation of ranges...
1997-12-12 John F. Carrtree.c, tree.h: Change tree_code_type, tree_code_length...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-14 Paul Eggertpatch from paul eggert to fix -0.0/0.0 confusion that...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-18 Jason Merrilltree.c (restore_tree_status): Also free up temporary...
1997-10-14 Jason Merrill* tree.c (expr_tree_cons, build_expr_list, expralloc...
1997-08-28 Jeffrey A Lawversion.c: Bump for latest snapshot.
1997-08-02 Richard Kenner(int_fits_type_p): Negative ints never fit unsigned...
1997-08-02 Richard Kenner(contains_this_placeholder_p): Delete.
1997-07-22 Brendan Kehoetree.c (array_type_nelts): Make sure the domain of...
1997-07-20 Richard Kenner(contains_placeholder_p): Call contains_this_placeholder_p.
1997-06-12 Mike Stumptree.c (unsave_expr_now): Avoid recursing into the...
1997-06-09 Richard Kenner(change_main_variant): Remove unused function.
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-04-17 Jason Merrillx
1997-03-17 Richard Kenner(build_{index,range}_type): Ensure expressions for...
1997-01-29 Richard Kenner(copy_node): Clear TREE_ASM_WRITTEN.
1997-01-18 Richard Kenner(get_unwidened): Don't crash if FIELD_DECL not layed...
1997-01-05 Richard Kenner(staticp, case COMPONENT_REF, BIT_FIELD_REF): Not stati...
1997-01-05 Richard Kenner(integer_pow2): Mask value to width of type.
1996-12-09 Jason Merrillx
1996-11-07 Richard Kenner(integer_{zero,one,all_ones,pow2}p, real_{zero,one...
1996-10-31 Jim Wilson(decl_function_context): Handle QUAL_UNION_TYPE.
1996-09-29 Richard Kenner(build_complex): Add new argument, TYPE.
1996-09-29 Richard Kenner(contains_placeholder): Return 1 for PLACEHOLDER_EXPR.
1996-09-24 Richard Kenner(copy_node): Fix error in last change.
1996-09-23 Richard Kenner(copy_node): Abort if don't know size of node.
1996-09-23 Richard Kenner(build1): Clean up initialization of OBSTACK.
1996-07-23 Mike Stumpinstall EH code
1996-07-03 Mike Stumpformatting tweaks
1996-05-31 Mike Stumptree.def (OFFSET_REF): Remove.
1996-05-19 Richard Kenner(unsave_expr_now): Avoid use of NULL_RTX since no rtl.h.
1996-05-17 Mike Stumpexpr.c (expand_expr, [...]): Make TARGET_EXPRs redoable...
1996-05-17 Mike Stumpexpr.c (expand_expr, [...]): Move from the C++ frontend...
1996-05-06 Mike Stumpexpr.c (expand_increment): Add third parameter to know...
1996-05-05 Richard Kenner(build_real_from_int_cst): Remove spurious test for
1996-04-14 Richard Kenner(real_value_from_int_cst): New arg, TYPE.
1996-04-09 Richard Kenner(substitute_in_expr): Don't return new expression if...
1996-03-17 Richard Kenner(substitute_in_expr, case COMPONENT_REF): Ignore if...
1996-03-05 Jason Merrill(staticp): Check DECL_NO_STATIC_CHAIN on nested functions.
1996-02-21 Jason Merrill(decl_function_context): Do decl_function_context right for
1996-02-12 Per BothnerChanges to distinguish typedef from original type in...
1996-01-09 Doug Evans(merge_attributes): Moved here from c-typeck.c.
1995-12-18 Mike Stumplibgcc2.c (__empty): An empty function used by the...
1995-10-02 Richard Kenner(staticp, case INDIRECT_EXPR): Disable case.
1995-09-25 Richard Kenner(save_expr): Return original for ERROR_MARK.
1995-06-19 Richard Kenner(simple_cst_equal): Work around enum bug in vax ultrix...
1995-06-15 Richard KennerUpdate FSF address.
1995-05-24 Jason Merrill*** empty log message ***
1995-05-24 Richard Kenner(type_list_equal, simple_cst_list_equal, index_type_equal):
1995-05-22 Richard Kenner(valid_machine_attribute): Handle attribute on pointer...
1995-05-20 Richard Kenner(simple_cst_equal): Don't look at language-specific...
1995-05-16 Richard KennerFix typos in comments.
1995-04-30 Richard Kenner(substitute_in_expr): Preserve TREE_READONLY.
1995-04-28 Doug Evans(attribute_hash_list): New function.
1995-04-27 Richard Kenner(valid_machine_attribute): Update last change.
1995-04-25 Richard Kenner(valid_machine_attribute): Use new function attribute_i...
1995-04-25 Richard Kenner(chain_member_purpose): Make similar to chain_member_value.
1995-04-21 Richard Kenner(integer_all_onesp): Test to size of mode, not TYPE_PRE...
1995-04-19 Per Bothner(get_set_constructor_bytes): Fix BITS_BIG_ENDIAN ...
1995-04-02 Richard Kenner(chain_member_purpose): New function.
1995-03-30 Richard Kenner(valid_machine_attribute): Now receive name and args.
1995-03-15 Jason MerrillHandle compilation of nested functions from another...
1995-03-02 Per BothnerRemove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes.
1995-02-28 Per Bothner* tree.c (staticp): Use FUNCTION_NEEDS_STATIC_CHAIN.
1995-02-23 Richard KennerFormatting changes.
1995-02-21 Richard Kenner(chain_member_value, decl_attribute_variant): New funct...
1995-02-15 Per Bothnertree.c (get_set_constructor_bytes): New function....
1995-02-14 Richard Kenner(stabilize_reference_1): No longer static.
1995-02-13 Per Bothnertree.c (permanent_allocation): Pop function_maybeperman...
1995-01-18 Richard Kenner(stabilize_reference): Fix typo in last change.
1995-01-18 Richard Kenner(stabilize_reference, case RTL_EXPR): New case.
1994-12-07 Richard Kenner(preserve_momentary): New function.
1994-11-16 Richard Kenner(integer_{zero,one,all_ones,pow2}p): Handle COMPLEX_CST.
1994-11-16 Ian Lance TaylorCheck target endianness at run time, not compile time
1994-11-16 Richard Kenner(staticp): A non-nested function is always static.
1994-10-02 Jason Merrill(save_tree_status): Add argument to indicate that the...
1994-09-09 Mike Stumptree.c (decl_function_context): Don't treat C++ member...
1994-09-08 Per Bothner(get_set_constructor_bits, get_set_constructor_words...
1994-09-01 Jason Merrill(type_list_equal): If the types of the default arguments
1994-08-20 Jim Wilson(build_type_variant): Only return existing type if it
1994-08-11 Per Bothner* tree.c (stabilize_reference): Handle COMPOUND_EXPR.
1994-08-01 Richard Kenner(permanent_allocation): When freeing to momentary_funct...
1994-07-29 Richard Kenner(change_main_variant): Return type now void.
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-06-14 Richard Kenner(staticp, case FUNCTION_DECL): A nested function isn...
1994-05-06 Richard Kenner(TYPE_HASH): Move definition to top of file.
1994-03-30 Richard KennerInclude <stdarg.h> instead of "gstdarg.h"; similarly...
1994-03-25 Richard Kenner(stabilize_reference_1): Remove decl of unused variable.
1994-03-20 Richard Kenner(build_real): Add `overflow' var; pass to CHECK_FLOAT_V...
next