OSDN Git Service

* pa.c (pa_reorg): Fix typo.
[pf3gnuchains/gcc-fork.git] / gcc / tree.c
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.
1993-08-07 kenner(print_obstack_name): New function; derived from origin...
1993-08-05 kenner(make_node, copy_node): Set TYPE_OBSTACK.
1993-08-04 rmsComment change.
1993-07-05 dje(get_narrower): Preserve unsignedness when bitschange...
1993-06-27 kenner(array_type_nelts): Tighten up code and make more general.
1993-05-12 rmsFix comment syntax typo.
1993-05-12 rms(real_value_from_int_cst): Use temporary variable ...
1993-05-11 rms(change_main_variant): New function.
1993-05-05 rms(build_array_type): The main variant of an array type
1993-03-31 kenner(next_type_uid): Move definition to reasonable place...
1993-03-27 rms(stabilize_reference_1): For division and remainder...
1993-03-05 wilsonFix typo in comment.
1993-03-03 rms(build_complex): Set the TREE_TYPE based on real part.
1993-03-03 bothnerDefine and use new function build_range_type.
1993-03-02 wilson(rtl_in_saveable_obstack): Always switch to saveable_ob...
1993-02-27 rms(simple_cst_equal): New default case handles most
1993-02-09 rms(size_in_bytes): Add 2nd arg to force_fit_type.
1993-01-30 rms(size_in_bytes): Only call force_fit_type for an INTEGE...
1993-01-02 rms(int_size_in_bytes): Change ret type back to int.
1992-12-31 rms(build_index_type): Leave TYPE_MAX_VALUE as -1 if it...
1992-12-27 kenner(make_node, case 'c'): For INTEGER_CST, use size of...
1992-10-22 rms(copy_node): Copy the excess bytes--don't clear them.
1992-10-20 rms(make_node, copy_node): Don't assume node length is...
1992-09-15 rms(int_fits_type_p): Negative ints never fit unsigned
1992-09-09 rms(build_index_type, build_index_2_type): Don't pass
1992-09-01 rms(make_node): Fix typo in July 6 change:
1992-08-29 rms(chainon): Check for op2 being the last elt of the...
1992-08-26 rmsFix comment.
1992-08-20 kennerPut include of stdio.h after GCC header files (for...
1992-08-14 tegeFix spelling errors in comments.
1992-08-03 kenner(TYPE_HASH): Use HOST_WIDE_INT instead of int when...
1992-07-29 rms(make_node): Fix white space.
1992-07-17 rms(typedef tree_node_kind): Added new kind, i.e. `b_kind'.
1992-07-12 rmsRenamed TREE_INLINE, TREE_NONLOCAL, TREE_REGDECL, TREE_...
1992-07-11 rmsentered into RCS
1992-07-08 mycroft*** empty log message ***
1992-07-08 kenner*** empty log message ***
1992-07-08 kenner*** empty log message ***
1992-07-07 rms*** empty log message ***
next