aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
1994-01-04(substitute_expr): Don't abort for RTL_EXPR and SAVE_EXPR; just doRichard Kenner1-2/+11
1993-12-22(chainon): Detect more circularities.Richard Kenner1-5/+9
1993-12-15(copy_node): Handle length of INTEGER_CST like make_node.Richard Kenner1-3/+11
1993-12-12(type_hash_canon): Clean up obstack usage a bit.Richard Kenner1-5/+3
1993-10-10(save_tree_status): Function_maybepermanent_obstack is the function_obstack o...Richard Kenner1-8/+21
1993-10-10(pop_momentary_nofree): New function.Richard Stallman1-0/+11
1993-10-06(save_expr): Update tombstone comment.Richard Kenner1-3/+2
1993-10-06Comment change.Richard Stallman1-1/+2
1993-10-06Comment change.Richard Stallman1-4/+22
1993-10-05(contains_placeholder_p): Return 0 for CONSTRUCTOR.Richard Kenner1-1/+2
1993-10-05(make_node, case 'd'): Refine in which obstack PARM_DECLs areRichard Kenner1-14/+15
1993-10-05(contains_placeholder): Return 0 for WITH_RECORD_EXPR.Richard Kenner1-0/+5
1993-10-04(build_string): Remove previous change and comment why string text hasRichard Kenner1-1/+5
1993-10-03(staticp): DECL_EXTERNAL is not defined for CONSTRUCTOR.Richard Kenner1-1/+3
1993-10-03(save_expr): Don't evaluate something containing a PLACEHOLDER_EXPR.Richard Kenner1-0/+291
1993-10-02(build_string): Make lifetime of string the same as tree node.Richard Kenner1-1/+1
1993-09-09(make_node): Put PARM_DECLs of nested functions ontoJim Wilson1-1/+16
1993-08-11(get_file_function_name): New function.Per Bothner1-0/+65
1993-08-07(print_obstack_name): New function; derived from original debug_obstack.Richard Kenner1-5/+15
1993-08-05(make_node, copy_node): Set TYPE_OBSTACK.Richard Kenner1-20/+16
1993-08-04Comment change.Richard Stallman1-1/+1
1993-07-05(get_narrower): Preserve unsignedness when bitschange == 0.Doug Evans1-1/+8