summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MS ABI: Mangle char16_t and char32_t string literalsDavid Majnemer2014-11-211-10/+7
* MS ABI: Mangle char16_t and char32_t typesDavid Majnemer2014-11-211-2/+2
* MS ABI: Correctly mangle CV qualifiers from typedefsWill Wilson2014-11-051-1/+1
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+2
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-1/+1
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-1/+1
* MS ABI: Make comment more accurateDavid Majnemer2014-10-051-1/+1
* MS ABI: Use '1' (instead of '0') relative scope discriminatorsDavid Majnemer2014-10-051-1/+1
* MS ABI: Avoid hashing back reference keys in manglerDavid Majnemer2014-09-251-17/+8
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-0/+2
* MS ABI: Update alias template mangling for VC "14" CTP 3David Majnemer2014-08-191-3/+2
* MS ABI: Mangle this qualifiers on function typesDavid Majnemer2014-08-121-9/+14
* MS ABI: Mangle lambdas which are given the same mangling numberDavid Majnemer2014-08-061-4/+1
* MS ABI: Mangle empty type parameter packs compatiblyDavid Majnemer2014-08-051-5/+18
* MS ABI: Make the alias template mangling more correctDavid Majnemer2014-08-051-1/+1
* MS ABI: Mangle alias templates used as template-template argumentsDavid Majnemer2014-07-301-3/+13
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-2/+2
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* Avoid extra back reference key lookup in msmanglerReid Kleckner2014-06-261-19/+17
* Don't go through the TypeSourceInfo when getting the SourceRange.Zachary Turner2014-06-251-3/+3
* MS ABI: Only class templates get complex nullptr pointer-to-member-functionsDavid Majnemer2014-06-111-4/+7
* MS ABI: Mangle null pointer-to-member-functions compatiblyDavid Majnemer2014-06-111-24/+25
* Fix mangling of __uuidof after two levels of template instantiationReid Kleckner2014-06-101-0/+3
* MS ABI: Simplify microsoft mangling of template instantiationsDavid Majnemer2014-06-081-28/+18
* MS-ABI: Mangle empty template parameter packs correctlyDavid Majnemer2014-06-041-4/+9
* MS-ABI: Implement user defined literalsDavid Majnemer2014-06-041-5/+2
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-5/+5
* MS ABI: Tighten RTTI manglingDavid Majnemer2014-05-131-21/+21
* MS ABI: Preliminary RTTI manglingDavid Majnemer2014-05-131-14/+69
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-11/+13
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-111-2/+2
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-1/+3
* MS ABI: Implement mangling for ref-qualifiers on methodsDavid Majnemer2014-04-231-0/+20
* MS ABI: Use range-based for loops in the manglerDavid Majnemer2014-04-231-16/+9
* MS ABI: Cleanup some egregious style violationsDavid Majnemer2014-04-231-39/+33
* Mangle the vbptr offset into pointers to member functionsReid Kleckner2014-04-071-6/+7
* MS ABI: Support mangling of return-types deducing to local typesDavid Majnemer2014-04-011-3/+12
* MS ABI: Simplify MangleByte furtherDavid Majnemer2014-04-011-6/+3
* MS ABI: Simplify endian swapping codeDavid Majnemer2014-03-311-20/+4
* MS ABI: mangleStringLiteral shouldn't rely on the host's endiannessDavid Majnemer2014-03-311-16/+38
* MS ABI: Document the '\xc1' to '\xda' manglingsDavid Majnemer2014-03-311-0/+1
* MS ABI: Correct typo in mangleStringLiteralDavid Majnemer2014-03-301-1/+1
* MS ABI: Simplify mangleTemplateArgsDavid Majnemer2014-03-301-7/+3
* MS ABI: Simplify MangleByteDavid Majnemer2014-03-301-3/+2
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-241-0/+174
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-241-174/+0
* MS ABI: Add tests, other cleanups for r204562David Majnemer2014-03-241-55/+60
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-231-0/+169
* remove a bunch of unused private methodsNuno Lopes2014-03-231-1/+0
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-5/+2
OpenPOWER on IntegriCloud