OSDN Git Service

wchar_t now gets wrapped inside "ifndef __cplusplus",
[pf3gnuchains/gcc-fork.git] / gcc / print-tree.c
2001-03-27 mmitchel * c-common.h (DECL_NUM_STMTS): New macro.
2001-03-17 kenner * print-tree.c (print_node): Print DECL_NONADDRESSABLE_P.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-12 oldham2001-03-12 Jeffrey Oldham <oldham@codesourcery.com>
2001-02-24 kenner * tree.h (BLOCK_DEAD): New macro.
2001-02-18 mmitchel * print-tree.c (print_node): Do not use BLOCK_CHAIN...
2001-02-06 kenner * print-tree.c (print_node, case PARM_DECL):
2000-12-17 kenner * print-tree.c (print_node): Print DECL_USER_ALIGN...
2000-12-04 dj* print-tree.c (print_node): target-specific builtins...
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-13 mmitchel Remove obstacks.
2000-08-16 kenner * calls.c (ECF_SP_DEPRESSED): New macro.
2000-06-12 law * print-rtl.c (print_rtx, case MEM): Use HOST_W...
2000-06-07 zack * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2000-05-27 kenner * tree.h (TREE_CODE_LENGTH): New macro.
2000-04-25 jason * calls.c (expand_call): Use get_callee_fndecl.
2000-04-18 kenner * ggc-common.c: Add missing blanks.
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-09 jason * tree.h (struct tree_common): Rename raises_fl...
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-02-29 kenner * Eliminate DECL_FIELD_SIZE.
2000-02-24 zack * tree.h (TREE_SET_PERMANENT): New macro. Document...
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
1999-12-05 mmitchel * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment...
1999-10-26 mmitchel * tree.h (BLOCK_TYPE_TAGS): Remove.
1999-10-03 ghazi * print-tree.c (print_node, indent_to): Remove redunda...
1999-09-07 mmitchel * emit-rtl.c (free_emit_status): Take decl as a parameter.
1999-09-05 mmitchel * Makefile.in (ggc-simple.o): Depend on varray.h.
1999-08-20 ghazi * machmode.h (mode_name): Constify a char*.
1999-08-09 jason * print-tree.c (print_node): Print base for OFFSET_TYPEs.
1999-02-18 ghazi * bitmap.c (bitmap_print): Qualify a char*...
1999-01-06 lawMore copyright fixes. Oh what fun.
1998-11-19 bothner0
1998-10-21 mmitchel * invoke.texi: Document -flang-isoc9x.
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-04-08 bothnerd
1998-03-23 law * c-lang.c (lang_print_xnode): New function.
1998-03-20 ghaziMajor cutover to using system.h:
1998-02-16 jason * tree.c (first_rtl_op): New fn.
1998-01-17 law * varasm.c (immed_double_const): Add casts...
1997-12-12 law * tree.c, tree.h: Change tree_code_type, tree_c...
1996-12-30 wilson(print_node): Don't try to print nonexistent
1996-11-15 kenner(print_node{,_brief}, case INTEGER_CST): Use HOST_WIDE_...
1996-07-03 mrsformatting tweaks
1995-06-15 kennerUpdate FSF address.
1995-05-16 kenner(print_node): Fix misspellings in messages.
1995-04-26 kenner(print_node): Print TYPE_PACKED.
1995-03-10 kenner(print_node): Fix typo in printing large INTEGER_CST.
1995-02-21 kenner(print_node{,_brief}): Print machine attributes.
1994-08-25 kenner(print_node): Print more flags for types and decls.
1994-08-24 kenner(print_node_brief, print_node): Use assignment instead of
1994-08-14 kenner(print_node{,_brief}): Use REAL_VALUE_TO_DECIMAL to...
1994-07-30 kenner(print_node{,_brief}): Use correct printf code to print...
1994-06-14 kennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-05-06 kenner(print_node): Print attributes.
1993-12-25 kenner(print_node, print_node_brief): Say something when
1993-10-27 rms(print_node_brief): Use unsigned char to print
1993-08-07 kenner(print_node): Print obstack node is contained in.
1993-04-14 kenner(print_node): Use (struct rtx_def *), not (rtx).
1993-04-13 kenner(print_node_brief, print_node): Properly cast arg when...
1993-04-13 kennerTreat QUAL_UNION_TYPE like UNION_TYPE when seeing if...
1993-03-20 rms(print_node): Print the chain of a STRING_CST.
1992-10-24 rms(print_node): Always output `>' to match `<'.
1992-09-16 wilson(print_node): Don't print blank line for null fields...
1992-09-09 rms(print_node): Handle BOOLEAN_TYPE and CHAR_TYPE.
1992-09-02 rms(print_node): Avoid 1 << (HOST_BITS_PER_INT - 1),
1992-08-03 kenner(print_node): Use HOST_WIDE_INT instead of int when...
1992-07-17 rmsentered into RCS
1992-07-12 rms*** empty log message ***
1992-07-08 mycroft*** empty log message ***
1992-07-07 rms*** empty log message ***
1992-07-06 kenner*** empty log message ***
1992-04-27 wilson*** empty log message ***
1992-03-29 rms*** empty log message ***
1992-01-17 rms*** empty log message ***
1991-12-05 rmsInitial revision