summaryrefslogtreecommitdiff
path: root/gcc/c-dump.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor2005-04-251-5/+0
* c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor2005-04-201-4/+0
* c-common.def: Move FOR_STMT...Ian Lance Taylor2005-04-091-31/+0
* c-common.def, [...]: Update copyright.Kazu Hirata2005-01-271-1/+1
* tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher2005-01-271-2/+2
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-3/+2
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-5/+0
* c-common.def (RETURN_STMT): Remove.Richard Henderson2004-06-211-22/+1
* c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson2004-06-201-15/+0
* c-common.def (COMPOUND_STMT): Remove.Richard Henderson2004-06-161-6/+0
* c-common.def (CASE_LABEL): Remove.Richard Henderson2004-06-161-8/+0
* c-common.def (ASM_STMT): Remove.Richard Henderson2004-06-161-11/+0
* c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson2004-06-161-12/+0
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-13/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1/+3
* c-aux-info.c: Convert to ISO C99.Andreas Jaeger2003-06-191-9/+3
* c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode2003-03-191-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill2002-08-221-1/+1
* c-dump.c: Resurrect.Jason Merrill2002-07-261-0/+196
* tree-dump.c: Rename from c-dump.c.Bryce McKinlay2001-11-221-933/+0
* ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers2001-10-291-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2001-10-091-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-2/+2
* for some reason this was missed in theNathan Sidwell2001-09-061-10/+53
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-12/+12
* c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell2001-07-021-4/+17
* c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell2001-06-051-26/+133
* c-dump.c (dequeue_and_dump): Don't look at DECL_ASSEMBLER_NAME if it is not set.Mark Mitchell2001-05-031-1/+1
* c-dump.c (dequeue_and_dump): Dump function bodies.Mark Mitchell2000-11-101-0/+2
* Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell2000-11-101-0/+768