summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-subst-std.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-2/+3
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne2011-09-261-3/+3
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Fix another regression from the "skip vtable pointer initialization"Anders Carlsson2011-05-161-1/+2
* Re-enable the fix for PR9181 now that all the edge cases are handled.Anders Carlsson2011-05-151-1/+1
* Disable the optimization until the bug noticed by Sean Hunt has been fixed.Anders Carlsson2011-05-151-1/+1
* When emitting the destructor for a class with a vtable, if we can determineAnders Carlsson2011-05-141-1/+1
* We were emitting construction v-tables with internal linkage all the time.John McCall2011-03-271-2/+2
* Make emitting a VTT a two-step process, much like emitting a VTable. You firs...Anders Carlsson2011-01-291-3/+3
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-6/+6
* Set unnamed_addr in VTTs.Rafael Espindola2011-01-111-3/+3
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-3/+3
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-2/+2
* It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall2010-08-051-3/+3
* Extend the hidden-visibility vtables optimization to template classes thatJohn McCall2010-08-041-3/+3
* Don't substitute 'St' for 'std' when the namespace is nested inside another n...Anders Carlsson2010-06-021-0/+10
* Be sure to use the standard substitutions when mangling the names ofDouglas Gregor2010-05-261-3/+41
* PR6400: Handle an extreme edge case in mangling correctly.Eli Friedman2010-02-231-0/+6
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+1
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Mangle basic_ostream and basic_iostream specializations.Anders Carlsson2009-12-071-0/+8
* Correctly mangle the 'std' namespace inside extern "C++" blocks.Anders Carlsson2009-12-041-0/+10
* Mangle std::basic_ostream<char, std::char_traits<char>> as So.Anders Carlsson2009-10-081-3/+10
* Remove PR5061 workaround.Anders Carlsson2009-09-291-6/+2
* Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >...Anders Carlsson2009-09-271-3/+12
* Mangle ::std::basic_string as Sb.Anders Carlsson2009-09-261-1/+10
* Mangle ::std::allocator as Sa.Anders Carlsson2009-09-261-0/+9
* Substitute "::std::" as "St".Anders Carlsson2009-09-261-0/+9