OSDN Git Service

* class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
[pf3gnuchains/gcc-fork.git] / gcc / cp / mangle.c
2001-04-26 nathancp:
2001-04-19 mmitchel * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SP...
2001-04-16 mmitchel * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve document...
2001-03-23 jakub * mangle.c (write_discriminator): Use `_0' for discrim...
2001-03-23 jakub * decl.c (local_names): Define.
2001-03-21 mmitchel * mangle.c (mangle_decl_string): Mangle the names...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-02-22 mmitchel * mangle.c (write_encoding): Pass write_function_type the
2001-01-25 jakub * mangle.c (write_mangled_name, write_encoding): Mangl...
2001-01-11 mmitchel * mangle.c (write_builtin_type): Fix thinko.
2001-01-10 apbianco2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus...
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-11-22 mmitchel * mangle.c (mangle_conv_op_name_for_type): Don't use...
2000-11-21 samuel * mangle.c (write_name): Use <unscoped-name> for names...
2000-11-19 mmitchel * decl.c (grokparms): Don't even function types of...
2000-11-16 mmitchel * mangle.c (write_special_name_constructor): Don't...
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-08-29 zacktop level:
2000-08-28 samuel * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplain...
2000-08-25 mmitchel * decl.c (grokfndecl): Require that `main' return...
2000-08-23 mmitchel * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_...
2000-07-30 samuel * mangle.c (DECL_TEMPLATE_ID_P): Remove.
2000-07-02 mmitchel * mangle.c (canonicalize_for_substitution): Return...
2000-06-30 samuelin libiberty/ChangeLog:
2000-06-23 mmitchel * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-12 mmitchel * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
2000-06-11 mmitchel * mangle.c (write_number): Take an unsigned HOST_WIDE_...
2000-06-09 mmitchelRevert last patch
2000-06-09 mmitchel * cp-tree.h (cp_tree_index): Remove Java types.
2000-06-09 jasonrevert mangling patch
2000-06-08 mmitchel * invoke.texi: Remove documentation for -fsquangle and
2000-06-05 mmitchel * ir.texi: Correct typo.
2000-06-04 mmitchel * Make-lang.in (CXX_SRCS): Add mangle.c.