aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ItaniumMangle.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-10-30[Clang] Add and use mangleVendorType helper. NFC. (#108970)Jay Foad1-28/+24
2024-10-23 [CLANG][AArch64]Add Neon vectors for mfloat8_t (#99865)CarolineConcatto1-0/+5
2024-10-15[HLSL] Make HLSLAttributedResourceType canonical and add code paths to conver...Helena Kotas1-0/+32
2024-10-07[clang] Fix std::tm etc. mangling on Solaris (#106353)Rainer Orth1-1/+18
2024-10-03[OpenACC] Implement 'tile' attribute AST (#110999)Erich Keane1-0/+9
2024-10-02[clang][Itanium Mangle] Enable mangling of enclosing class for member… (#11...Viktoriia Bakalova1-1/+4
2024-10-01[AMDGPU] Specify width and align for all AMDGPU builtin types. NFC. (#109656)Jay Foad1-1/+1
2024-09-30[clang][ItaniumMangle] Mangle friend function templates with a constr… (#11...Viktoriia Bakalova1-1/+1
2024-09-29[ItaniumMangle] Add substitutions for record types when mangling vtables (#10...tcwzxx1-8/+12
2024-09-11[NFC][Clang][SVE] Refactor AArch64SVEACLETypes.def to enabled more uses. (#10...Paul Walker1-10/+6
2024-09-07[clang] Implement CWG2398 provisional TTP matching to class templates (#94981)Matheus Izvekov1-1/+7
2024-08-31[HLSL] Implement output parameter (#101083)Chris B1-0/+9
2024-08-29[HLSL] Add HLSLAttributedResourceType (#106181)Helena Kotas1-0/+1
2024-08-29[clang] mangle placeholder for deduced type as a template-prefix (#106335)Matheus Izvekov1-8/+4
2024-08-08[NFC] Remove unnecessary copy of Triples (#102469)Abhina Sree1-3/+1
2024-08-08[SystemZ][z/OS] __ptr32 support for z/OS (#101696)Abhina Sree1-1/+7
2024-08-08[RISCV] full support for riscv_rvv_vector_bits attribute (#100110)Vladislav Belov1-3/+23
2024-08-05[HLSL] Implement intangible AST type (#97362)Helena Kotas1-0/+6
2024-07-31[clang][NFC] Add Type::isPointerOrReferenceType() (#101206)Timm Baeder1-1/+1
2024-07-24[PAC] Define __builtin_ptrauth_type_discriminator (#100204)Akira Hatanaka1-0/+8
2024-07-15[Clang][AST] Move NamespaceDecl bits to DeclContext (#98567)Krystian Stasiowski1-1/+1
2024-07-15Revert "Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)"Haojian Wu1-15/+24
2024-07-11Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)Krystian Stasiowski1-24/+15
2024-07-10Revert "[Clang] Implement resolution for CWG1835 (#92957)"NAKAMURA Takumi1-15/+24
2024-07-09[Clang] Implement resolution for CWG1835 (#92957)Krystian Stasiowski1-24/+15
2024-06-26 [clang] Implement pointer authentication for C++ virtual functions, v-tables...Oliver Hunt1-7/+83
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-0/+1
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian1-0/+6
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-1/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+1
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane1-1/+1
2024-04-19[Clang] Fix the mangling of lambdas (#89204)cor3ntin1-9/+9
2024-04-18[clang][NFC] Fix FieldDecl::isUnnamedBitfield() capitalization (#89048)Timm Baeder1-4/+4
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-0/+5
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu1-0/+1
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na1-0/+1
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+1
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+9
2024-01-25Recommit "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-8/+17
2024-01-25Revert "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-17/+8
2024-01-25[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper1-8/+17
2024-01-22[clang] Remove `CXXNewInitializationStyle::Implicit` (#78793)Vlad Serebrennikov1-2/+2
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-2/+34
2023-11-23[RISCV] Use Float type instead of Half type for Fixed RVV vector type manglin...Jianjian Guan1-1/+1
2023-11-14Reapply "[clang] Support fixed point types in C++ (#67750)" (#69963)Leonard Chan1-3/+59
2023-11-13[Clang] Add __datasizeof (#67805)philnik7771-0/+9
2023-11-06[clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (re-land) (#71417)Vlad Serebrennikov1-2/+3
2023-11-06Revert "[clang][NFC] Refactor `CXXNewExpr::InitializationStyle`" (#71395)Vlad Serebrennikov1-3/+2
2023-11-06[clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (#71322)Vlad Serebrennikov1-2/+3
2023-11-02[clang][NFC] Refactor `clang::Linkage` (#71049)Vlad Serebrennikov1-2/+2