aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-26mangle.c (write_chars): New macro.Nathan Sidwell1-29/+107
2001-04-19cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell1-8/+6
2001-04-16cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.Mark Mitchell1-1/+18
2001-03-23mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'.Jakub Jelinek1-4/+1
2001-03-23decl.c (local_names): Define.Jakub Jelinek1-10/+11
2001-03-21mangle.c (mangle_decl_string): Mangle the names of overloaded operators, even...Mark Mitchell1-0/+2
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-2/+15
2001-02-22mangle.c (write_encoding): Pass write_function_type the FUNCTION_DECL for the...Mark Mitchell1-22/+43
2001-01-25mangle.c (write_mangled_name, [...]): Mangle overloaded operators even in "C"...Jakub Jelinek1-3/+12
2001-01-11* mangle.c (write_builtin_type): Fix thinko.Mark Mitchell1-2/+2
2001-01-10decl2.c (acceptable_java_type): Allow references too.Alexandre Petit-Bianco1-2/+37
2000-12-04mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill1-5/+17
2000-11-22mangle.c (mangle_conv_op_name_for_type): Don't use `__op' prefix.Mark Mitchell1-11/+3
2000-11-21mangle.c (write_name): Use <unscoped-name> for names directly in function scope.Alex Samuel1-4/+12
2000-11-19decl.c (grokparms): Don't even function types of `void' type, either.Mark Mitchell1-0/+3
2000-11-16mangle.c (write_special_name_constructor): Don't generate assembler junk when...Mark Mitchell1-6/+22
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-6/+12
2000-08-29top level:Zack Weinberg1-2/+2
2000-08-28mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.Alex Samuel1-56/+77
2000-08-25decl.c (grokfndecl): Require that `main' return an `int'.Mark Mitchell1-0/+1
2000-08-23cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.Mark Mitchell1-8/+10
2000-07-30mangle.c (DECL_TEMPLATE_ID_P): Remove.Alex Samuel1-65/+112
2000-07-02mangle.c (canonicalize_for_substitution): Return the canonical variant of a t...Mark Mitchell1-0/+2
2000-06-30in libiberty/ChangeLog:Alex Samuel1-9/+3
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell1-6/+6
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell1-1/+1
2000-06-12mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.Mark Mitchell1-38/+43
2000-06-11mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an argument.Chip Salzenberg1-105/+141
2000-06-09Revert last patchMark Mitchell1-54/+8
2000-06-09cp-tree.h (cp_tree_index): Remove Java types.Mark Mitchell1-8/+54
2000-06-09revert mangling patchJason Merrill1-40/+16
2000-06-08invoke.texi: Remove documentation for -fsquangle and -fname-mangling-version.Mark Mitchell1-16/+40
2000-06-05ir.texi: Correct typo.Mark Mitchell1-0/+9
2000-06-04Make-lang.in (CXX_SRCS): Add mangle.c.Alex Samuel1-0/+2128