OSDN Git Service

(struct function): Make frame_offset be HOST_WIDE_INT.
[pf3gnuchains/gcc-fork.git] / gcc / tree.c
1996-11-07 kenner(integer_{zero,one,all_ones,pow2}p, real_{zero,one...
1996-10-31 wilson(decl_function_context): Handle QUAL_UNION_TYPE.
1996-09-29 kenner(build_complex): Add new argument, TYPE.
1996-09-29 kenner(contains_placeholder): Return 1 for PLACEHOLDER_EXPR.
1996-09-24 kenner(copy_node): Fix error in last change.
1996-09-23 kenner(copy_node): Abort if don't know size of node.
1996-09-23 kenner(build1): Clean up initialization of OBSTACK.
1996-07-23 mrsinstall EH code
1996-07-03 mrsformatting tweaks
1996-05-31 mrs * tree.def (OFFSET_REF): Remove.
1996-05-19 kenner(unsave_expr_now): Avoid use of NULL_RTX since no rtl.h.
1996-05-17 mrs * expr.c (expand_expr, cond TARGET_EXPR): Make TARGET_...
1996-05-17 mrs * expr.c (expand_expr, cond UNSAVE_EXPR): Move from...
1996-05-06 mrs * expr.c (expand_increment): Add third paramete...
1996-05-05 kenner(build_real_from_int_cst): Remove spurious test for
1996-04-14 kenner(real_value_from_int_cst): New arg, TYPE.
1996-04-09 kenner(substitute_in_expr): Don't return new expression if...
1996-03-17 kenner(substitute_in_expr, case COMPONENT_REF): Ignore if...
1996-03-05 merrill(staticp): Check DECL_NO_STATIC_CHAIN on nested functions.
1996-02-21 merrill(decl_function_context): Do decl_function_context right for
1996-02-12 bothnerChanges to distinguish typedef from original type in...
1996-01-09 dje(merge_attributes): Moved here from c-typeck.c.
1995-12-18 mrs * libgcc2.c (__empty): An empty function used by the...
1995-10-02 kenner(staticp, case INDIRECT_EXPR): Disable case.
1995-09-25 kenner(save_expr): Return original for ERROR_MARK.
1995-06-19 kenner(simple_cst_equal): Work around enum bug in vax ultrix...
1995-06-15 kennerUpdate FSF address.
1995-05-24 merrill*** empty log message ***
1995-05-24 kenner(type_list_equal, simple_cst_list_equal, index_type_equal):
1995-05-22 kenner(valid_machine_attribute): Handle attribute on pointer...
1995-05-20 kenner(simple_cst_equal): Don't look at language-specific...
1995-05-16 kennerFix typos in comments.
1995-04-30 kenner(substitute_in_expr): Preserve TREE_READONLY.
1995-04-28 dje(attribute_hash_list): New function.
1995-04-27 kenner(valid_machine_attribute): Update last change.
1995-04-25 kenner(valid_machine_attribute): Use new function attribute_i...
1995-04-25 kenner(chain_member_purpose): Make similar to chain_member_value.
1995-04-21 kenner(integer_all_onesp): Test to size of mode, not TYPE_PRE...
1995-04-19 bothner(get_set_constructor_bytes): Fix BITS_BIG_ENDIAN ...
1995-04-02 kenner(chain_member_purpose): New function.
1995-03-30 kenner(valid_machine_attribute): Now receive name and args.
1995-03-15 merrillHandle compilation of nested functions from another...
1995-03-02 bothnerRemove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes.
1995-02-28 bothner* tree.c (staticp): Use FUNCTION_NEEDS_STATIC_CHAIN.
1995-02-23 kennerFormatting changes.
1995-02-21 kenner(chain_member_value, decl_attribute_variant): New funct...
1995-02-15 bothner tree.c (get_set_constructor_bytes): New function...
1995-02-14 kenner(stabilize_reference_1): No longer static.
1995-02-13 bothner* tree.c (permanent_allocation): Pop function_maybeper...
1995-01-18 kenner(stabilize_reference): Fix typo in last change.
1995-01-18 kenner(stabilize_reference, case RTL_EXPR): New case.
1994-12-07 kenner(preserve_momentary): New function.
1994-11-16 kenner(integer_{zero,one,all_ones,pow2}p): Handle COMPLEX_CST.
1994-11-16 ianCheck target endianness at run time, not compile time
1994-11-16 kenner(staticp): A non-nested function is always static.
1994-10-02 merrill(save_tree_status): Add argument to indicate that the new
1994-09-09 mrs * tree.c (decl_function_context): Don't treat...
1994-09-08 bothner(get_set_constructor_bits, get_set_constructor_words...
1994-09-01 merrill(type_list_equal): If the types of the default arguments
1994-08-20 wilson(build_type_variant): Only return existing type if it
1994-08-11 bothner* tree.c (stabilize_reference): Handle COMPOUND_EXPR.
1994-08-01 kenner(permanent_allocation): When freeing to momentary_funct...
1994-07-29 kenner(change_main_variant): Return type now void.
1994-06-14 kennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-06-14 kenner(staticp, case FUNCTION_DECL): A nested function isn...
1994-05-06 kenner(TYPE_HASH): Move definition to top of file.
1994-03-30 kennerInclude <stdarg.h> instead of "gstdarg.h"; similarly...
1994-03-25 kenner(stabilize_reference_1): Remove decl of unused variable.
1994-03-20 kenner(build_real): Add `overflow' var; pass to CHECK_FLOAT_V...
1994-03-16 ianDon't declare last parameter of stdarg function to...
1994-03-14 kenner(tree_int_cst_sgn): New function.
1994-03-13 kennerInclude setjmp.h.
1994-03-08 wilson(momentary_function_firstobj): New variable.
1994-03-06 kenner(build_nt, build_parse_node): Remove `register' from...
1994-02-27 kenner(make_node, stabilize_reference_1): Abort if unknown...
1994-02-26 kenner(substitute_in_type, case REAL_TYPE): Fix typo in previ...
1994-02-25 kenner(substitute_in_type, case REAL_TYPE): Allow TYPE_{MIN...
1994-02-16 bothnerRemove unneeded test for STRING_TYPE.
1994-02-10 kennerIf __STDC__, include gstdarg and use ANSI form of varargs.
1994-02-09 kenner(int_fits_type_p): Properly handle case of variable...
1994-02-02 kenner(FILE_FUNCTION_FORMAT): Fix typo if neither dot nor...
1994-02-01 kenner(build_type_variant): Simplify by using build_type_copy.
1994-01-04 kenner(substitute_expr): Don't abort for RTL_EXPR and SAVE_EX...
1993-12-22 kenner(chainon): Detect more circularities.
1993-12-15 kenner(copy_node): Handle length of INTEGER_CST like make_node.
1993-12-12 kenner(type_hash_canon): Clean up obstack usage a bit.
1993-10-10 kenner(save_tree_status): Function_maybepermanent_obstack...
1993-10-10 rms(pop_momentary_nofree): New function.
1993-10-06 kenner(save_expr): Update tombstone comment.
1993-10-06 rmsComment change.
1993-10-06 rmsComment change.
1993-10-06 kenner(contains_placeholder_p): Return 0 for CONSTRUCTOR.
1993-10-06 kenner(make_node, case 'd'): Refine in which obstack PARM_DEC...
1993-10-05 kenner(contains_placeholder): Return 0 for WITH_RECORD_EXPR.
1993-10-04 kenner(build_string): Remove previous change and comment...
1993-10-04 kenner(staticp): DECL_EXTERNAL is not defined for CONSTRUCTOR.
1993-10-04 kenner(save_expr): Don't evaluate something containing a...
1993-10-02 kenner(build_string): Make lifetime of string the same as...
1993-09-09 wilson(make_node): Put PARM_DECLs of nested functions onto
1993-08-12 bothner(get_file_function_name): New function.
next