summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg2013-11-151-0/+15
* Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoftTimur Iskhodzhanov2013-11-061-15/+56
* Rename some functions for consistency.Rafael Espindola2013-10-171-1/+1
* On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola2013-10-161-22/+5
* Reland 192220 "Abstract out parts of thunk emission code, add support for sim...Timur Iskhodzhanov2013-10-091-25/+61
* Revert 192220 as it fails on an assertionTimur Iskhodzhanov2013-10-081-61/+25
* Abstract out parts of thunk emission code, add support for simple thunks when...Timur Iskhodzhanov2013-10-081-25/+61
* [ms-cxxabi] Fix the calling convention for operator new in recordsReid Kleckner2013-10-081-3/+1
* Simplify MicrosoftCXXNameMangler::mangleFunctionTypeTimur Iskhodzhanov2013-10-041-19/+17
* Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov2013-10-031-63/+43
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-4/+17
* Remove unused param from MicrosoftMangle::mangleCallingConvention()Reid Kleckner2013-09-251-4/+3
* Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""David Majnemer2013-09-171-3/+9
* Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"David Majnemer2013-09-171-9/+3
* [-cxx-abi microsoft] Mangle local TagDecls appropriatelyDavid Majnemer2013-09-171-3/+9
* [-cxx-abi microsoft] Correctly identify Win32 entry pointsDavid Majnemer2013-09-161-25/+10
* [-cxx-abi microsoft] Mangle user defined entry points properlyDavid Majnemer2013-09-131-2/+25
* [-cxx-abi microsoft] Mangle declarations inside extern "C"David Majnemer2013-09-131-33/+76
* [-cxx-abi microsoft] Canonicalize array parameters betterDavid Majnemer2013-09-111-27/+23
* [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner2013-09-101-6/+22
OpenPOWER on IntegriCloud