aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-2/+2
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-04-25mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ...Mark Mitchell1-8/+13
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-1/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+2
2002-03-20re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-4/+41
2002-03-18re PR c++/4377 (more errors with multiple non-type template parameters)Jason Merrill1-9/+10
2002-03-13Fix last commit.Richard Sandiford1-2/+5
2002-03-13mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a...Richard Sandiford1-5/+10
2002-02-19ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE.Jason Merrill1-18/+12
2002-02-01fix typoJason Merrill1-1/+1
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-13/+13
2002-01-08mangle.c (MANGLE_TRACE): Add parenthesis.Graham Stott1-5/+5
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-2/+2
2001-11-18mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E...Kriang Lerdsuwanakij1-5/+19
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-1/+3
2001-09-15collect2.c (main): Const-ification.Kaveh R. Ghazi1-5/+1
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-1/+19
2001-07-21Remove old-abi remnants.Nathan Sidwell1-10/+9
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