aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)Author
2004-05-12This commit was manufactured by cvs2svn to create tagapple/gcc-1750no-author
2004-02-16 * (c-decl.c, calls.c, cgraph.c, cgraphunit.c, expr.c, function.c,Steven Bosscher
2004-01-30Mainline merge as of 2004-01-26.Diego Novillo
2003-10-122003-10-12 Richard Henderson <rth@redhat.com>Richard Henderson
2003-09-24 * tree.h (DECL_SOURCE_LOCATION): Resurrect.Jason Merrill
2003-08-20Mainline merge as of 2003-08-17.Diego Novillo
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-06-03Mainline merge as of 2003-05-25.Diego Novillo
2003-05-13Mainline merge as of 2003-05-11Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2003-01-15Death to WFL nodes. See ChangeLogs for details.Jeff Law
2002-12-27Mainline merge as of 2002-12-26.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-10-22Merge with basic-improvements as of 2002-10-21Diego Novillo
2002-10-01bnw-simple mergeJason Merrill
2002-09-15Mainline merge as of 2002-09-15.Diego Novillo
2002-09-09Mainline merge as of 2002-09-08.Diego Novillo
2002-08-12Mainline merge as of 2002-08-11.Diego Novillo
2002-05-28 * tree.h: Forward-declare struct realvaluetype.Zack Weinberg
2002-05-22 * c-common.h (enum rid): Add RID_THREAD.Richard Henderson
2002-05-20 * params.c: Fix formatting.Kazu Hirata
2002-03-15 * c-decl.c: Include c-pragma.h.Richard Henderson
2002-03-03 * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,Zack Weinberg
2002-02-192002-02-19 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-01-22 * predict.c: Fix formatting.Kazu Hirata
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben
2001-12-05Fix line wrap in copyright notice.Richard Kenner
2001-11-09 * Makefile.in: Update.Neil Booth
2001-09-21 Table-driven attributes.Joseph Myers
2001-09-062001-09-06 Ira Ruben <ira@apple.com>Ira Ruben
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-06-02 * print-tree.c (print_node): Don't print "regdecl" when bit doesn'tRichard Kenner
2001-03-27 * c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell
2001-03-17 * print-tree.c (print_node): Print DECL_NONADDRESSABLE_P.Richard Kenner
2001-03-15 * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not theMark Mitchell
2001-03-122001-03-12 Jeffrey Oldham <oldham@codesourcery.com>Jeffrey D. Oldham
2001-02-24 * tree.h (BLOCK_DEAD): New macro.Richard Kenner
2001-02-18 * print-tree.c (print_node): Do not use BLOCK_CHAIN when we're notMark Mitchell
2001-02-06 * print-tree.c (print_node, case PARM_DECL):Richard Kenner
2000-12-17 * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.Richard Kenner
2000-12-04* print-tree.c (print_node): target-specific builtins printDJ Delorie
2000-11-07 * alias.c (init_alias_analysis), calls.c (expand_call,Joseph Myers
2000-10-13 Remove obstacks.Mark Mitchell
2000-08-16 * calls.c (ECF_SP_DEPRESSED): New macro.Richard Kenner
2000-06-12 * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DECJeffrey A Law
2000-06-07 * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P onZack Weinberg
2000-05-27 * tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner
2000-04-25 * calls.c (expand_call): Use get_callee_fndecl.Jason Merrill