summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-28/+26
* MS ABI: Disambiguate the manglings for global guard variablesDavid Majnemer2014-03-061-5/+9
* MS ABI: Fix the initializer/finalizer mangling for static data membersDavid Majnemer2014-03-061-0/+4
* MS ABI: Mangle lambdasDavid Majnemer2014-03-051-1/+32
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-135/+147
* MS ABI: Mangle variable templates properlyDavid Majnemer2014-03-041-1/+7
* MS ABI: Refactor extended qualifiersDavid Majnemer2014-02-181-29/+32
* MS ABI: Add support for mangling __restrictDavid Majnemer2014-02-181-9/+14
* MS ABI: Use the most recent decl to check the inheritance modelReid Kleckner2014-02-081-3/+4
* MS ABI: Handle indirect field decls in template argsDavid Majnemer2014-02-061-6/+7
* MS ABI: Tweak pointer-to-member mangling/inheritance model selectionDavid Majnemer2014-02-061-31/+24
* Fix -Wunused-variable 'FD' by using it instead of ND when they're equal but FDNick Lewycky2014-02-051-2/+2
* MS ABI: Fix mangling of static methods and function referencesReid Kleckner2014-02-051-4/+9
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-051-14/+168
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* MSVC ABI: Support C++11's auto on variablesDavid Majnemer2014-01-211-1/+3
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-3/+4
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* [-cxx-abi microsoft] Remove trailing spaces from the manglerDavid Majnemer2013-12-131-16/+16
* [-cxx-abi microsoft] Add commentary for mangleStaticGuardVariableDavid Majnemer2013-12-131-0/+9
* Revert "[-cxx-abi microsoft] Mangle reference temporaries"David Majnemer2013-12-131-3/+4
* [-cxx-abi microsoft] Mangle reference temporariesDavid Majnemer2013-12-121-4/+3
* [-cxx-abi microsoft] Mangle large integral constants correctlyDavid Majnemer2013-12-091-43/+40
* [-cxx-abi microsoft] Properly mangle enumsDavid Majnemer2013-12-091-4/+2
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-3/+3
* [-cxx-abi microsoft] Create backrefs for <unnamed-type-`id'>David Majnemer2013-11-251-14/+16
* Add a mangler entry point for TBAA rather than using RTTI directlyReid Kleckner2013-11-191-0/+9
OpenPOWER on IntegriCloud