aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-11/+7
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+11
2015-09-22Disconnect -Wabi=<n> from -fabi-compat-version=<n>.Jason Merrill1-21/+35
2015-09-14re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-21/+24
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-06re PR c++/67130 (ICE: tree check: expected identifier_node, have template_dec...Jason Merrill1-1/+3
2015-08-01re PR bootstrap/66521 (xgcc: cc1plus segfaults when compiling libstdc++-v3/sr...Caroline Tice1-0/+8
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-8/+10
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-opts.c (c_common_post_options): Highest ABI level is now 10.Jason Merrill1-3/+3
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-2/+1
2015-06-26re PR c++/66067 (tree check ICE: accessed elt 1 of tree_vec with 0 elts in wr...Jason Merrill1-2/+3
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-03re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-17/+43
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-3/+68
2015-05-24re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)Jan Hubicka1-1/+14
2015-05-09decl2.c (mangling_aliases): New variable.Jason Merrill1-24/+1
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-23/+59
2015-02-12re PR c++/64898 (qtgui-4.8.6 build error)Jason Merrill1-1/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR c++/63942 (constexpr conflicts with previous declaration)Jason Merrill1-5/+7
2014-11-21re PR c++/63942 (constexpr conflicts with previous declaration)Jason Merrill1-2/+25
2014-11-21re PR c++/63849 ([c++11] ICE on variadic alias template with wrappers)Jason Merrill1-2/+1
2014-11-20re PR c++/63658 (Using class reference as template parameter causes compilati...Jason Merrill1-0/+2
2014-11-14mangle.c (find_substitution): Look for abi_tag on class templates.Jonathan Wakely1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-2/+3
2014-10-13Cast size and elements to long for %lH.J. Lu1-1/+2
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-14/+21
2014-09-26mangle.c (is_std_substitution): Check for abi_tag.Jason Merrill1-34/+31
2014-09-19re PR c++/61392 (internal compiler error: in write_template_arg_literal, at c...Jason Merrill1-3/+8
2014-08-23Allow non-constexpr variable templates.Jason Merrill1-0/+2
2014-08-15re PR c++/61566 (ICE in write_unscoped_name)Jason Merrill1-1/+0
2014-08-15re PR c++/61566 (ICE in write_unscoped_name)Jason Merrill1-0/+1
2014-07-24IPA C++ refactoring 2/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-06-30re PR c++/61566 (ICE in write_unscoped_name)Jason Merrill1-0/+4
2014-06-12Support -Wabi warning about backward compatibility.Jason Merrill1-55/+85
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-95/+26
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-1/+5
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-1/+1
2014-05-14cp-tree.h (DIRECT_LIST_INIT_P): Add.Paolo Carlini1-2/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-15/+10
2014-04-15decl.c (duplicate_decls): Remove redundant TYPE_NAME use.Paolo Carlini1-1/+1
2014-04-01re PR c++/60642 (Unclear diagnostic with invalid use of abi_tag attribute on ...Jason Merrill1-6/+17