aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-03-31mangle.c (write_expression): Mangle dependent name as source-name.Jason Merrill1-7/+19
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-34/+41
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-04re PR c++/39095 (Mangling changes break ABI)Jakub Jelinek1-14/+17
2009-01-05re PR c++/38698 (ICE initializing union with initializer list)Jason Merrill1-4/+4
2008-12-21revert accidental checkinJason Merrill1-4/+4
2008-12-21re PR c++/38597 ([c++0x] ICE when auto return type function given as argument...Jason Merrill1-4/+4
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-2/+23
2008-12-10re PR c++/35319 (ICE throwing fixed-point types)Jason Merrill1-0/+54
2008-10-06PR c++/37376, other mangling issuesJason Merrill1-27/+89
2008-09-08re PR c++/37302 (function parameters are declared too late)Jason Merrill1-7/+21
2008-08-29mangle.c (write_type): Add target-specific manglings for non-fundamental type...Mark Mitchell1-0/+7
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-1/+4
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-13/+13
2008-06-21tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor1-1/+1
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey1-101/+60
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-2/+6
2008-01-31re PR c++/34935 (ICE with attribute may_alias)Douglas Gregor1-0/+3
2007-10-03re PR c++/11756 (ICE's when using typeof in template function parameter type ...Jason Merrill1-0/+4
2007-08-31mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor1-2/+3
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-6/+5
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-0/+13
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-25alpha.c (alpha_mangle_fundamental_type): Rename to...Julian Brown1-83/+88
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-0/+6
2007-05-24re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith1-2/+3
2007-05-18Index: gcc/java/ChangeLogGeoffrey Keating1-1/+1
2007-05-06Index: libiberty/ChangeLogGeoffrey Keating1-2/+16
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-1/+14
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2006-11-04call.c (build_op_delete_call): Test user-visible type against size_type_node...Roger Sayle1-4/+0
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-0/+6
2006-06-25re PR c++/28051 (ICE on invalid conversion operator)Lee Millward1-0/+3
2006-06-06Fix up whitespacingMike Stump1-5/+2
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-1/+1
2006-01-31* mangle.c: Comment fix.Ben Elliston1-1/+1
2005-12-11Fixes java/PR9861Terry Laurenzo1-2/+24
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-4/+5
2005-09-13re PR c++/16171 ([ABI] Problems with standard names in different namespaces)Bastian Blank1-4/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-112/+112
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-112/+112
2005-06-02decl.c (start_decl): Simplify specialization handling.Nathan Sidwell1-6/+11
2005-05-07invoke.texi: Remove documentation for MIPS' -mint64 option.Richard Sandiford1-5/+4
2005-05-07mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*.Kazu Hirata1-11/+11
2005-05-03* friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata1-1/+2
2005-05-02class.c (local_classes, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-04-24mangle.c (write_builtin_type): Handle integer types which are not one of the ...Markus F.X.J. Oberhumer1-5/+25