aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX
AgeCommit message (Expand)AuthorFilesLines
3 days[FMV] Add "+fmv" to the target-features of versioned functions. (#116028)Alexandros Lamprineas3-12/+12
4 daysEmit constrained atan2 intrinsic for clang builtin (#113636)Tex Riddell1-8/+8
9 days[FMV][AArch64] Remove features which expose non exploitable runtime behavior....Alexandros Lamprineas1-5/+5
10 days[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker7-54/+54
2024-10-25[AMDGPU] Add a type for the named barrier (#113614)Gang Chen1-0/+10
2024-10-23[clang codegen] avoid to crash when emit init func for global variable with f...Congcong Cai1-0/+6
2024-10-21[RISCV][FMV] Remove support for negative priority (#112161)Piyou Chen2-115/+2
2024-10-18[clang] constexpr built-in abs function. (#112539)c8ef1-8/+6
2024-10-18[CLANG][AArch64]Add SVE tuple types for mfloat8_t (#112687)CarolineConcatto2-1/+155
2024-10-18[PAC] Fix address discrimination for type info vtable pointers (#102199)Daniil Kovalev29-377/+378
2024-10-17[CLANG]Add Scalable vectors for mfloat8_t (#101644)CarolineConcatto3-0/+26
2024-10-15[clang] Fix crash related to _BitInt constant split (#112218)Mariya Podchishchaeva1-0/+15
2024-10-08Recommit "[RISCV][FMV] Support target_version" (#111096)" (#111333)Piyou Chen1-0/+432
2024-10-07[FMV][AArch64][NFC] Cleanup attribute metadata from test files. (#111386)Alexandros Lamprineas3-26/+3
2024-10-07[FMV][AArch64] Unify features ssbs and ssbs2. (#110297)Alexandros Lamprineas1-5/+5
2024-10-04[Clang] Automatically enable `-fconvergent-functions` on GPU targets (#111076)Joseph Huber1-2/+2
2024-10-04Revert "[RISCV][FMV] Support target_version" (#111096)Piyou Chen1-432/+0
2024-10-04[RISCV][FMV] Support target_version (#99040)Piyou Chen1-0/+432
2024-10-02[clang][DebugInfo] Revert to printing canonical typenames for template aliase...Michael Buch1-1/+1
2024-10-02[clang][Itanium Mangle] Enable mangling of enclosing class for member… (#11...Viktoriia Bakalova1-0/+4
2024-09-30[abi] [ItaniumMangle] Remove a test case that fails due to expected r… (#11...Viktoriia Bakalova1-23/+0
2024-09-30[clang][ItaniumMangle] Mangle friend function templates with a constr… (#11...Viktoriia Bakalova1-3/+26
2024-09-29[ItaniumMangle] Add substitutions for record types when mangling vtables (#10...tcwzxx1-0/+27
2024-09-26[clang][CodeGen][SPIR-V] Fix incorrect SYCL usage, implement missing interfac...Alex Voicu11-52/+56
2024-09-25[clang][bytecode] Override InConstantContext flag for immediate calls (#109967)Timm Baeder1-0/+8
2024-09-25Mark tests as unsupported when targeting z/OS (#107916)Sean Perry1-2/+3
2024-09-24Fix compatibility version in test (#97128)Richard Smith1-26/+26
2024-09-23[DebugInfo] Correct the line attribution for IF branches (#108300)Paul T Robinson1-0/+45
2024-09-21[clang][bytecode] Diagnose weak reads in final load (#109515)Timm Baeder1-0/+1
2024-09-20[FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (#108024)Alexandros Lamprineas1-28/+27
2024-09-13[Clang][SVE] Change LLVM representation of ACLE tuple types to be struct base...Paul Walker2-380/+1520
2024-09-13[RISCV][FMV] Support target_clones (#85786)Piyou Chen1-0/+439
2024-09-12[clang][bytecode] Implement base casts on integral pointers (#108340)Timm Baeder1-1/+1
2024-09-05[clang] Check inline defs when emitting speculative vtable (#100785)Fabian Parzefall1-7/+18
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye4-27/+27
2024-09-04[MS] Put dllexported inline global initializers in a comdat (#107154)Reid Kleckner1-3/+2
2024-09-04[DebugInfo] Make a test more robust (#106463)Paul T Robinson1-1/+2
2024-08-29[clang] mangle placeholder for deduced type as a template-prefix (#106335)Matheus Izvekov1-0/+12
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka4-27/+27
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye4-27/+27
2024-08-26[clang] Add support for omitting only global destructors (#104899)Shoaib Meenai2-3/+8
2024-08-25[clang-cl] [AST] Fix MS 1920+ placeholder return type mangling for lambdas (#...Max Winkler1-0/+14
2024-08-24[clang-cl] [AST] Reapply #102848 Fix placeholder return type name mangling fo...Max Winkler4-10/+393
2024-08-23[PS5][clang][test] x86_64-scei-ps5 -> x86_64-sie-ps5 in tests (#105810)Edd Dawson1-3/+3
2024-08-22[clang][bytecode] Fix 'if consteval' in non-constant contexts (#104707)Timm Baeder1-0/+1
2024-08-16[Clang] Fix sema checks thinking kernels aren't kernels (#104460)Joseph Huber1-0/+5
2024-08-15Revert "[Clang] [AST] Fix placeholder return type name mangling for MSVC 1920...Hans Wennborg4-379/+10
2024-08-14[Clang] [AST] Fix placeholder return type name mangling for MSVC 1920+ / VS20...Max Winkler4-10/+379
2024-08-13[X86_64] Fix empty field error in vaarg of C++. (#101639)Longsheng Mou1-6/+253
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye74-514/+514