| Commit message (Expand) | Author | Age | Files | Lines |
* | * print-tree.c (print_node, indent_to): Remove redundant prototypes. | ghazi | 1999-10-03 | 1 | -3/+0 |
* | * emit-rtl.c (free_emit_status): Take decl as a parameter. | mmitchel | 1999-09-07 | 1 | -1/+2 |
* | * Makefile.in (ggc-simple.o): Depend on varray.h. | mmitchel | 1999-09-05 | 1 | -1/+2 |
* | * machmode.h (mode_name): Constify a char*. | ghazi | 1999-08-20 | 1 | -4/+2 |
* | * print-tree.c (print_node): Print base for OFFSET_TYPEs. | jason | 1999-08-09 | 1 | -1/+4 |
* | * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | ghazi | 1999-02-18 | 1 | -2/+2 |
* | More copyright fixes. Oh what fun. | law | 1999-01-06 | 1 | -1/+1 |
* | 0 | bothner | 1998-11-19 | 1 | -2/+2 |
* | * invoke.texi: Document -flang-isoc9x. | mmitchel | 1998-10-21 | 1 | -0/+2 |
* | * invoke.texi (-fstrict-aliasing): Document. | mmitchel | 1998-06-25 | 1 | -0/+1 |
* | d | bothner | 1998-04-08 | 1 | -0/+9 |
* | * c-lang.c (lang_print_xnode): New function. | law | 1998-03-23 | 1 | -0/+2 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | * tree.c (first_rtl_op): New fn. | jason | 1998-02-16 | 1 | -22/+3 |
* | * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where | law | 1998-01-17 | 1 | -4/+4 |
* | * tree.c, tree.h: Change tree_code_type, tree_code_length, and | law | 1997-12-12 | 1 | -5/+8 |
* | (print_node): Don't try to print nonexistent | wilson | 1996-12-30 | 1 | -1/+0 |
* | (print_node{,_brief}, case INTEGER_CST): Use HOST_WIDE_INT_PRINT_*. | kenner | 1996-11-15 | 1 | -55/+16 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -1/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (print_node): Fix misspellings in messages. | kenner | 1995-05-16 | 1 | -1/+1 |
* | (print_node): Print TYPE_PACKED. | kenner | 1995-04-26 | 1 | -0/+2 |
* | (print_node): Fix typo in printing large INTEGER_CST. | kenner | 1995-03-10 | 1 | -2/+1 |
* | (print_node{,_brief}): Print machine attributes. | kenner | 1995-02-21 | 1 | -2/+5 |
* | (print_node): Print more flags for types and decls. | kenner | 1994-08-25 | 1 | -8/+40 |
* | (print_node_brief, print_node): Use assignment instead of | kenner | 1994-08-24 | 1 | -2/+6 |
* | (print_node{,_brief}): Use REAL_VALUE_TO_DECIMAL to print REAL_CST | kenner | 1994-08-14 | 1 | -12/+43 |
* | (print_node{,_brief}): Use correct printf code to print INTEGER_CST if | kenner | 1994-07-30 | 1 | -4/+28 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -1/+2 |
* | (print_node): Print attributes. | kenner | 1994-05-06 | 1 | -1/+3 |
* | (print_node, print_node_brief): Say something when | kenner | 1993-12-25 | 1 | -0/+6 |
* | (print_node_brief): Use unsigned char to print | rms | 1993-10-27 | 1 | -1/+1 |
* | (print_node): Print obstack node is contained in. | kenner | 1993-08-07 | 1 | -0/+3 |
* | (print_node): Use (struct rtx_def *), not (rtx). | kenner | 1993-04-14 | 1 | -2/+2 |
* | (print_node_brief, print_node): Properly cast arg when printing ints | kenner | 1993-04-13 | 1 | -4/+5 |
* | Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate. | kenner | 1993-04-13 | 1 | -1/+3 |
* | (print_node): Print the chain of a STRING_CST. | rms | 1993-03-20 | 1 | -0/+5 |
* | (print_node): Always output `>' to match `<'. | rms | 1992-10-24 | 1 | -0/+2 |
* | (print_node): Don't print blank line for null fields in a TREE_VEC. | wilson | 1992-09-16 | 1 | -6/+7 |
* | (print_node): Handle BOOLEAN_TYPE and CHAR_TYPE. | rms | 1992-09-09 | 1 | -1/+3 |
* | (print_node): Avoid 1 << (HOST_BITS_PER_INT - 1), | rms | 1992-09-02 | 1 | -1/+1 |
* | (print_node): Use HOST_WIDE_INT instead of int when casting pointers | kenner | 1992-08-03 | 1 | -1/+1 |
* | entered into RCS | rms | 1992-07-17 | 1 | -8/+10 |
* | *** empty log message *** | rms | 1992-07-12 | 1 | -5/+5 |
* | *** empty log message *** | mycroft | 1992-07-08 | 1 | -2/+2 |
* | *** empty log message *** | rms | 1992-07-07 | 1 | -0/+4 |
* | *** empty log message *** | kenner | 1992-07-06 | 1 | -11/+38 |
* | *** empty log message *** | wilson | 1992-04-27 | 1 | -0/+1 |
* | *** empty log message *** | rms | 1992-03-29 | 1 | -2/+6 |
* | *** empty log message *** | rms | 1992-01-17 | 1 | -1/+1 |