summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* Index: testsuite/ChangeLogGeoffrey Keating2003-04-031-1/+2
* re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612)Mark Mitchell2003-02-201-4/+11
* call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-4/+4
* cp-tree.h (THUNK_TARGET): New macro.Nathan Sidwell2002-12-301-11/+11
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-25/+62
* re PR c++/8389 (Access to members of base class & templates)Kriang Lerdsuwanakij2002-11-091-3/+2
* mangle.c (write_expression): Correct handling of enumeration constants.Mark Mitchell2002-10-171-3/+13
* decl.c (reshape_init): Fix typo.Mark Mitchell2002-10-151-17/+115
* re PR c++/8006 (ice in mangle_conv_op_name_for_type boost regression)Mark Mitchell2002-10-041-35/+72
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-10/+10
* error.c: Fix comment formatting.Kazu Hirata2002-09-141-9/+9
* error.c (print_whitespace): Remove.Neil Booth2002-07-251-9/+0
* re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof)Mark Mitchell2002-07-021-0/+7
* mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2002-06-211-1/+1
* C++ ABI changes.Jason Merrill2002-06-181-1/+10
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-2/+2
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ...Mark Mitchell2002-04-251-8/+13
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-1/+1
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-1/+2
* re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell2002-03-201-4/+41
* re PR c++/4377 (more errors with multiple non-type template parameters)Jason Merrill2002-03-181-9/+10
* Fix last commit.Richard Sandiford2002-03-131-2/+5
* mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a...Richard Sandiford2002-03-131-5/+10
* ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE.Jason Merrill2002-02-191-18/+12
* fix typoJason Merrill2002-02-011-1/+1
* call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues2002-01-231-13/+13
* mangle.c (MANGLE_TRACE): Add parenthesis.Graham Stott2002-01-081-5/+5
* tree-dump.c: Rename from c-dump.c.Bryce McKinlay2001-11-221-2/+2
* mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E...Kriang Lerdsuwanakij2001-11-181-5/+19
* cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij2001-10-231-1/+3
* collect2.c (main): Const-ification.Kaveh R. Ghazi2001-09-151-5/+1
* call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill2001-07-251-1/+19
* Remove old-abi remnants.Nathan Sidwell2001-07-211-10/+9
* mangle.c (write_chars): New macro.Nathan Sidwell2001-04-261-29/+107
* cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell2001-04-191-8/+6
* cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.Mark Mitchell2001-04-161-1/+18
* mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'.Jakub Jelinek2001-03-231-4/+1
* decl.c (local_names): Define.Jakub Jelinek2001-03-231-10/+11
* mangle.c (mangle_decl_string): Mangle the names of overloaded operators, even...Mark Mitchell2001-03-211-0/+2
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-2/+15
* mangle.c (write_encoding): Pass write_function_type the FUNCTION_DECL for the...Mark Mitchell2001-02-221-22/+43
* mangle.c (write_mangled_name, [...]): Mangle overloaded operators even in "C"...Jakub Jelinek2001-01-251-3/+12
* * mangle.c (write_builtin_type): Fix thinko.Mark Mitchell2001-01-111-2/+2
* decl2.c (acceptable_java_type): Allow references too.Alexandre Petit-Bianco2001-01-101-2/+37
* mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill2000-12-041-5/+17
* mangle.c (mangle_conv_op_name_for_type): Don't use `__op' prefix.Mark Mitchell2000-11-221-11/+3
* mangle.c (write_name): Use <unscoped-name> for names directly in function scope.Alex Samuel2000-11-211-4/+12
* decl.c (grokparms): Don't even function types of `void' type, either.Mark Mitchell2000-11-191-0/+3
* mangle.c (write_special_name_constructor): Don't generate assembler junk when...Mark Mitchell2000-11-161-6/+22