OSDN Git Service

Merge basic-improvements-branch to trunk
[pf3gnuchains/gcc-fork.git] / gcc / cp / mangle.c
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-09 lerdsuwa PR c++/8389
2002-10-17 mmitchel * mangle.c (write_expression): Correct handling of...
2002-10-15 mmitchel * decl.c (reshape_init): Fix typo.
2002-10-04 mmitchel * doc/invoke.texi (-Wabi): Document mangling bug.
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-14 kazu * error.c: Fix comment formatting.
2002-07-25 neilcp:
2002-07-02 mmitchel PR c++/7112
2002-06-21 ghazicp:
2002-06-18 jason C++ ABI changes.
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-05-28 zack * tree.h: Forward-declare struct realvaluetype.
2002-04-25 mmitchel * mangle.c (write_type): Don't use TYPE_MAIN_VARIANT...
2002-04-01 neil * c-common.c (unsigned_conversion_warning, convert_and...
2002-03-29 neil * Makefile.in (convert.o, calls.o, expmed.o): Update.
2002-03-20 nathancp:
2002-03-18 jason PR c++/4377
2002-03-13 rsandifoFix last commit.
2002-03-13 rsandifo * mangle.c (write_builtin_type): Handle 128-bit intege...
2002-02-20 jason ABI change: Mangle `void (A::*)() const' as
2002-02-01 jasonfix typo
2002-01-23 rodrigc2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
2002-01-08 grahams * mangle.c (MANGLE_TRACE): Add parenthesis.
2001-11-22 bryce * tree-dump.c: Rename from c-dump.c. Include c-tree...
2001-11-18 lerdsuwa * mangle.c (write_expression): Handle CAST_EXPR, STATI...
2001-10-23 lerdsuwa * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2001-09-15 ghazi * collect2.c (main): Const-ification.
2001-07-25 jason * call.c (joust): Only prefer a non-builtin...
2001-07-21 nathan Remove old-abi remnants. Remove comments about old abi
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.