Age | Commit message (Expand) | Author | Files | Lines |
1999-12-05 | tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting. | Mark Mitchell | 1 | -0/+4 |
1999-10-26 | tree.h (BLOCK_TYPE_TAGS): Remove. | Mark Mitchell | 1 | -1/+0 |
1999-10-03 | print-tree.c (print_node, indent_to): Remove redundant prototypes. | Kaveh R. Ghazi | 1 | -3/+0 |
1999-09-07 | emit-rtl.c (free_emit_status): Take decl as a parameter. | Mark Mitchell | 1 | -1/+2 |
1999-09-05 | Makefile.in (ggc-simple.o): Depend on varray.h. | Richard Henderson | 1 | -1/+2 |
1999-08-20 | machmode.h (mode_name): Constify a char*. | Kaveh R. Ghazi | 1 | -4/+2 |
1999-08-09 | print-tree.c (print_node): Print base for OFFSET_TYPEs. | Jason Merrill | 1 | -1/+4 |
1999-02-18 | bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-01-06 | More copyright fixes. Oh what fun. | Jeff Law | 1 | -1/+1 |
1998-11-19 | print-tree.c (print_node): After printing BLOCK or BIND_EXPR... | Per Bothner | 1 | -2/+2 |
1998-10-21 | invoke.texi: Document -flang-isoc9x. | Mark Mitchell | 1 | -0/+2 |
1998-06-25 | invoke.texi (-fstrict-aliasing): Document. | Mark Mitchell | 1 | -0/+1 |
1998-04-08 | tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition. | Alexandre Petit-Bianco | 1 | -0/+9 |
1998-03-23 | c-lang.c (lang_print_xnode): New function. | Martin v. Löwis | 1 | -0/+2 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-02-15 | tree.c (first_rtl_op): New fn. | Jason Merrill | 1 | -22/+3 |
1998-01-17 | varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary. | David S. Miller | 1 | -4/+4 |
1997-12-11 | tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f... | John F. Carr | 1 | -5/+8 |
1996-12-30 | (print_node): Don't try to print nonexistent | Jim Wilson | 1 | -1/+0 |
1996-11-15 | (print_node{,_brief}, case INTEGER_CST): Use HOST_WIDE_INT_PRINT_*. | Richard Kenner | 1 | -55/+16 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -1/+1 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-16 | (print_node): Fix misspellings in messages. | Richard Kenner | 1 | -1/+1 |
1995-04-26 | (print_node): Print TYPE_PACKED. | Richard Kenner | 1 | -0/+2 |
1995-03-09 | (print_node): Fix typo in printing large INTEGER_CST. | Richard Kenner | 1 | -2/+1 |
1995-02-21 | (print_node{,_brief}): Print machine attributes. | Richard Kenner | 1 | -2/+5 |
1994-08-25 | (print_node): Print more flags for types and decls. | Richard Kenner | 1 | -8/+40 |
1994-08-24 | (print_node_brief... | Richard Kenner | 1 | -2/+6 |
1994-08-14 | (print_node{,_brief}): Use REAL_VALUE_TO_DECIMAL to print REAL_CST | Richard Kenner | 1 | -12/+43 |
1994-07-30 | (print_node{,_brief}): Use correct printf code to print INTEGER_CST if | Richard Kenner | 1 | -4/+28 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -1/+2 |
1994-05-06 | (print_node): Print attributes. | Richard Kenner | 1 | -1/+3 |
1993-12-25 | (print_node, print_node_brief): Say something when | Richard Kenner | 1 | -0/+6 |
1993-10-27 | (print_node_brief): Use unsigned char to print | Richard Stallman | 1 | -1/+1 |
1993-08-07 | (print_node): Print obstack node is contained in. | Richard Kenner | 1 | -0/+3 |
1993-04-14 | (print_node): Use (struct rtx_def *), not (rtx). | Richard Kenner | 1 | -2/+2 |
1993-04-13 | (print_node_brief, print_node): Properly cast arg when printing ints | Richard Kenner | 1 | -4/+5 |
1993-04-13 | Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate. | Richard Kenner | 1 | -1/+3 |
1993-03-20 | (print_node): Print the chain of a STRING_CST. | Richard Stallman | 1 | -0/+5 |
1992-10-24 | (print_node): Always output `>' to match `<'. | Richard Stallman | 1 | -0/+2 |
1992-09-15 | (print_node): Don't print blank line for null fields in a TREE_VEC. | Jim Wilson | 1 | -6/+7 |
1992-09-09 | (print_node): Handle BOOLEAN_TYPE and CHAR_TYPE. | Richard Stallman | 1 | -1/+3 |
1992-09-02 | (print_node): Avoid 1 << (HOST_BITS_PER_INT - 1), | Richard Stallman | 1 | -1/+1 |
1992-08-02 | (print_node): Use HOST_WIDE_INT instead of int when casting pointers | Richard Kenner | 1 | -1/+1 |
1992-07-17 | entered into RCS | Richard Stallman | 1 | -8/+10 |
1992-07-12 | *** empty log message *** | Richard Stallman | 1 | -5/+5 |
1992-07-08 | *** empty log message *** | Charles Hannum | 1 | -2/+2 |
1992-07-07 | *** empty log message *** | Richard Stallman | 1 | -0/+4 |
1992-07-06 | *** empty log message *** | Richard Kenner | 1 | -11/+38 |
1992-04-27 | *** empty log message *** | Jim Wilson | 1 | -0/+1 |