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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the target address space value when mangling names.
Tanya Lattner
2013-02-08
1
-0
/
+3
*
Provide the correct mangling and linkage for certain unnamed nested classes.
David Blaikie
2012-11-14
1
-1
/
+21
*
Revert r163829. The world (or libstdc++, at least) is not ready.
Richard Smith
2012-09-13
1
-2
/
+2
*
Remove speculative fix for C++ core issue 1407, since it was resolved as NAD.
Richard Smith
2012-09-13
1
-2
/
+2
*
Per discussion on cxx-abi-dev, don't drop leading zeroes from the
John McCall
2012-01-30
1
-0
/
+8
*
constexpr: converted constant expression handling for enumerator values, case
Richard Smith
2012-01-18
1
-3
/
+0
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Fix PR10531. Attach an initializer to anonymous unions, since the default con...
Richard Smith
2011-09-18
1
-11
/
+0
*
Improve name mangling for instantiation-dependent types that are not
Douglas Gregor
2011-07-12
1
-0
/
+9
*
Implement name mangling for sizeof...(function parameter pack).
Douglas Gregor
2011-07-12
1
-0
/
+10
*
Mangle dependent template names of unknown arity
Douglas Gregor
2011-07-12
1
-0
/
+13
*
Implement the Itanium C++ ABI's mangling rule for
Douglas Gregor
2011-07-12
1
-0
/
+16
*
Allow us to compute linkage et al for instantiation-dependent types.
Douglas Gregor
2011-07-11
1
-0
/
+8
*
Just mangle substituted template parameter types as unresolved types.
John McCall
2011-07-01
1
-0
/
+32
*
Introduce the notion of instantiation dependence into Clang's AST. A
Douglas Gregor
2011-07-01
1
-0
/
+19
*
Change the mangling of enclosing template template parameters
John McCall
2011-07-01
1
-3
/
+1
*
Be more thorough about mangling unresolved types.
John McCall
2011-06-28
1
-0
/
+42
*
Fix the mangling of dependent-scope decl ref expressions so that they
John McCall
2011-06-21
1
-5
/
+5
*
Type prefixes of unresolved-names should only be mangled as unresolved-types
John McCall
2011-05-04
1
-4
/
+39
*
t/clang/type-traits
John Wiegley
2011-04-27
1
-10
/
+10
*
GCC seems to create address-of expression manglings when passing *any*
John McCall
2011-04-24
1
-0
/
+12
*
Update the mangler for some of the "new" unresolved-name manglings.
John McCall
2011-04-24
1
-7
/
+10
*
The ABI settled on mangling float literals with lowercase hex dumps.
John McCall
2011-04-24
1
-1
/
+1
*
File-scope static functions need to be mangled with 'L' so that
John McCall
2011-03-22
1
-1
/
+15
*
When mangling a qualified array type, push the qualifiers down to the
John McCall
2011-01-26
1
-0
/
+12
*
Mangle std::nullptr_t as specified by the Itanium C++ ABI.
Anders Carlsson
2010-11-04
1
-0
/
+5
*
Fix a crash mangling decayed val argument-typed function.
Fariborz Jahanian
2010-11-02
1
-0
/
+6
*
Mangle explicit template arguments in dependent or overloaded names.
John McCall
2010-08-20
1
-3
/
+42
*
Contextual arity is a feature of mangling expressions; kill off
John McCall
2010-08-18
1
-0
/
+28
*
Whoops. Don't fall through into the overload case when mangling a
John McCall
2010-08-17
1
-0
/
+17
*
Don't crash when mangling empty anonymous unions. We never actually *need*
John McCall
2010-08-05
1
-0
/
+11
*
Mangle enum constant expressions. Fixes rdar://problem/8204122
John McCall
2010-07-24
1
-0
/
+11
*
Fix mangling for static member variables of classes inside an extern "C"
Eli Friedman
2010-07-18
1
-0
/
+11
*
Fix the mangling of template template arguments, which do not always
John McCall
2010-07-14
1
-1
/
+12
*
Correctly mangle unsigned integer literals where the high bit is set.
Anders Carlsson
2010-06-02
1
-0
/
+7
*
Correctly mangle variadic functions that don't have any other parameters.
Anders Carlsson
2010-06-02
1
-0
/
+12
*
Provide manglings for bool and character literal expressions. These are
John McCall
2010-04-09
1
-0
/
+9
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Correctly mangle dependent TypenameType.
Rafael Espindola
2010-03-17
1
-0
/
+15
*
Give explicit template instantiations weak ODR linkage. Former
Douglas Gregor
2010-03-13
1
-10
/
+10
*
Re-revert the explicit template instantiation linkage patch. I am beginning t...
Douglas Gregor
2010-03-13
1
-8
/
+8
*
Reinstate patch to turn explicit template instantiations into weak symbols
Douglas Gregor
2010-03-13
1
-8
/
+8
*
Revert the linkage change for explicit template instantiations; something is ...
Douglas Gregor
2010-03-12
1
-8
/
+8
*
Give explicit template instantiations weak linkage (but don't defer
Douglas Gregor
2010-03-12
1
-8
/
+8
*
Correctly mangle address of member in template arguments. Fixes PR6460
Rafael Espindola
2010-03-11
1
-0
/
+39
*
Split out types that are non-canonical unless dependent as their own
John McCall
2010-03-01
1
-1
/
+39
*
The latest draft uses 'dt' to mangle member expressions, and now so do we.
John McCall
2010-03-01
1
-1
/
+1
*
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
*
Only append 'L' for internal variable declarations, not all declarations. (Fo...
Anders Carlsson
2010-02-06
1
-0
/
+4
[next]