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