aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-11cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.Mark Mitchell1-1/+0
2000-04-06final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell1-1/+2
2000-03-26decl.c (grokdeclarator): Count partial specializations when keeping track of ...Mark Mitchell1-0/+1
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-1/+1
2000-03-25Remove accidental commitMark Mitchell1-1/+0
2000-03-25Fix typo in ChangeLogMark Mitchell1-0/+1
2000-03-05expr.c (cplus_expand_expr, [...]): Use expand_start_stmt_expr and expand_end_...Mark Mitchell1-0/+2
2000-02-27cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.Mark Mitchell1-0/+8
2000-02-17ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.Mark Mitchell1-0/+1
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-1/+1
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-13/+13
2000-01-14pt.c (tsubst_friend_function): Improve comment.Mark Mitchell1-1/+3
1999-12-22* dump.c (dequeue_and_dump): Handle CTOR_STMTs.Mark Mitchell1-0/+9
1999-12-14dump.c (dequeue_and_dump): Dump DECL_NAMESPACE_ALIAS.Mark Mitchell1-1/+4
1999-12-09dump.c (dequeue_and_dump): Abbreviate `class' as `cls', not `csl'.Mark Mitchell1-1/+1
1999-11-25Make-lang.in (CXX_SRCS): Add optimize.c.Mark Mitchell1-1/+0
1999-11-03* dump.c (dequeue_and_dump): Fix thinko for catch-clauses.Mark Mitchell1-1/+1
1999-10-27dump.c (dequeue_and_dump): Dump HANDLERs and SAVE_EXPRs.Mark Mitchell1-0/+9
1999-10-22dump.c (dequeue_and_dump): Replace several uses of queue_and_dump_index with ...Mark Mitchell1-12/+8
1999-10-17dump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR.Mark Mitchell1-0/+1
1999-10-07* dump.c (dequeue_and_dump): Dump all three operands to a COND_EXPR.Mark Mitchell1-1/+6
1999-10-06cp-tree.h (CLASSTYPE_VFIELD): Remove.Mark Mitchell1-0/+1
1999-10-06dump.c (DUMP_CHILDREN): Remove.Mark Mitchell1-247/+135
1999-10-05ir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR.Mark Mitchell1-0/+18
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell1-1/+5
1999-09-30cp-tree.h (lang_decl_flags): Add global_ctor_p and global_dtor_p.Mark Mitchell1-0/+9
1999-09-29dump.c (dequeue_and_dump): Dump DECL_EXTERNAL.Mark Mitchell1-0/+2
1999-09-29dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs.Mark Mitchell1-12/+21
1999-09-25dump.c (dequeue_and_dump): Handle RESULT_DECL.Mark Mitchell1-0/+1
1999-09-21dump.c (dequeue_and_dump): Handle START_CATCH_STMT, CLEANUP_STMT, and SCOPE_S...Mark Mitchell1-0/+28