aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-2/+2
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-4/+15
2005-07-03tree-dump.h (dump_string_field): Declare.Gabriel Dos Reis1-24/+24
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-32/+32
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-8/+8
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-1/+1
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-0/+5
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor1-0/+4
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-1/+33
2004-10-15* dump.c, g++spec.c, repo.c: Update copyright.Kazu Hirata1-1/+1
2004-07-20tree.h: Include vec.hNathan Sidwell1-2/+4
2004-07-16re PR c++/16583 (G++ segfaults with -fdump-translation-unit)Nathan Sidwell1-1/+1
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-2/+2
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-1/+1
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-7/+0
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-1/+17
2003-12-08Give the anonymous namespace a null DECL_NAME.Jason Merrill1-5/+0
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-10/+7
2003-06-29cp-tree.h (language_to_string): Adjust declaration.Gabriel Dos Reis1-1/+1
2003-03-19c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode1-7/+7
2003-01-24* dump.c: ANSIfy function declarations and definitions.Nathanael Nerode1-13/+5
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-0/+3
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-30cp-tree.h (THUNK_TARGET): New macro.Nathan Sidwell1-2/+9
2002-12-30re PR c++/9054 (segfault on legal code with option -fdump-translation-unit)Nathan Sidwell1-0/+8
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-9/+12
2002-10-31cp-tree.h (lang_decl_flags): Remove init_priority.Mark Mitchell1-1/+0
2002-07-26c-dump.c: Resurrect.Jason Merrill1-4/+2
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-15/+0
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-8/+1
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-3/+4
2001-11-20re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu...Mark Mitchell1-2/+182
2001-08-02Kill -fhonor-std.Nathan Sidwell1-4/+0
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-14/+15
2001-05-21cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill1-6/+1
2001-05-03dump.c (cp_dump_tree, [...]): New case.Nathan Sidwell1-0/+6
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+13
2001-03-27dump.c (dump_access): New function.Mike Yang1-3/+43
2000-11-10c-dump.c (dequeue_and_dump): Dump function bodies.Mark Mitchell1-2/+0
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-771/+38
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-1/+1
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-1/+1
2000-10-18c-common.c (back_end_hook): New variable.Mark Mitchell1-0/+3
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell1-9/+4
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell1-1/+1
2000-06-03cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.Mark Mitchell1-0/+7
2000-05-22cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.Mark Mitchell1-0/+2
2000-05-03cp-tree.def (THUNK_DECL): Remove.Mark Mitchell1-1/+0