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