aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-19Change AMDGPU target initialization conditionusers/wsmoses/amdWilliam Moses1-1/+1
2026-02-19[NFC][CodeGen] Add helper function to check SubReg validity (#181489)Rahul Joshi5-30/+25
2026-02-19InstCombine: Fold bitcast of vector with constant to scalar (#179042)Matt Arsenault4-12/+155
2026-02-19[AMDGPU][GISel] Add RegbankLegalize Rules for G_ASSERT_ALIGN (#182353)Chinmay Deshpande3-10/+228
2026-02-19[alpha.webkit.UncountedLocalVarsChecker] Handle null Type in CanTriviallyDest...Ryosuke Niwa2-2/+29
2026-02-19Revert "[clang][DebugInfo] Add virtuality call-site target informatio… (#18...Paul Kirth24-381/+23
2026-02-19[GIsel] import `(not (add X, -1)) -> (neg X)` to GlobalISel (#181640)Luisa Cicolini3-0/+86
2026-02-19[LoopUnrollPass] Remove redundant debug message in `tryToUnrollLoop()` (#181954)Justin Fargnoli2-14/+9
2026-02-19[AMDGPU] Fix handling of setting register classes in MFMA scheduler rewrite s...Tony Linthicum2-11/+196
2026-02-19[libc][mathvec] Initial commit for LIBC vector math component (#173058)DylanFleming-arm20-4/+519
2026-02-19[lldb] Remove redundant nullptr check (NFC) (#182352)Sergei Barannikov1-6/+2
2026-02-19[CIR][HIP] Add Stub body emission test coverage and Fix kernelHandle storage ...David Rivera2-11/+17
2026-02-19[mlir][tosa] Improve slice op verifier (#181889)Luke Hutton14-90/+159
2026-02-19[mlir][ArmSME] Replace nested-region assertion in tile allocation with diagno...Ayush Kumar Gaur2-8/+42
2026-02-19[MLIR][tblgen] Honor `-dialect` in `-gen-{attrdef,op,typedef,enum}-doc` (#182...Fabian Schuiki3-114/+168
2026-02-19[PowerPC] Refactor immediate operand definitions (#179983)Lei Huang9-333/+311
2026-02-19[AMDGPU] Align loop headers to prevent instruction fetch split on GFX950 (#18...michaelselehov7-0/+271
2026-02-19[lldb] Fix small error in formatterbytecode.rst (#182342)Dave Lee1-1/+1
2026-02-19AMDGPU/Docs: Reserve 0x060 and 0x070 ELF MACH (e_flags) (#182341)Konstantin Zhuravlyov1-0/+2
2026-02-19[lldb] Remove check for LLDB_ENABLE_PYTHON in SWIGPythonBridge.h (#182326)Jonas Devlieghere29-138/+0
2026-02-19[lldb] Disable shared build for TestModuleCacheSimple.py (#182329)Dave Lee1-0/+2
2026-02-19[emacs] Rework tablegen mode (#182076)Krzysztof Drewniak1-63/+44
2026-02-19[mlir] Fix a crash in SCF loop coalescing when loop step is zero (#181893)Darshan Bhat2-0/+27
2026-02-19[X86] avx512-mask-bit-manip.ll - fix T1MSKC pattern (#182308)Simon Pilgrim1-11/+13
2026-02-19[DAG] SimplifyDemandedBits - fold FSHR(X,Y,Amt) -> SRL(Y,Amt) (#182294)Simon Pilgrim5-63/+78
2026-02-19[ThinLTO] Distinguish symbols that are promoted (#181946)Mircea Trofin9-8/+70
2026-02-19[NFC][CodeGen] Refactor subregister index verification for MIR (#181921)Rahul Joshi2-22/+33
2026-02-19[win] Control Flow Guard: Don't set the GuardCF COFF feature if the checks ar...Daniel Paoliello4-3/+12
2026-02-19[lldb][windows] mitigate a race condition when closing the ConPTY (#182109)Charles Zablit1-0/+4
2026-02-19[lldb][Process/FreeBSDKernel] Remove libfbsdvmcore support (#181283)Minsoo Choo6-126/+30
2026-02-19[mlir][tosa] Use 0 values for the dense resource in tosa-narrow-* tests (#182...Thibaut Goetghebuer-Planchon4-8/+8
2026-02-19[LifetimeSafety] Fix 'this' origin handling in lambdas (#182300)Utkarsh Saxena3-10/+24
2026-02-19[AMDGPU][GISel] Add RegBankLegalize support for G_SI_CALL (#165747)Chinmay Deshpande6-29/+457
2026-02-19[AArch64][llvm] Remove `+xs` gating for `tlbip *nxs` instructions (#179435)Jonathan Thackray4-36/+15
2026-02-19AMDGPU: Strip sign bit operations on llvm.amdgcn.trig.preop uses (#179712)Matt Arsenault4-9/+80
2026-02-19[NFC][emacs] Fix emacs lints in the LLVM and MLIR modes (#182074)Krzysztof Drewniak3-11/+11
2026-02-19[CIR]Upstream support for IITDescriptor::Pointer and Vector types (#182112)Priyanshu Kumar2-0/+38
2026-02-19AMDGPU/GlobalISel: RegBankLegalize for amdgcn_bitop3 (#181877)vangthao952-3/+9
2026-02-19[SLP]Do not mark for transforming to buildvector inversed comparesAlexey Bataev2-2/+37
2026-02-19[ARM] Regenerate checks in machine-sink-multidef.mir (#182314)Jay Foad1-18/+23
2026-02-19docs: Delete incorrect code generation section of HowToSubmitABug (#182315)Matt Arsenault1-68/+0
2026-02-19tools: Remove untested PluginLoader includes (#117644)Matt Arsenault4-13/+0
2026-02-19[mlir][acc] Add attributes for parallelism dimensions (#182209)Razvan Lupusoru6-0/+478
2026-02-19[WebAssembly] Fix SELECT_CC lowering for reference types (#181622)Hood Chatham3-5/+66
2026-02-19[X86] combineCMov - fold CMOV(LOAD(PTR0),LOAD(PTR1)) -> LOAD(CMOV(PTR0,PTR1))...Simon Pilgrim8-524/+245
2026-02-19[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in LinalgTransformOps.c...Mehdi Amini1-5/+5
2026-02-19[MLIR] Fix a crash in CollapseLinalgDimensions (#181715)Darshan Bhat2-2/+34
2026-02-19[mlir][Interface] Allow scalar operands and require ranked shaped operands in...Samarth Narang2-3/+66
2026-02-19Reapply "[lldb-dap] Validate utf8 protocol messages." (#181930) (#182056)John Harrison26-230/+397
2026-02-19[flang] Lowering a ArrayCoorOp to arithmetic computations when a fir memref i...Susan Tan (ス-ザン タン)3-21/+49