summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-181-0/+10
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-1/+1
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-1/+1
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+11
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-171-3/+14
* Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"Nico Weber2019-10-161-14/+3
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-161-3/+14
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-1/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* [ItaniumMangle] Fix mangling of GNU __null in an expression to match GCCJames Clarke2019-10-081-2/+5
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-1/+1
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-021-2/+2
* Fix crash mangling an explicit lambda non-type template parameter packRichard Smith2019-09-101-1/+2
* Update comment for <template-param-decl> mangling to match extended mangling ...Richard Smith2019-09-061-0/+1
* [c++20] Fix some ambiguities in our mangling of lambdas with explicitRichard Smith2019-09-051-28/+75
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+9
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...Fangrui Song2019-07-091-21/+10
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+1
* Fix crash and rejects-valid when a later template parameter or defaultRichard Smith2019-06-201-1/+1
* [OPENMP]Use host's mangling for 128 bit float types on the device.Alexey Bataev2019-06-181-6/+22
* Add curley brackets to case statement that declares a variable.Erich Keane2019-05-291-1/+2
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-31/+30
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+1
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+2
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+1
* [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
OpenPOWER on IntegriCloud