summaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.bryce2001-11-221-3/+4
* * dump.c (dump_op): New function.mmitchel2001-11-201-2/+182
* .:nathan2001-08-021-4/+0
* * c-common.h (flag_dump_translation_unit): Remove.nathan2001-06-051-14/+15
* * cp-tree.def (START_CATCH_STMT): Lose.jason2001-05-211-6/+1
* * dump.c (cp_dump_tree, USING_STMT case): New case.nathan2001-05-031-0/+6
* IA-64 ABI Exception Handling.rth2001-03-281-0/+13
* * dump.c (dump_access): New function.mmitchel2001-03-271-3/+43
* * c-dump.c (dequeue_and_dump): Dump function bodies.mmitchel2000-11-101-2/+0
* * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel2000-11-101-771/+38
* * collect2.c (main, write_c_file_stat), gcc.c (translate_options,jsm282000-11-021-1/+1
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-181-1/+1
* * c-common.c (back_end_hook): New variable.mmitchel2000-10-181-0/+3
* * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.mmitchel2000-06-231-9/+4
* * cp-tree.h (struct language_function): Remove x_base_init_listmmitchel2000-06-161-1/+1
* * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.mmitchel2000-06-031-0/+7
* * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.mmitchel2000-05-221-0/+2
* * cp-tree.def (THUNK_DECL): Remove.mmitchel2000-05-031-1/+0
* * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.mmitchel2000-04-111-1/+0
* * final.c (final): Use xcalloc to allocate line_note_exists.mmitchel2000-04-061-1/+2
* * decl.c (grokdeclarator): Count partial specializations whenmmitchel2000-03-261-0/+1
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-1/+1
* Remove accidental commitmmitchel2000-03-251-1/+0
* Fix typo in ChangeLogmmitchel2000-03-251-0/+1
* * expr.c (cplus_expand_expr, case STMT_EXPR): Usemmitchel2000-03-051-0/+2
* * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.mmitchel2000-02-271-0/+8
* 2000-02-17 Mark Mitchell <mark@codesourcery.com>mmitchel2000-02-171-0/+1
* Make DECL_CONTEXT mean the class in which a member function wasmmitchel2000-02-161-1/+1
* * call.c: PROTO -> PARAMS.ghazi2000-01-261-13/+13
* * pt.c (tsubst_friend_function): Improve comment.mmitchel2000-01-141-1/+3
* * dump.c (dequeue_and_dump): Handle CTOR_STMTs.mmitchel1999-12-221-0/+9
* * dump.c (dequeue_and_dump): Dump DECL_NAMESPACE_ALIAS.mmitchel1999-12-141-1/+4
* * dump.c (dequeue_and_dump): Abbreviate `class' as `cls', notmmitchel1999-12-091-1/+1
* 1999-11-25 Mark Mitchell <mark@codesourcery.com>mmitchel1999-11-251-1/+0
* * dump.c (dequeue_and_dump): Fix thinko for catch-clauses.mmitchel1999-11-031-1/+1
* * dump.c (dequeue_and_dump): Dump HANDLERs and SAVE_EXPRs. Dumpmmitchel1999-10-271-0/+9
* 1999-10-21 Mark Mitchell <mark@codesourcery.com>mmitchel1999-10-221-12/+8
* * dump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR.mmitchel1999-10-171-0/+1
* * dump.c (dequeue_and_dump): Dump all three operands to a COND_EXPR.mmitchel1999-10-071-1/+6
* * cp-tree.h (CLASSTYPE_VFIELD): Remove.mmitchel1999-10-061-0/+1
* * dump.c (DUMP_CHILDREN): Remove.mmitchel1999-10-061-247/+135
* * ir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR.mmitchel1999-10-051-0/+18
* * cp-tree.def (VEC_INIT_EXPR): Remove.mmitchel1999-10-031-1/+5
* * cp-tree.h (lang_decl_flags): Add global_ctor_p andmmitchel1999-09-301-0/+9
* * dump.c (dequeue_and_dump): Dump DECL_EXTERNAL.mmitchel1999-09-291-0/+2
* * dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs.mmitchel1999-09-291-12/+21
* * dump.c (dequeue_and_dump): Handle RESULT_DECL.mmitchel1999-09-251-0/+1
* * dump.c (dequeue_and_dump): Handle START_CATCH_STMT,mmitchel1999-09-211-0/+28
* * dump.c (dequeue_and_dump): Dump types for constants.mmitchel1999-09-091-1/+8
* * cp-tree.def (LABEL_STMT): New tree node.mmitchel1999-08-281-0/+7