aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-dump.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-5/+0
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor1-4/+0
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-31/+0
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-2/+2
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-3/+2
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-5/+0
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-22/+1
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-15/+0
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-6/+0
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-8/+0
2004-06-16c-common.def (ASM_STMT): Remove.Richard Henderson1-11/+0
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-12/+0
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-13/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+3
2003-06-19c-aux-info.c: Convert to ISO C99.Andreas Jaeger1-9/+3
2003-03-19c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-08-22c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill1-1/+1
2002-07-26c-dump.c: Resurrect.Jason Merrill1-0/+196
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-933/+0
2001-10-29ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers1-1/+1
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-2/+2
2001-09-06for some reason this was missed in theNathan Sidwell1-10/+53
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-12/+12
2001-07-02c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell1-4/+17
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-26/+133
2001-05-03c-dump.c (dequeue_and_dump): Don't look at DECL_ASSEMBLER_NAME if it is not set.Mark Mitchell1-1/+1
2000-11-10c-dump.c (dequeue_and_dump): Dump function bodies.Mark Mitchell1-0/+2
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-0/+768