From Martin Thuresson <martint@google.com>
[gcc.git] / gcc / cp / dump.c
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2005-07-03 Gabriel Dos Reistree-dump.h (dump_string_field): Declare.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-05-27 Roger Saylecp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
2005-04-25 Ian Lance Taylorc-common.def (EXPR_STMT): Remove, moved to C++ frontend.
2005-04-20 Ian Lance Taylorc-common.def: Remove STMT_EXPR (moved to cp/cp-tree...
2005-04-09 Ian Lance Taylorc-common.def: Move FOR_STMT...
2004-10-15 Kazu Hirata* dump.c, g++spec.c, repo.c: Update copyright.
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-16 Nathan Sidwellre PR c++/16583 (G++ segfaults with -fdump-translation...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-06 Nathan Sidwelltree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-06-21 Richard Hendersonc-common.def (RETURN_STMT): Remove.
2004-06-20 Richard Hendersonc-common.def (IF_STMT, [...]): Move to cp-tree.def.
2003-12-08 Jason MerrillGive the anonymous namespace a null DECL_NAME.
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-06-29 Gabriel Dos Reiscp-tree.h (language_to_string): Adjust declaration.
2003-03-19 Nathanael Nerodec-common.h (c_dump_tree), [...]): Change return type...
2003-01-24 Nathanael Nerode* dump.c: ANSIfy function declarations and definitions.
2003-01-03 Jason Merrillfold-const.c (fold): Avoid NOP_EXPRs better.
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-30 Nathan Sidwellcp-tree.h (THUNK_TARGET): New macro.
2002-12-30 Nathan Sidwellre PR c++/9054 (segfault on legal code with option...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-31 Mark Mitchellcp-tree.h (lang_decl_flags): Remove init_priority.
2002-07-26 Jason Merrillc-dump.c: Resurrect.
2002-04-04 Jason Merrillre PR c++/5636 (gcc-3.0.3, memory leakage: function...
2002-03-15 Mark Mitchellc-common.c (statement_code_p): Handle CLEANUP_STMT.
2001-11-22 Bryce McKinlaytree-dump.c: Rename from c-dump.c.
2001-11-20 Mark Mitchellre PR c++/4629 (non-constant `sizeof (void*)' cannot...
2001-08-02 Nathan SidwellKill -fhonor-std.
2001-06-05 Nathan Sidwellc-common.h (flag_dump_translation_unit): Remove.
2001-05-21 Jason Merrillcp-tree.def (START_CATCH_STMT): Lose.
2001-05-03 Nathan Sidwelldump.c (cp_dump_tree, [...]): New case.
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2001-03-27 Mike Yangdump.c (dump_access): New function.
2000-11-10 Mark Mitchellc-dump.c (dequeue_and_dump): Dump function bodies.
2000-11-10 Mark MitchellMakefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-02 Joseph Myers* collect2.c (main, write_c_file_stat), gcc.c (translat...
2000-10-18 Mark Mitchellc-common.h (flag_no_builtin): Declare.
2000-10-18 Mark Mitchellc-common.c (back_end_hook): New variable.
2000-06-23 Mark Mitchellcp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-16 Mark Mitchellcp-tree.h (struct language_function): Remove x_base_ini...
2000-06-03 Mark Mitchellcp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
2000-05-22 Mark Mitchellcp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-03 Mark Mitchellcp-tree.def (THUNK_DECL): Remove.
2000-04-11 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-06 Mark Mitchellfinal.c (final): Use xcalloc to allocate line_note_exists.
2000-03-26 Mark Mitchelldecl.c (grokdeclarator): Count partial specializations...
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-25 Mark MitchellRemove accidental commit
2000-03-25 Mark MitchellFix typo in ChangeLog
2000-03-05 Mark Mitchellexpr.c (cplus_expand_expr, [...]): Use expand_start_stm...
2000-02-27 Mark Mitchellcp-tree.h (DECL_NEEDED_P): Tweak to correct usage befor...
2000-02-17 Mark Mitchellir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
2000-02-16 Mark MitchellMake DECL_CONTEXT mean the class in which a member...
2000-01-26 Kaveh R. Ghazicall.c: PROTO -> PARAMS.
2000-01-14 Mark Mitchellpt.c (tsubst_friend_function): Improve comment.
1999-12-22 Mark Mitchell* dump.c (dequeue_and_dump): Handle CTOR_STMTs.
1999-12-14 Mark Mitchelldump.c (dequeue_and_dump): Dump DECL_NAMESPACE_ALIAS.
1999-12-09 Mark Mitchelldump.c (dequeue_and_dump): Abbreviate `class' as `cls...
1999-11-25 Mark MitchellMake-lang.in (CXX_SRCS): Add optimize.c.
1999-11-03 Mark Mitchell* dump.c (dequeue_and_dump): Fix thinko for catch-clauses.
1999-10-27 Mark Mitchelldump.c (dequeue_and_dump): Dump HANDLERs and SAVE_EXPRs.
1999-10-22 Mark Mitchelldump.c (dequeue_and_dump): Replace several uses of...
1999-10-17 Mark Mitchelldump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR.
1999-10-07 Mark Mitchell* dump.c (dequeue_and_dump): Dump all three operands...
1999-10-06 Mark Mitchellcp-tree.h (CLASSTYPE_VFIELD): Remove.
1999-10-06 Mark Mitchelldump.c (DUMP_CHILDREN): Remove.
1999-10-05 Mark Mitchellir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR.
1999-10-03 Mark Mitchellcp-tree.def (VEC_INIT_EXPR): Remove.
1999-09-30 Mark Mitchellcp-tree.h (lang_decl_flags): Add global_ctor_p and...
1999-09-29 Mark Mitchelldump.c (dequeue_and_dump): Dump DECL_EXTERNAL.
1999-09-29 Mark Mitchelldump.c (dequeue_and_dump): Improve support for dumping...
1999-09-25 Mark Mitchelldump.c (dequeue_and_dump): Handle RESULT_DECL.
1999-09-21 Mark Mitchelldump.c (dequeue_and_dump): Handle START_CATCH_STMT...
1999-09-09 Mark Mitchelldump.c (dequeue_and_dump): Dump types for constants.
1999-08-28 Mark Mitchellcp-tree.def (LABEL_STMT): New tree node.
1999-08-27 Mark MitchellFix typo in last change
1999-08-27 Mark Mitchellcp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.
1999-08-25 Mark Mitchellcp-tree.def (SUBOBJECT): New tree node.
1999-08-25 Mark Mitchell* dump.c (dequeue_and_dump): Dump TARGET_EXPRs.
1999-08-22 Mark Mitchellcp-tree.def (STMT_EXPR): Fix typo in node name.
1999-08-17 Mark Mitchelldecl.c (add_decl_to_level): New function.
1999-08-14 Mark Mitchellcp-tree.def (DECL_STMT): Make it smaller.
1999-08-11 Mark Mitchelldump.c (queue): Be careful when computing bitmasks.
1999-08-07 Kaveh R. Ghaziclass.c (count_fields, [...]): Add static prototype.
1999-08-03 Mark Mitchellinvoke.texi (-fdump-translation-unit): New option.