summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner2000-03-261-19/+20
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-1/+5
* tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill2000-03-091-2/+2
* tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner2000-03-071-1/+1
* * Eliminate DECL_FIELD_SIZE.Richard Kenner2000-02-281-8/+22
* tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg2000-02-241-1/+1
* c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2000-02-191-1/+5
* tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.Mark Mitchell1999-12-051-0/+4
* tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1999-10-261-1/+0
* print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1999-10-031-3/+0
* emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1999-09-071-1/+2
* Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1999-09-051-1/+2
* machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1999-08-201-4/+2
* print-tree.c (print_node): Print base for OFFSET_TYPEs.Jason Merrill1999-08-091-1/+4
* bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-02-181-2/+2
* More copyright fixes. Oh what fun.Jeff Law1999-01-061-1/+1
* print-tree.c (print_node): After printing BLOCK or BIND_EXPR...Per Bothner1998-11-191-2/+2
* invoke.texi: Document -flang-isoc9x.Mark Mitchell1998-10-211-0/+2
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+1
* tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.Alexandre Petit-Bianco1998-04-081-0/+9
* c-lang.c (lang_print_xnode): New function.Martin v. Löwis1998-03-231-0/+2
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-1/+1
* tree.c (first_rtl_op): New fn.Jason Merrill1998-02-151-22/+3
* varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.David S. Miller1998-01-171-4/+4
* tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f...John F. Carr1997-12-111-5/+8
* (print_node): Don't try to print nonexistentJim Wilson1996-12-301-1/+0
* (print_node{,_brief}, case INTEGER_CST): Use HOST_WIDE_INT_PRINT_*.Richard Kenner1996-11-151-55/+16
* formatting tweaksMike Stump1996-07-031-1/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (print_node): Fix misspellings in messages.Richard Kenner1995-05-161-1/+1
* (print_node): Print TYPE_PACKED.Richard Kenner1995-04-261-0/+2
* (print_node): Fix typo in printing large INTEGER_CST.Richard Kenner1995-03-091-2/+1
* (print_node{,_brief}): Print machine attributes.Richard Kenner1995-02-211-2/+5
* (print_node): Print more flags for types and decls.Richard Kenner1994-08-251-8/+40
* (print_node_brief...Richard Kenner1994-08-241-2/+6
* (print_node{,_brief}): Use REAL_VALUE_TO_DECIMAL to print REAL_CSTRichard Kenner1994-08-141-12/+43
* (print_node{,_brief}): Use correct printf code to print INTEGER_CST ifRichard Kenner1994-07-301-4/+28
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1994-06-141-1/+2
* (print_node): Print attributes.Richard Kenner1994-05-061-1/+3
* (print_node, print_node_brief): Say something whenRichard Kenner1993-12-251-0/+6
* (print_node_brief): Use unsigned char to printRichard Stallman1993-10-271-1/+1
* (print_node): Print obstack node is contained in.Richard Kenner1993-08-071-0/+3
* (print_node): Use (struct rtx_def *), not (rtx).Richard Kenner1993-04-141-2/+2
* (print_node_brief, print_node): Properly cast arg when printing intsRichard Kenner1993-04-131-4/+5
* Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate.Richard Kenner1993-04-131-1/+3
* (print_node): Print the chain of a STRING_CST.Richard Stallman1993-03-201-0/+5
* (print_node): Always output `>' to match `<'.Richard Stallman1992-10-241-0/+2
* (print_node): Don't print blank line for null fields in a TREE_VEC.Jim Wilson1992-09-151-6/+7
* (print_node): Handle BOOLEAN_TYPE and CHAR_TYPE.Richard Stallman1992-09-091-1/+3
* (print_node): Avoid 1 << (HOST_BITS_PER_INT - 1),Richard Stallman1992-09-021-1/+1