aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-12print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC to print the a...Jeffrey A Law1-2/+7
2000-06-07c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on error_mark_node.Zack Weinberg1-2/+11
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner1-1/+3
2000-04-25calls.c (expand_call): Use get_callee_fndecl.Jason Merrill1-0/+1
2000-04-18ggc-common.c: Add missing blanks.Richard Kenner1-1/+5
2000-03-26c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner1-19/+20
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-1/+5
2000-03-09tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill1-2/+2
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-1/+1
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-8/+22
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-1/+1
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-1/+5
1999-12-05tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.Mark Mitchell1-0/+4
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-1/+0
1999-10-03print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1-3/+0
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-1/+2
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-1/+2
1999-08-20machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1-4/+2
1999-08-09print-tree.c (print_node): Print base for OFFSET_TYPEs.Jason Merrill1-1/+4
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-2/+2
1999-01-06More copyright fixes. Oh what fun.Jeff Law1-1/+1
1998-11-19print-tree.c (print_node): After printing BLOCK or BIND_EXPR...Per Bothner1-2/+2
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-0/+2
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+1
1998-04-08tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.Alexandre Petit-Bianco1-0/+9
1998-03-23c-lang.c (lang_print_xnode): New function.Martin v. Löwis1-0/+2
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-02-15tree.c (first_rtl_op): New fn.Jason Merrill1-22/+3
1998-01-17varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.David S. Miller1-4/+4
1997-12-11tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f...John F. Carr1-5/+8
1996-12-30(print_node): Don't try to print nonexistentJim Wilson1-1/+0
1996-11-15(print_node{,_brief}, case INTEGER_CST): Use HOST_WIDE_INT_PRINT_*.Richard Kenner1-55/+16
1996-07-03formatting tweaksMike Stump1-1/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16(print_node): Fix misspellings in messages.Richard Kenner1-1/+1
1995-04-26(print_node): Print TYPE_PACKED.Richard Kenner1-0/+2
1995-03-09(print_node): Fix typo in printing large INTEGER_CST.Richard Kenner1-2/+1
1995-02-21(print_node{,_brief}): Print machine attributes.Richard Kenner1-2/+5
1994-08-25(print_node): Print more flags for types and decls.Richard Kenner1-8/+40
1994-08-24(print_node_brief...Richard Kenner1-2/+6
1994-08-14(print_node{,_brief}): Use REAL_VALUE_TO_DECIMAL to print REAL_CSTRichard Kenner1-12/+43
1994-07-30(print_node{,_brief}): Use correct printf code to print INTEGER_CST ifRichard Kenner1-4/+28
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-1/+2
1994-05-06(print_node): Print attributes.Richard Kenner1-1/+3
1993-12-25(print_node, print_node_brief): Say something whenRichard Kenner1-0/+6
1993-10-27(print_node_brief): Use unsigned char to printRichard Stallman1-1/+1
1993-08-07(print_node): Print obstack node is contained in.Richard Kenner1-0/+3
1993-04-14(print_node): Use (struct rtx_def *), not (rtx).Richard Kenner1-2/+2
1993-04-13(print_node_brief, print_node): Properly cast arg when printing intsRichard Kenner1-4/+5
1993-04-13Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate.Richard Kenner1-1/+3