aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-23[LAA] Allow vectorizing `A[NonZeroNonConstantStride*I] += 1`users/eas/laa-read-write-rt-strideAndrei Elovikov2-18/+102
2026-03-23[NFCI][LAA] Add `getPtrStrideScev` functionAndrei Elovikov1-46/+64
2026-03-23[NFC][LAA] Add a test for a single strided-read-write accessAndrei Elovikov1-0/+243
2026-03-23AMDGPU/GlobalISel: RegBankLegalize rules for live_mask (#187833)vangthao953-2/+22
2026-03-23[Bazel] Fixes 239ca11 (#188083)google-llvm-bazel-bot1-0/+3
2026-03-23[Flang] - Add optional inlining of allocatable assignments with hlfir.expr RH...Pranav Bhandarkar2-0/+269
2026-03-23[AIX] XFAIL mlir builtin test on big endian AIX [NFC] (#187365)Mark Danial1-0/+1
2026-03-23[flang][OpenMP] Privatize indirectly referenced symbols (#187097)Leandro Lupori8-107/+246
2026-03-23[flang] Fix FIRToMemRef index computation for array_coor with shape_shift and...khaki32-2/+59
2026-03-23[NFC][LV] Fix what seems to be a typo in the test (#187769)Andrei Elovikov1-33/+14
2026-03-23[X86] canonicalizeShuffleWithOp - add handling for SHUFFLE(PSADBW(X,Y),PSADBW...Simon Pilgrim2-12/+12
2026-03-23[LoopVectorize] Fix an integer narrowing conversion in `getPredBlockCostDivis...Alan Zhao3-2/+69
2026-03-23[HLSL] Add WaveActiveBitAnd builtin function (#187149)Joshua Batista16-1/+228
2026-03-23[HLSL] handle hlslAttributedResourceType in init list code (#187813)Sarah Spall2-4/+26
2026-03-23[MLIR][Mem2Reg] Add support for region control flow and SCF (#185036)Théo Degioanni12-212/+2244
2026-03-23[AMDGPU][GlobalISel] Add RegBankLegalize rules for permlane16/permlanex16 (#1...Anshil Gandhi3-171/+90
2026-03-23[LifetimeSafety] Fix compiler crash with `static operator()` (#187853)NeKon692-1/+32
2026-03-23[SLP]Use reduction root explicitly from reduction analysis to avoid non-deter...Alexey Bataev2-16/+141
2026-03-23[libc] Support Windows test executables in LibcTest lit format (#188057)Jeff Bailey1-9/+31
2026-03-23[MLIR][TableGen] Make optional enum parser not consume the token when it is n...Robert Konicar6-5/+140
2026-03-23[AMDGPU] Add ML-oriented coexec scheduler selection and queue handling (#169616)Austin Kerbow10-14/+555
2026-03-23[WebAssembly] Add initial shuffle cost capabilities (#187596)Jasmine Tang3-0/+431
2026-03-23[clang][bytecode] Avoid a macro redefinition (#188052)Timm Baeder1-0/+1
2026-03-23AMDGPU/GlobalISel: RegBankLegalize rules for exp_compr (#187822)vangthao953-24/+27
2026-03-23[DAG] ComputeKnownBits - set low bit to zero for ADD(X,X) (#186461)Xinlong Chen14-1930/+2034
2026-03-23AMDGPU/GlobalISel: Use B32 for readfirstlane (#187809)vangthao954-68/+126
2026-03-23[compiler-rt][ARM] cmake properties for complicated builtin sources (#179919)Simon Tatham3-5/+25
2026-03-23wasm: recognize `any_true` and `all_true` (#155885)Folkert de Vries5-0/+270
2026-03-23[NFC][Support] Minor code cleanup in APFloat.cpp (#187526)Rahul Joshi1-197/+106
2026-03-23AMDGPU: Improve codegen for VOP2 v_dot2c_f32_f16/bf16 (#179225)Petar Avramovic10-334/+181
2026-03-23AMDGPU/GlobalISel: RegBankLegalize rules for mov_dpp (#187807)vangthao953-10/+17
2026-03-23[HLSL] Implement Texture2D::operator[] (#186110)Steven Perron24-94/+306
2026-03-23[flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, L...laoshd22-26/+699
2026-03-23[TargetLowering] Add helper to create FSHR like operation in expandDIVREMByCo...Craig Topper1-24/+18
2026-03-23[TargetLowering] Avoid unnecessary nodes in the chunk loop in expandDIVREMByC...Craig Topper1-4/+4
2026-03-23[mlir][spirv] Add first 3 data layout ops in TOSA Ext Inst Set (#187714)Davide Grohmann5-0/+444
2026-03-23[flang][NFC] Converted five tests from old lowering to new lowering (part 37)...Eugene Epshteyn5-148/+133
2026-03-23Thread Safety Analysis: Support guarded_by/pt_guarded_by with multiple capabi...Marco Elver15-53/+244
2026-03-23[mlir][python] Fix PyObjectRef copy/move assignment for MSVC (#186758)Jorn Tuyls1-0/+12
2026-03-23[clang][bytecode] Disable tailcalls on aarch64 (#188042)Timm Baeder1-1/+3
2026-03-23[NVPTX] Canonicalize NVVM attribute strings and refactor property queries (NF...Alex MacLean12-140/+161
2026-03-23[SLP]Fix codegen of compares with consts, being truncedAlexey Bataev3-4/+16
2026-03-23AMDGPU: Fix src2_modifiers for v_dot2_f32_f16/bf16 (#179224)Petar Avramovic11-86/+192
2026-03-23[Workflows] Add Zizmor check (#187905)Carlo Cabrera1-0/+29
2026-03-23[Workflows] Set `persist-credentials` (#187951)Carlo Cabrera45-1/+88
2026-03-23[flang] Accept label DO loop after !$ACC LOOP (#187581)Peter Klausler8-71/+135
2026-03-23[libc][math] Use Estrin's scheme to improve asinf and acosf performance. (#18...lntue3-61/+34
2026-03-23[PatternMatch][NFC] Add `m_IToFP` and `m_FPToI` (#188040)Kiva5-6/+37
2026-03-23[NFC][analyzer] Clean up and document `ExplodedNodeSet` (#187742)Donát Nagy6-22/+28
2026-03-23[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in ShardingPropag...Mehdi Amini1-1/+1