index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenCXX
/
mangle-subst-std.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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