summaryrefslogtreecommitdiffstats
path: root/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-1/+23
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-1/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+1
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-1/+4
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-1/+2
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mingw] Don't mangle thiscall like fastcall etcReid Kleckner2018-12-211-2/+8
* Mangle calling conventions into function pointer types where GCC doesReid Kleckner2018-12-141-5/+10
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-3/+2
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-2/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-3/+2
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+1
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+6
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-6/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+6
* Create ConstantExpr classBill Wendling2018-10-311-0/+4
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-0/+1
* NFC: Remove MANGLE_CHECKER from ItaniumMangle.cppErik Pilkington2018-10-231-17/+0
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-2/+2
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-4/+2
* Remove trailing spaceFangrui Song2018-07-301-68/+68
* [MinGW] Automatically mangle Windows-specific entry points as CMartin Storsjo2018-07-161-0/+12
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+44
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-38/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+38
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-2/+4
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-4/+2
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+7
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-7/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+7
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-2/+2
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+3
* [ItaniumMangle] Undeduced auto type shouldn't be substitutable.Erik Pilkington2018-04-281-11/+16
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-1/+0
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [MS] Pass CVRU qualifiers properly in Itanium manglerReid Kleckner2018-03-081-1/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-2/+1
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-0/+3
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-1/+1
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-131-4/+7
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* Dependent Address Space SupportAndrew Gozillon2017-10-021-8/+36
* DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith2017-09-221-1/+7
* Fix unused variable warning. NFCI.Simon Pilgrim2017-09-221-2/+1
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-221-1/+7