index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
mangle-subst-std.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit DeferredDeclsToEmit in a DFS order.
Rafael Espindola
2015-01-22
1
-2
/
+3
*
Output destructors and constructors in a more natural order.
Rafael Espindola
2013-12-09
1
-1
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-6
/
+6
*
Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen
Peter Collingbourne
2011-09-26
1
-3
/
+3
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-2
/
+2
*
Fix another regression from the "skip vtable pointer initialization"
Anders Carlsson
2011-05-16
1
-1
/
+2
*
Re-enable the fix for PR9181 now that all the edge cases are handled.
Anders Carlsson
2011-05-15
1
-1
/
+1
*
Disable the optimization until the bug noticed by Sean Hunt has been fixed.
Anders Carlsson
2011-05-15
1
-1
/
+1
*
When emitting the destructor for a class with a vtable, if we can determine
Anders Carlsson
2011-05-14
1
-1
/
+1
*
We were emitting construction v-tables with internal linkage all the time.
John McCall
2011-03-27
1
-2
/
+2
*
Make emitting a VTT a two-step process, much like emitting a VTable. You firs...
Anders Carlsson
2011-01-29
1
-3
/
+3
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-2
/
+2
*
Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...
Anders Carlsson
2011-01-24
1
-6
/
+6
*
Set unnamed_addr in VTTs.
Rafael Espindola
2011-01-11
1
-3
/
+3
*
Add unnamed_addr to vtables.
Rafael Espindola
2011-01-11
1
-3
/
+3
*
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-11
1
-2
/
+2
*
It turns out that linkers (at least, the Darwin linker) don't necessarily
John McCall
2010-08-05
1
-3
/
+3
*
Extend the hidden-visibility vtables optimization to template classes that
John McCall
2010-08-04
1
-3
/
+3
*
Don't substitute 'St' for 'std' when the namespace is nested inside another n...
Anders Carlsson
2010-06-02
1
-0
/
+10
*
Be sure to use the standard substitutions when mangling the names of
Douglas Gregor
2010-05-26
1
-3
/
+41
*
PR6400: Handle an extreme edge case in mangling correctly.
Eli Friedman
2010-02-23
1
-0
/
+6
*
Revert the ctor/dtor alias optimization for now; the buildbots can detect
John McCall
2010-02-18
1
-2
/
+1
*
Emit complete constructors and destructors as aliases to base constructors
John McCall
2010-02-17
1
-1
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Mangle basic_ostream and basic_iostream specializations.
Anders Carlsson
2009-12-07
1
-0
/
+8
*
Correctly mangle the 'std' namespace inside extern "C++" blocks.
Anders Carlsson
2009-12-04
1
-0
/
+10
*
Mangle std::basic_ostream<char, std::char_traits<char>> as So.
Anders Carlsson
2009-10-08
1
-3
/
+10
*
Remove PR5061 workaround.
Anders Carlsson
2009-09-29
1
-6
/
+2
*
Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >...
Anders Carlsson
2009-09-27
1
-3
/
+12
*
Mangle ::std::basic_string as Sb.
Anders Carlsson
2009-09-26
1
-1
/
+10
*
Mangle ::std::allocator as Sa.
Anders Carlsson
2009-09-26
1
-0
/
+9
*
Substitute "::std::" as "St".
Anders Carlsson
2009-09-26
1
-0
/
+9