summaryrefslogtreecommitdiffstats
path: root/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+6
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-3/+0
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+6
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+11
* Fix actually-reachable llvm_unreachable.Richard Smith2017-01-201-2/+1
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+2
* Update manglings for C++17 noexcept function types to match Jason Merrill'sRichard Smith2016-11-031-3/+3
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-1/+19
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-0/+34
* Fix bug where one of the cases where we mangle a <bare-unresolved-name> failedRichard Smith2016-10-241-25/+31
* Fix mangling of implicit calls to operator-> to only include a single "pt",Richard Smith2016-10-241-1/+4
* Fix PR30440: Initialize FunctionTypeDepth in CXXNameManglerAlex Lorenz2016-10-061-4/+4
* PR30401: Fix substitutions for functions with abi_tagDmitry Polukhin2016-09-211-2/+18
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+1
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-11/+14
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-2/+18
* Fix some minor issues found by Coverity.Richard Smith2016-07-181-1/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+1
* [ItaniumMangle] Correctly mangle BuiltinTemplateDeclsDavid Majnemer2016-07-121-1/+6
* [GCC] PR23529 Mangler part of attrbute abi_tag supportDmitry Polukhin2016-06-301-81/+408
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-1/+1
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-9/+39
* Delete dead code.Rafael Espindola2016-06-211-7/+0
* [ItaniumMangle] Mangle dependent __underlying_type correctlyDavid Majnemer2016-06-081-1/+1
* Fix mangled name of method with ns_consumed parameters.Nico Weber2016-05-251-3/+3
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-1/+7
* PR27549: fix bug that resulted in us giving a translation-unit-scope variable aRichard Smith2016-04-291-1/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-7/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-1/+7