aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-06-27(array_type_nelts): Tighten up code and make more general.Richard Kenner1-12/+12
1993-05-12Fix comment syntax typo.Richard Stallman1-1/+0
1993-05-12(real_value_from_int_cst): Use temporary variable `e' toRichard Stallman1-10/+16
1993-05-11(change_main_variant): New function.Richard Stallman1-8/+47
1993-05-05(build_array_type): The main variant of an array typeRichard Stallman1-0/+6
1993-03-31(next_type_uid): Move definition to reasonable place. (copy_node):Richard Kenner1-5/+8
1993-03-27(stabilize_reference_1): For division and remainder, make a save_expr.Richard Stallman1-0/+8
1993-03-05Fix typo in comment.Jim Wilson1-1/+1
1993-03-03(build_complex): Set the TREE_TYPE based on real part.Richard Stallman1-0/+1
1993-03-03Define and use new function build_range_type.Per Bothner1-10/+25
1993-03-02(rtl_in_saveable_obstack): Always switch to saveable_obstack.Jim Wilson1-10/+4
1993-02-27(simple_cst_equal): New default case handles most tree codes based on TREE_CO...Richard Stallman1-32/+25
1993-02-09(size_in_bytes): Add 2nd arg to force_fit_type.Richard Stallman1-1/+1
1993-01-30(size_in_bytes): Only call force_fit_type for an INTEGER_CST.Richard Stallman1-1/+2
1993-01-02(int_size_in_bytes): Change ret type back to int.Richard Stallman1-1/+1
1992-12-31(build_index_type): Leave TYPE_MAX_VALUE as -1 if it was;Richard Stallman1-4/+21
1992-12-26(make_node, case 'c'): For INTEGER_CST, use size of struct containing constan...Richard Kenner1-7/+15
1992-10-22(copy_node): Copy the excess bytes--don't clear them.Richard Stallman1-1/+1
1992-10-20(make_node, copy_node): Don't assume node length is multiple of int.Richard Stallman1-3/+7
1992-09-15(int_fits_type_p): Negative ints never fit unsignedRichard Stallman1-2/+4
1992-09-09(build_index_type, build_index_2_type): Don't pass HOST_WIDE_INT to routine e...Richard Stallman1-4/+4
1992-09-01(make_node): Fix typo in July 6 change:Richard Stallman1-1/+1
1992-08-29(chainon): Check for op2 being the last elt of the chain.Richard Stallman1-0/+1
1992-08-26Fix comment.Richard Stallman1-3/+1
1992-08-20Put include of stdio.h after GCC header files (for i860-stardent-sysv4).Richard Kenner1-1/+1
1992-08-14Fix spelling errors in comments.Torbjorn Granlund1-1/+1
1992-08-02(TYPE_HASH): Use HOST_WIDE_INT instead of int when casting pointers toRichard Kenner1-2/+2
1992-07-29(make_node): Fix white space.Richard Stallman1-3/+3
1992-07-17(typedef tree_node_kind): Added new kind, i.e. `b_kind'.Richard Stallman1-10/+52
1992-07-12Renamed TREE_INLINE, TREE_NONLOCAL, TREE_REGDECL, TREE_EXTERNAL.Richard Stallman1-1/+1
1992-07-11entered into RCSRichard Stallman1-3/+3
1992-07-08*** empty log message ***Charles Hannum1-14/+8
1992-07-08*** empty log message ***Richard Kenner1-1/+1
1992-07-08*** empty log message ***Richard Kenner1-16/+12