| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h. | bryce | 2001-11-22 | 1 | -3/+4 |
* | * dump.c (dump_op): New function. | mmitchel | 2001-11-20 | 1 | -2/+182 |
* | .: | nathan | 2001-08-02 | 1 | -4/+0 |
* | * c-common.h (flag_dump_translation_unit): Remove. | nathan | 2001-06-05 | 1 | -14/+15 |
* | * cp-tree.def (START_CATCH_STMT): Lose. | jason | 2001-05-21 | 1 | -6/+1 |
* | * dump.c (cp_dump_tree, USING_STMT case): New case. | nathan | 2001-05-03 | 1 | -0/+6 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -0/+13 |
* | * dump.c (dump_access): New function. | mmitchel | 2001-03-27 | 1 | -3/+43 |
* | * c-dump.c (dequeue_and_dump): Dump function bodies. | mmitchel | 2000-11-10 | 1 | -2/+0 |
* | * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | mmitchel | 2000-11-10 | 1 | -771/+38 |
* | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | jsm28 | 2000-11-02 | 1 | -1/+1 |
* | * c-common.h (flag_no_builtin): Declare. | mmitchel | 2000-10-18 | 1 | -1/+1 |
* | * c-common.c (back_end_hook): New variable. | mmitchel | 2000-10-18 | 1 | -0/+3 |
* | * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro. | mmitchel | 2000-06-23 | 1 | -9/+4 |
* | * cp-tree.h (struct language_function): Remove x_base_init_list | mmitchel | 2000-06-16 | 1 | -1/+1 |
* | * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment. | mmitchel | 2000-06-03 | 1 | -0/+7 |
* | * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp. | mmitchel | 2000-05-22 | 1 | -0/+2 |
* | * cp-tree.def (THUNK_DECL): Remove. | mmitchel | 2000-05-03 | 1 | -1/+0 |
* | * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER. | mmitchel | 2000-04-11 | 1 | -1/+0 |
* | * final.c (final): Use xcalloc to allocate line_note_exists. | mmitchel | 2000-04-06 | 1 | -1/+2 |
* | * decl.c (grokdeclarator): Count partial specializations when | mmitchel | 2000-03-26 | 1 | -0/+1 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -1/+1 |
* | Remove accidental commit | mmitchel | 2000-03-25 | 1 | -1/+0 |
* | Fix typo in ChangeLog | mmitchel | 2000-03-25 | 1 | -0/+1 |
* | * expr.c (cplus_expand_expr, case STMT_EXPR): Use | mmitchel | 2000-03-05 | 1 | -0/+2 |
* | * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF. | mmitchel | 2000-02-27 | 1 | -0/+8 |
* | 2000-02-17 Mark Mitchell <mark@codesourcery.com> | mmitchel | 2000-02-17 | 1 | -0/+1 |
* | Make DECL_CONTEXT mean the class in which a member function was | mmitchel | 2000-02-16 | 1 | -1/+1 |
* | * call.c: PROTO -> PARAMS. | ghazi | 2000-01-26 | 1 | -13/+13 |
* | * pt.c (tsubst_friend_function): Improve comment. | mmitchel | 2000-01-14 | 1 | -1/+3 |
* | * dump.c (dequeue_and_dump): Handle CTOR_STMTs. | mmitchel | 1999-12-22 | 1 | -0/+9 |
* | * dump.c (dequeue_and_dump): Dump DECL_NAMESPACE_ALIAS. | mmitchel | 1999-12-14 | 1 | -1/+4 |
* | * dump.c (dequeue_and_dump): Abbreviate `class' as `cls', not | mmitchel | 1999-12-09 | 1 | -1/+1 |
* | 1999-11-25 Mark Mitchell <mark@codesourcery.com> | mmitchel | 1999-11-25 | 1 | -1/+0 |
* | * dump.c (dequeue_and_dump): Fix thinko for catch-clauses. | mmitchel | 1999-11-03 | 1 | -1/+1 |
* | * dump.c (dequeue_and_dump): Dump HANDLERs and SAVE_EXPRs. Dump | mmitchel | 1999-10-27 | 1 | -0/+9 |
* | 1999-10-21 Mark Mitchell <mark@codesourcery.com> | mmitchel | 1999-10-22 | 1 | -12/+8 |
* | * dump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR. | mmitchel | 1999-10-17 | 1 | -0/+1 |
* | * dump.c (dequeue_and_dump): Dump all three operands to a COND_EXPR. | mmitchel | 1999-10-07 | 1 | -1/+6 |
* | * cp-tree.h (CLASSTYPE_VFIELD): Remove. | mmitchel | 1999-10-06 | 1 | -0/+1 |
* | * dump.c (DUMP_CHILDREN): Remove. | mmitchel | 1999-10-06 | 1 | -247/+135 |
* | * ir.texi: Document BIND_EXPR, LOOP_EXPR, and EXIT_EXPR. | mmitchel | 1999-10-05 | 1 | -0/+18 |
* | * cp-tree.def (VEC_INIT_EXPR): Remove. | mmitchel | 1999-10-03 | 1 | -1/+5 |
* | * cp-tree.h (lang_decl_flags): Add global_ctor_p and | mmitchel | 1999-09-30 | 1 | -0/+9 |
* | * dump.c (dequeue_and_dump): Dump DECL_EXTERNAL. | mmitchel | 1999-09-29 | 1 | -0/+2 |
* | * dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs. | mmitchel | 1999-09-29 | 1 | -12/+21 |
* | * dump.c (dequeue_and_dump): Handle RESULT_DECL. | mmitchel | 1999-09-25 | 1 | -0/+1 |
* | * dump.c (dequeue_and_dump): Handle START_CATCH_STMT, | mmitchel | 1999-09-21 | 1 | -0/+28 |
* | * dump.c (dequeue_and_dump): Dump types for constants. | mmitchel | 1999-09-09 | 1 | -1/+8 |
* | * cp-tree.def (LABEL_STMT): New tree node. | mmitchel | 1999-08-28 | 1 | -0/+7 |