summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+3
* Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka2017-09-211-7/+1
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-201-1/+7
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-3/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+3
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-3/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+3
* Fix broken links to the Itanium CXX ABIVlad Tsyrklevich2017-09-121-1/+1
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+4
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-4/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+4
* Fix off-by-one error in block mangling.Richard Smith2017-09-071-0/+4
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-10/+59
* Fix mangling for dependent "type { expr-list }" expressions, and add mangling...Richard Smith2017-08-231-1/+31
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* Fix for Itanium mangler issue with templatesDmitry Polukhin2017-06-141-0/+2
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* Mangle __unaligned in Itanium ABIRoger Ferrer Ibanez2017-06-021-6/+16
* Avoid assert when a non-static member function is qualified with __unalignedRoger Ferrer Ibanez2017-04-191-1/+3
* [APInt] Remove references to integerPartWidth and integerPart outside of APFl...Craig Topper2017-03-301-3/+2
* [OpenCL] Fix type compatibility check and generic AS mangling.Anastasia Stulova2017-03-101-1/+3
OpenPOWER on IntegriCloud