aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
1995-04-30(substitute_in_expr): Preserve TREE_READONLY.Richard Kenner1-26/+39
1995-04-28(attribute_hash_list): New function.Doug Evans1-51/+136
1995-04-27(valid_machine_attribute): Update last change.Richard Kenner1-4/+4
1995-04-25(valid_machine_attribute): Use new function attribute_in_list...Richard Kenner1-25/+49
1995-04-25(chain_member_purpose): Make similar to chain_member_value.Richard Kenner1-2/+2
1995-04-21(integer_all_onesp): Test to size of mode, not TYPE_PRECISION.Richard Kenner1-1/+3
1995-04-18(get_set_constructor_bytes): Fix BITS_BIG_ENDIAN -> BYTES_BIG_ENDIAN.Per Bothner1-1/+1
1995-04-02(chain_member_purpose): New function.Richard Kenner1-0/+18
1995-03-30(valid_machine_attribute): Now receive name and args.Richard Kenner1-15/+22
1995-03-15Handle compilation of nested functions from another scope.Jason Merrill1-24/+73
1995-03-01Remove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes.Per Bothner1-1/+1
1995-02-28* tree.c (staticp): Use FUNCTION_NEEDS_STATIC_CHAIN.Per Bothner1-1/+1
1995-02-23Formatting changes.Richard Kenner1-10/+4
1995-02-21(chain_member_value, decl_attribute_variant): New functions.Richard Kenner1-1/+91
1995-02-14tree.c (get_set_constructor_bytes): New function. Replaces ...Per Bothner1-9/+8
1995-02-14(stabilize_reference_1): No longer static.Richard Kenner1-2/+1
1995-02-13tree.c (permanent_allocation): Pop function_maybepermanent_obstack, not hardw...Per Bothner1-1/+1
1995-01-18(stabilize_reference): Fix typo in last change.Richard Kenner1-1/+1
1995-01-17(stabilize_reference, case RTL_EXPR): New case.Richard Kenner1-1/+8
1994-12-07(preserve_momentary): New function.Richard Kenner1-0/+9
1994-11-16(integer_{zero,one,all_ones,pow2}p): Handle COMPLEX_CST.Richard Kenner1-18/+45
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-5/+4
1994-11-15(staticp): A non-nested function is always static.Richard Kenner1-4/+2
1994-10-02(save_tree_status): Add argument to indicate that the new function is not a n...Jason Merrill1-16/+24
1994-09-09tree.c (decl_function_context): Don't treat C++ member functions of classes d...Mike Stump1-1/+1
1994-09-08(get_set_constructor_bits, get_set_constructor_words): New functions.Per Bothner1-0/+99
1994-09-01(type_list_equal): If the types of the default argumentsJason Merrill1-1/+3
1994-08-19(build_type_variant): Only return existing type if itJim Wilson1-13/+8
1994-08-11* tree.c (stabilize_reference): Handle COMPOUND_EXPR.Per Bothner1-0/+7
1994-08-01(permanent_allocation): When freeing to momentary_function_firstobj,Richard Kenner1-1/+4
1994-07-29(change_main_variant): Return type now void.Richard Kenner1-1/+1
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-4/+4
1994-06-14(staticp, case FUNCTION_DECL): A nested function isn't static.Richard Kenner1-1/+6
1994-05-06(TYPE_HASH): Move definition to top of file.Richard Kenner1-4/+109
1994-03-30Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner1-2/+2
1994-03-25(stabilize_reference_1): Remove decl of unused variable.Richard Kenner1-1/+0
1994-03-20(build_real): Add `overflow' var; pass to CHECK_FLOAT_VALUE.Richard Kenner1-1/+3
1994-03-16Don't declare last parameter of stdarg function to be register.Ian Lance Taylor1-2/+2
1994-03-14(tree_int_cst_sgn): New function.Richard Kenner1-0/+18
1994-03-13Include setjmp.h.Richard Kenner1-3/+24
1994-03-08(momentary_function_firstobj): New variable.Jim Wilson1-7/+33
1994-03-05(build_nt, build_parse_node): Remove `register' from decl of CODE.Richard Kenner1-2/+2
1994-02-27(make_node, stabilize_reference_1): Abort if unknown class.Richard Kenner1-0/+7
1994-02-26(substitute_in_type, case REAL_TYPE): Fix typo in previous change.Richard Kenner1-1/+1
1994-02-25(substitute_in_type, case REAL_TYPE): Allow TYPE_{MIN,MAX}_VALUE to beRichard Kenner1-5/+10
1994-02-15Remove unneeded test for STRING_TYPE.Per Bothner1-1/+0
1994-02-10If __STDC__, include gstdarg and use ANSI form of varargs.Richard Kenner1-15/+33
1994-02-08(int_fits_type_p): Properly handle case of variable bounds for types.Richard Kenner1-6/+8
1994-02-02(FILE_FUNCTION_FORMAT): Fix typo if neither dot nor dollar in label.Richard Kenner1-1/+1
1994-02-01(build_type_variant): Simplify by using build_type_copy.Richard Kenner1-13/+3