aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-subst-std.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-6/+6
2011-09-26Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne1-3/+3
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-2/+2
2011-05-16Fix another regression from the "skip vtable pointer initialization"Anders Carlsson1-1/+2
2011-05-15Re-enable the fix for PR9181 now that all the edge cases are handled.Anders Carlsson1-1/+1
2011-05-15Disable the optimization until the bug noticed by Sean Hunt has been fixed.Anders Carlsson1-1/+1
2011-05-14When emitting the destructor for a class with a vtable, if we can determineAnders Carlsson1-1/+1
2011-03-27We were emitting construction v-tables with internal linkage all the time.John McCall1-2/+2
2011-01-29Make emitting a VTT a two-step process, much like emitting a VTable. You firs...Anders Carlsson1-3/+3
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-2/+2
2011-01-24Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson1-6/+6
2011-01-11Set unnamed_addr in VTTs.Rafael Espindola1-3/+3
2011-01-11Add unnamed_addr to vtables.Rafael Espindola1-3/+3
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-2/+2
2010-08-05It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall1-3/+3
2010-08-04Extend the hidden-visibility vtables optimization to template classes thatJohn McCall1-3/+3
2010-06-02Don't substitute 'St' for 'std' when the namespace is nested inside another n...Anders Carlsson1-0/+10
2010-05-26Be sure to use the standard substitutions when mangling the names ofDouglas Gregor1-3/+41
2010-02-23PR6400: Handle an extreme edge case in mangling correctly.Eli Friedman1-0/+6
2010-02-18Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall1-2/+1
2010-02-17Emit complete constructors and destructors as aliases to base constructorsJohn McCall1-1/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-07Mangle basic_ostream and basic_iostream specializations.Anders Carlsson1-0/+8
2009-12-04Correctly mangle the 'std' namespace inside extern "C++" blocks.Anders Carlsson1-0/+10
2009-10-08Mangle std::basic_ostream<char, std::char_traits<char>> as So.Anders Carlsson1-3/+10
2009-09-29Remove PR5061 workaround.Anders Carlsson1-6/+2
2009-09-27Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >...Anders Carlsson1-3/+12
2009-09-26Mangle ::std::basic_string as Sb.Anders Carlsson1-1/+10
2009-09-26Mangle ::std::allocator as Sa.Anders Carlsson1-0/+9
2009-09-26Substitute "::std::" as "St".Anders Carlsson1-0/+9