summaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
Commit message (Expand)AuthorAgeFilesLines
* * dump.c, g++spec.c, repo.c: Update copyright.kazu2004-10-151-1/+1
* .:nathan2004-07-201-2/+4
* PR c++/16583nathan2004-07-161-1/+1
* * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,nathan2004-07-071-2/+2
* * tree.h (TREE_VIA_VIRTUAL): Rename to ...nathan2004-07-061-1/+1
* * c-common.def (RETURN_STMT): Remove.rth2004-06-211-7/+0
* * c-common.def (IF_STMT, CLEANUP_STMT): Move to cp-tree.def.rth2004-06-201-1/+17
* Give the anonymous namespace a null DECL_NAME.jason2003-12-081-5/+0
* * fold-const.c (force_fit_type): Handle OFFSET_TYPE.mmitchel2003-07-221-10/+7
* * cp-tree.h (language_to_string): Adjust declaration.gdr2003-06-291-1/+1
* (gcc)neroden2003-03-191-7/+7
* * dump.c: ANSIfy function declarations and definitions.neroden2003-01-241-13/+5
* * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.jason2003-01-031-0/+3
* * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,neil2003-01-011-4/+4
* cp:nathan2002-12-301-2/+9
* PR c++/9054nathan2002-12-301-0/+8
* Merge basic-improvements-branch to trunkzack2002-12-161-9/+12
* * cp-tree.h (lang_decl_flags): Remove init_priority.mmitchel2002-10-311-1/+0
* * c-dump.c: Resurrect.jason2002-07-261-4/+2
* PR c++/5636jason2002-04-041-15/+0
* * c-common.c (statement_code_p): Handle CLEANUP_STMT.mmitchel2002-03-151-8/+1
* * 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