summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (unsigned_conversion_warning, convert_and_check,neil2002-04-011-1/+1
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-1/+2
* cp:nathan2002-03-201-4/+41
* PR c++/4377jason2002-03-181-9/+10
* Fix last commit.rsandifo2002-03-131-2/+5
* * mangle.c (write_builtin_type): Handle 128-bit integers even ifrsandifo2002-03-131-5/+10
* ABI change: Mangle `void (A::*)() const' asjason2002-02-201-18/+12
* fix typojason2002-02-011-1/+1
* 2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-231-13/+13
* * mangle.c (MANGLE_TRACE): Add parenthesis.grahams2002-01-081-5/+5
* * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.bryce2001-11-221-2/+2
* * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,lerdsuwa2001-11-181-5/+19
* * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.lerdsuwa2001-10-231-1/+3
* * collect2.c (main): Const-ification.ghazi2001-09-151-5/+1
* * call.c (joust): Only prefer a non-builtin candidate to a builtinjason2001-07-251-1/+19
* Remove old-abi remnants. Remove comments about old abinathan2001-07-211-10/+9
* cp:nathan2001-04-261-29/+107
* * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC ismmitchel2001-04-191-8/+6
* * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.mmitchel2001-04-161-1/+18
* * mangle.c (write_discriminator): Use `_0' for discriminator 1,jakub2001-03-231-4/+1
* * decl.c (local_names): Define.jakub2001-03-231-10/+11
* * mangle.c (mangle_decl_string): Mangle the names of overloadedmmitchel2001-03-211-0/+2
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-2/+15
* * mangle.c (write_encoding): Pass write_function_type themmitchel2001-02-221-22/+43
* * mangle.c (write_mangled_name, write_encoding): Mangle overloadedjakub2001-01-251-3/+12
* * mangle.c (write_builtin_type): Fix thinko.mmitchel2001-01-111-2/+2
* 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-101-2/+37
* * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".jason2000-12-041-5/+17
* * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'mmitchel2000-11-221-11/+3
* * mangle.c (write_name): Use <unscoped-name> for names directly insamuel2000-11-211-4/+12
* * decl.c (grokparms): Don't even function types of `void' type,mmitchel2000-11-191-0/+3
* * mangle.c (write_special_name_constructor): Don't generatemmitchel2000-11-161-6/+22
* * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.jason2000-09-051-6/+12
* top level:zack2000-08-291-2/+2
* * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.samuel2000-08-281-56/+77
* * decl.c (grokfndecl): Require that `main' return an `int'.mmitchel2000-08-251-0/+1
* * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.mmitchel2000-08-231-8/+10
* * mangle.c (DECL_TEMPLATE_ID_P): Remove.samuel2000-07-301-65/+112
* * mangle.c (canonicalize_for_substitution): Return the canonicalmmitchel2000-07-021-0/+2
* in libiberty/ChangeLog:samuel2000-06-301-9/+3
* * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.mmitchel2000-06-231-6/+6
* * call.c (build_conditional_expr): Use VOID_TYPE_P.nathan2000-06-201-1/+1
* * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.mmitchel2000-06-121-38/+43
* * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as anmmitchel2000-06-111-105/+141
* Revert last patchmmitchel2000-06-091-54/+8
* * cp-tree.h (cp_tree_index): Remove Java types.mmitchel2000-06-091-8/+54
* revert mangling patchjason2000-06-091-40/+16
* * invoke.texi: Remove documentation for -fsquangle andmmitchel2000-06-081-16/+40
* * ir.texi: Correct typo.mmitchel2000-06-051-0/+9
* * Make-lang.in (CXX_SRCS): Add mangle.c.mmitchel2000-06-041-0/+2128