aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[NVPTX][clang] Fixup support for bar0 reduction builtins (#173312)Alex MacLean1-0/+21
2026-01-05[Clang] Add __builtin_allow_sanitize_check() (#172030)Marco Elver2-0/+101
2026-01-05[clang][RISCV] Support Zvfofp8min C intrinsic (#172630)Brandon Wu12-0/+14114
2025-12-31[X86][AMX-AVX512] Add *i intrinsics for immediate variants (#173545)Phoebe Wang2-0/+47
2025-12-30[Clang] Add NUW to the Sub in __builtin_clrsb expansion. (#174010)Craig Topper1-2/+2
2025-12-28 [X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow ...sskzakaria5-10/+46
2025-12-23[X86] EmitX86BuiltinExpr - attempt to convert SSE41/AVX1 roundps/d/ss/sd buil...Gergo Stomfai4-16/+224
2025-12-23[Clang] Invoke pass plugin preCodeGenCallbackAlexis Engelke1-0/+14
2025-12-22Reland "[Clang] Load pass plugins before parsing LLVM options" (#171868)Alexis Engelke1-0/+10
2025-12-22Revert "[LLVM][NFC] Move PassPlugin from Passes to Extensions lib" and subseq...Alexis Engelke1-10/+0
2025-12-22[clang][FMV][AArch64] Diagnose/ignore unreachable functions versions. (#171496)Alexandros Lamprineas1-0/+89
2025-12-22[Clang] Load pass plugins before parsing LLVM optionsAlexis Engelke1-0/+10
2025-12-20[HLSL][Matrix] Support row and column indexing modes for MatrixSubscriptExpr ...Farzon Lotfi1-0/+60
2025-12-20[clang][test] Disable avx512cd-builtins.c test on 32-bit ArmDavid Spickett1-0/+2
2025-12-19[clang] Apply cfi_unchecked_callee rules to -fsanitize=function (#170725)PiJoules1-0/+17
2025-12-19[clang] Disable avx512vlcd test on Arm 32-bitDavid Spickett1-0/+2
2025-12-19[SROA] Refactor rewritePartition alloca type selection process (#167771)Yonah Goldberg1-23/+20
2025-12-19[AArch64] Enable the new SME ABI lowering (`-aarch64-new-sme-abi`) by default...Benjamin Maxwell1-14/+14
2025-12-18[Clang] Allow AVX/AVX2 lane permute operations in constexpr (#172149)Abdelrehim, Ahmed Yaser Farouk2-0/+20
2025-12-17[AArch64][llvm] Add intrinsics for SVE BFSCALE (#172025)Jonathan Thackray1-0/+142
2025-12-17[AArch64][SME] Add pass remarks to the MachineSMEABIPass (#170277)Benjamin Maxwell1-0/+41
2025-12-17[RISCV] Implement Clang Builtins for XAndesPerf Extension (#147018)Jim Lin4-0/+170
2025-12-16[Headers][X86] Allow vector bitcast intrinsics to be used in constexpr (#167180)Red-RobinHood2-2/+43
2025-12-16[AArch64] Add intrinsics support for SVE2p2 instructions (#163575)Lukacma4-0/+578
2025-12-16[CGExprScalar] Fix inc/dec of vector larger than 64-bit (#172301)Nikita Popov1-4/+4
2025-12-16[CodeGen] Fix volatile inst, to match MSVC code semantics on windows (#171862)GkvJwa1-8/+8
2025-12-15[clang][NVPTX] Add support for mixed-precision FP arithmetic (#168359)Srinivasa Ravi1-0/+39
2025-12-15[Clang][x86]: allow PCLMULQDQ intrinsics to be used in constexpr (#169214)Ahmed Nour2-1/+112
2025-12-15[llvm][RISCV] Add bf16 vfabs and vfneg intrinsics for zvfbfa. (#172130)Brandon Wu8-0/+1512
2025-12-14[ARM] Introduce intrinsics for MVE fp-converts under strict-fp. (#170686)David Green1-300/+658
2025-12-14[ARM] Introduce intrinsics for MVE vcmp under strict-fp. (#169798)David Green1-1430/+3030
2025-12-14[ARM] Introduce intrinsics for MVE vrnd under strict-fp. (#169797)David Green1-194/+426
2025-12-12[clang] Implement gcc_struct attribute on Itanium targets (#71148)Dan Klishch5-2/+32
2025-12-12[X86] Remove rest of AMX-TRANSPOSE (#171906)Mikołaj Piróg4-11/+4
2025-12-12[LLVM][AArch64] Add "u" variants of sve.[s,u]hsub intrinsics (#170894)Paul Walker2-64/+64
2025-12-11[PowerPC][AIX] Specify correct ABI alignment for double (#144673)Nikita Popov1-2/+5
2025-12-11[Clang] Add support for the C `_Defer` TS (#162848)Sirraide4-0/+882
2025-12-10[Clang][counted_by] Correct signed counted_by values (#171260)Bill Wendling2-332/+461
2025-12-09[x86][AVX-VNNI] Fix VPDPWXXD Argument Types (#169456)BaiXilin6-80/+80
2025-12-09[clang][FMV][AArch64] Remove O3 from failing test (#171457)Alexandros Lamprineas1-133/+75
2025-12-09[FMV][AArch64] Allow user to override version priority. (#150267)Alexandros Lamprineas2-0/+220
2025-12-09[AArch64] Add intrinsics support for multi-vector FMUL (#163397)Lukacma1-0/+198
2025-12-09[AArch64] Disable cortex-a53-835769 when compiling for armv8.1-a or later (#1...David Green1-0/+8
2025-12-08[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow GFNI in...NagaChaitanya Vellanki1-31/+363
2025-12-08[Clang][OpenCL][AMDGPU] Allow _Float16 and half vector type compatibility (#1...Rana Pratap Reddy1-0/+36
2025-12-06Revert "[clang] Limit lifetimes of temporaries to the full expression (#170517)"Martin Storsjö2-148/+0
2025-12-05[clang] Limit lifetimes of temporaries to the full expression (#170517)Paul Kirth2-0/+148
2025-12-05[clang codegen] Fix __builtin_bswapg with bool operand (#169285)Ebin Jose1-3/+9
2025-12-05[Clang][AArch64] Implement widening FMMLA intrinsics (#165282)Amina Chabane5-4/+108
2025-12-05[AArch64] Add intrinsics for multi-vector FEAT_SVE_BFSCALE instructions (#163...Lukacma2-0/+152