summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* call.c (build_op_delete_call): Test user-visible type against size_type_node...Roger Sayle2006-11-041-4/+0
* re PR c++/28588 (static private function)Mark Mitchell2006-08-261-0/+6
* re PR c++/28051 (ICE on invalid conversion operator)Lee Millward2006-06-251-0/+3
* Fix up whitespacingMike Stump2006-06-061-5/+2
* typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward2006-02-031-1/+1
* * mangle.c: Comment fix.Ben Elliston2006-01-311-1/+1
* Fixes java/PR9861Terry Laurenzo2005-12-111-2/+24
* decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis2005-12-021-1/+1
* re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell2005-10-161-4/+5
* re PR c++/16171 ([ABI] Problems with standard names in different namespaces)Bastian Blank2005-09-131-4/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Canonicalize whitespace.Mike Stump2005-06-151-112/+112
* Remove extra white spacing at end of lines.Mike Stump2005-06-141-112/+112
* decl.c (start_decl): Simplify specialization handling.Nathan Sidwell2005-06-021-6/+11
* invoke.texi: Remove documentation for MIPS' -mint64 option.Richard Sandiford2005-05-071-5/+4
* mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*.Kazu Hirata2005-05-071-11/+11
* * friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata2005-05-031-1/+2
* class.c (local_classes, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-021-1/+1
* mangle.c (write_builtin_type): Handle integer types which are not one of the ...Markus F.X.J. Oberhumer2005-04-241-5/+25
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher2005-03-241-4/+4
* call.c, [...]: Fix comment typo(s).Volker Reichelt2005-02-241-1/+1
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-2/+2
* DR 49, 100Giovanni Bajo2004-11-041-10/+10
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-2/+2
* re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined)Mark Mitchell2004-09-151-3/+51
* class.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell2004-08-301-64/+64
* call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell2004-08-271-6/+4
* * mangle.c (get_identifier_nocopy): Add cast.Mark Mitchell2004-08-251-1/+1
* cp-tree.h (mangle_type): Remove.Mark Mitchell2004-08-251-39/+59
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-3/+3
* call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-08-161-4/+4
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-3/+3
* mangle.c (write_expression): Issue a sorry for zero-operand functional casts.Mark Mitchell2004-07-181-1/+7
* re PR c++/16240 (g++ generates incorrect mangled name)Mark Mitchell2004-07-021-4/+12
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-2/+2
* hooks.c (hook_constcharptr_tree_null): New hook.Ziemowit Laski2004-03-241-0/+13
* re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)Giovanni Bajo2004-02-261-2/+2
* re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell2004-02-171-0/+1
* re PR c++/13883 (Assembler messages: symbol is already defined)Mark Mitchell2004-01-291-3/+14
* Make-lang.in, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka2004-01-161-1/+1
* re PR c++/9043 ([ABI] incorrect name mangling for array dimension in template...Nathan Sidwell2003-12-161-1/+14
* re PR c++/13242 ([ABI] Incorrect mangling of template reference parameters)Nathan Sidwell2003-12-161-24/+26
* re PR c++/13241 ([ABI] Incorrect mangling of template arguments)Nathan Sidwell2003-12-151-36/+55
* ChangeLog: Fix typos.Kazu Hirata2003-12-131-1/+1
* mangle.c (conv_type_names): Holds IDENTIFIER_NODEs only.Nathan Sidwell2003-12-111-21/+24
* Give the anonymous namespace a null DECL_NAME.Jason Merrill2003-12-081-0/+2
* re PR c++/11962 (ICE in type_dependent_expression on omitted second operand t...Mark Mitchell2003-10-221-1/+15