summaryrefslogtreecommitdiffstats
path: root/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r354633:upstream/release_80Tom Stellard2019-06-261-2/+5
* [MS] Mangle return adjusting thunks with the public access specifierReid Kleckner2018-12-261-6/+12
* Update Microsoft name mangling scheme for exception specifiers in the type sy...Reid Kleckner2018-12-171-11/+18
* Add AddressSpace mangling to MS modeErich Keane2018-12-141-1/+71
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+1
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-1/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+1
* [AST] Fix typo in MicrosoftMangleShoaib Meenai2018-11-141-29/+29
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+5
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-5/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+5
* AST: extend MS decoration handling for extended vectorsSaleem Abdulrasool2018-10-281-12/+14
* Revert r345330 "Add MS ABI mangling for operator<=>."Hans Wennborg2018-10-261-2/+9
* Add MS ABI mangling for operator<=>.Richard Smith2018-10-251-9/+2
* [AST] Revert mangling changes from r339428Shoaib Meenai2018-10-041-10/+9
* AST: add missing ObjC extensions to MS style name decorationSaleem Abdulrasool2018-09-281-3/+30
* ms: Insert $$Z in mangling between directly consecutive parameter packs.Nico Weber2018-09-081-3/+10
* [MS ABI] Fix mangling issue with dynamic initializer stubs.Zachary Turner2018-08-301-2/+5
* [MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner2018-08-171-3/+38
* Add a stub mangling for ObjC selectors in the Microsoft ABI.David Chisnall2018-08-141-2/+8
* Add Windows support for the GNUstep Objective-C ABI V2.David Chisnall2018-08-101-9/+10
* wrap to 80 cols, no behavior changeNico Weber2018-08-011-7/+9
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ms] Fix mangling of vector types in QMM_Result contexts.Nico Weber2018-07-231-1/+25
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+10
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-10/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+10
* [ms] Fix mangling of string literals used to initialize arrays larger or smal...Hans Wennborg2018-07-061-21/+23
* [ms] Fix mangling of char16_t and char32_t to be compatible with MSVC.Nico Weber2018-07-021-10/+10
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* [MS ABI] Mangle unnamed empty enums (PR37723)Hans Wennborg2018-06-111-4/+6
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+6
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-6/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+6
* Fix null MSInheritanceAttr deref in CXXRecordDecl::getMSInheritanceModel()Reid Kleckner2018-05-311-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Fix bogus MSVC char8_t mangling.Richard Smith2018-05-011-1/+1
* Add Microsoft Mangling for OpenCL Half TypeErich Keane2018-05-011-2/+5
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* Add Microsoft mangling for _Float16Erich Keane2018-04-171-0/+3
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* CodeGenCXX: support PreserveMostCC in MS ABISaleem Abdulrasool2018-04-021-0/+1
* Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocationReid Kleckner2018-04-021-15/+9
* Revert r328845, it caused crbug.com/827810.Nico Weber2018-03-311-9/+15
* Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFCReid Kleckner2018-03-291-15/+9
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-26/+26
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* AST: support ObjC lifetime qualifiers in MS ABISaleem Abdulrasool2018-02-091-5/+60
* AST: support SwiftCC on MS ABISaleem Abdulrasool2018-02-071-3/+3
* AST: support protocol conformances on id/class/interfaces in MS ABISaleem Abdulrasool2018-01-261-3/+30