Age | Commit message (Expand) | Author |
2009-10-11 | Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of Qu... | Anders Carlsson |
2009-10-08 | Mangle std::basic_ostream<char, std::char_traits<char>> as So. | Anders Carlsson |
2009-10-07 | Mangle anonymous structs/unions correctly. Fixes PR5139. | Anders Carlsson |
2009-10-07 | Add a MangleContext and pass it to all mangle functions. It will be used for ... | Anders Carlsson |
2009-10-06 | When mangling names, always use the canonical decl. Fixes PR5144. | Anders Carlsson |
2009-10-01 | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall |
2009-09-27 | Mangle dependent name expressions. Fixes PR5063. | Anders Carlsson |
2009-09-27 | Use mangleTemplatePrefix when we know that we're mangling a nested template n... | Anders Carlsson |
2009-09-27 | Look for substitutions when mangling TypenameTypes. | Anders Carlsson |
2009-09-27 | Better template parameter type mangling. | Anders Carlsson |
2009-09-27 | Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >... | Anders Carlsson |
2009-09-26 | Mangle ::std::basic_string as Sb. | Anders Carlsson |
2009-09-26 | Mangle ::std::allocator as Sa. | Anders Carlsson |
2009-09-26 | Handle substitutions in mangleTemplatePrefix. | Anders Carlsson |
2009-09-26 | Substitute "::std::" as "St". | Anders Carlsson |
2009-09-26 | Don't crash when trying to mangle function templates. | Anders Carlsson |
2009-09-26 | mangleTemplatePrefix and mangleUnscopedTemplateName should take a TemplateDecl. | Anders Carlsson |
2009-09-26 | Mangle record types as decls. | Anders Carlsson |
2009-09-26 | Change isTemplate to return the actual template declaration. | Anders Carlsson |
2009-09-26 | Improve mangling of typename types. | Anders Carlsson |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-22 | CXXMethodDecls should always be mangled, even if they are inside an extern "C... | Anders Carlsson |
2009-09-22 | Don't assert that linkage decls are always C++, it's not true. Fixes PR5019. | Anders Carlsson |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-21 | Start mangling expressions. | Anders Carlsson |
2009-09-18 | More mangling work. | Anders Carlsson |
2009-09-18 | Make the mangler conform even better to the grammar. | Anders Carlsson |
2009-09-18 | More mangler mangling. | Anders Carlsson |
2009-09-18 | Call mangleTemplatePrefix. | Anders Carlsson |
2009-09-18 | Change manglePrefix to return early if the DC is the translation unit. | Anders Carlsson |
2009-09-18 | More mangling goodness. | Anders Carlsson |
2009-09-18 | Handle mangling of TemplateSpecializationType. | Anders Carlsson |
2009-09-17 | Ignore extern "C++" { } when mangling. | Anders Carlsson |
2009-09-17 | Revert r82123 for now. | Anders Carlsson |
2009-09-17 | Treat an unqualified RecordType as a RecordDecl when substituting. | Anders Carlsson |
2009-09-17 | Substitution for prefixes. | Anders Carlsson |
2009-09-17 | Substitute unscoped template names. | Anders Carlsson |
2009-09-17 | Add mangleSubstitution/addSubstitution variants that take a NamedDecl. | Anders Carlsson |
2009-09-17 | When mangling function template specialization, mangle the type encoding of t... | Anders Carlsson |
2009-09-17 | Add new functions to the mangler for the <unscoped-name> and <unscoped-templa... | Anders Carlsson |
2009-09-17 | Add basic substitution to the C++ mangler. It currently only looks at types. | Anders Carlsson |
2009-09-12 | We can't have ctors in the vtable (right Doug?) :-) | Mike Stump |
2009-09-12 | Remove unnecessary ASTContext parameters from isMain and isExternC | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-07 | Refine vcall offsets. Cleanups. WIP. | Mike Stump |
2009-09-05 | Overhaul the mangler to use a visitor pattern, at least for types. We can sa... | John McCall |
2009-09-05 | Install thunks later to fixup overrides. Track space taken by vbase | Mike Stump |
2009-09-05 | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall |
2009-09-02 | Add mangling for covariant thunks. | Mike Stump |
2009-09-02 | Shorten name. | Mike Stump |