aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-18XXXusers/xlauko/mlir-default-valued-enum-parameterxlauko8-3/+53
2025-08-18[AMDGPU][LowerBufferFatPointers] Fix lack of rewrite when loading/storing nul...Krzysztof Drewniak2-1/+45
2025-08-18[Clang][Webassembly] Remove unrachable code in ParseTypeQualifierListOpt (#15...Shafik Yaghmour1-1/+0
2025-08-18[Github] Drop llvm-project-testsAiden Grossman2-181/+0
2025-08-19[DemandedBits] Support non-constant shift amounts (#148880)Panagiotis Karouzakis4-1/+598
2025-08-18[mlir][vector] Support multi-dimensional vectors in VectorFromElementsLowerin...Yang Bai15-30/+261
2025-08-18[LV] Emit all remarks for unvectorizable instructions (#153833)Tobias Stadler3-244/+299
2025-08-18[VPlan] Preserve nusw in createInBoundsPtrAdd (#151549)Ramkumar Ramachandra4-10/+158
2025-08-18[SimplifyCFG] Avoid redundant calls in gather. (NFC) (#154133)Andreas Jonson1-13/+15
2025-08-18[MLIR][XeGPU] Distribute load_nd/store_nd/prefetch_nd with offsets from Wg to...Nishant Patel5-11/+586
2025-08-18[gn build] Port 3ecfc0330d93LLVM GN Syncbot2-0/+2
2025-08-18[NFC][HLSL] Remove confusing enum aliases / duplicates (#153909)Damyan Pepper6-58/+59
2025-08-18[clang][dataflow] Add support for serialization and deserialization. (#152487)Yitzhak Mandelbaum10-12/+626
2025-08-18[mlir][Presburger] NFC: return var index from IntegerRelation::addLocalFloorD...Jeremy Kun5-11/+15
2025-08-18Revert "[SimpleLoopUnswitch] Record loops from unswitching non-trivial condi...Antonio Frighetto17-412/+528
2025-08-18[X86] Avoid Register implicit int conversionAiden Grossman1-1/+1
2025-08-18[DAG] Fold trunc(avg(x,y)) for avgceil/floor u/s nodes if they have sufficien...黃國庭2-0/+87
2025-08-18[NVVM] Add various intrinsic attrs, cleanup and consolidate td (#153436)Alex MacLean1-487/+453
2025-08-18[CIR] Upstream GotoOp (#153701)Andres-Salamanca8-5/+358
2025-08-18[RISCV] Add P-ext MC support for pli.dh, pli.db, and plui.dh. (#153972)Craig Topper4-33/+107
2025-08-18[mlir] Update builders to use new form. (#154132)Jacques Pienaar9-46/+49
2025-08-18[AMDGPU] Make use of SIInstrInfo::isWaitcnt. NFC. (#154087)Jay Foad2-33/+5
2025-08-18[clang][bytecode] Always track item types in InterpStack (#151088)Timm Baeder14-98/+76
2025-08-18[AArch64] Fix build-bot assertion error in AArch64 (#154124)AZero132-8/+11
2025-08-18[libc++] Implement P3168R2: Give optional range support (#149441)William Tran-Viet15-27/+361
2025-08-19[AMDGPU] Narrow only on store to pow of 2 mem location (#150093)Tiger Ding4-47/+299
2025-08-18[AMDGPU][True16][CodeGen] use vgpr16 for zext patterns (#153894)Brox Chen45-14018/+12480
2025-08-18[GlobalISel] Translate scalar sequential vecreduce.fadd/fmul as fadd/fmul. (#...David Green2-0/+32
2025-08-18[gn build] Port e6e874ce8f05LLVM GN Syncbot1-0/+1
2025-08-18[gn build] Port a0f325bd41c9LLVM GN Syncbot1-0/+1
2025-08-18[OpenACC] Fix verify lines from 8fc80519cdb97cerichkeane1-0/+2
2025-08-18[RISCV] Rename MIPS_PREFETCH->MIPS_PREF. NFC (#154062)Craig Topper2-6/+6
2025-08-18[OpenACC] Fix crash on error recovery of variable in OpenACC modeerichkeane2-2/+10
2025-08-18[clang][bytecode] Disable EndLifetime op for array elements (#154119)Timm Baeder3-7/+36
2025-08-18[AArch64] Update and cleanup irtranslator-reductions.ll. NFCDavid Green1-136/+132
2025-08-18[OpenACC] Fix racing commit test failures for firstprivate loweringerichkeane4-29/+32
2025-08-18[C] Fix failing assertion with designated inits (#154120)Aaron Ballman4-4/+22
2025-08-18[flang] optimize `acosd` precision (#154118)Connector Switch2-8/+19
2025-08-18[Frontend][OpenMP] Add 6.1 as a valid OpenMP version (#153628)Krzysztof Parzyszek3-3/+22
2025-08-18[Github] Remove call to llvm-project-tests from libclang testsAiden Grossman1-11/+27
2025-08-18[Github] Remove call to llvm-project-tests.yml from mlir-spirv-tests.ymlAiden Grossman1-6/+25
2025-08-18[clang] Proofread SourceBasedCodeCoverage.rst (#154050)Kazu Hirata1-16/+16
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata55-123/+120
2025-08-18[AArch64] Adjust comparison constant if adjusting it means less instructions ...AZero136-544/+277
2025-08-18[DAG] visitTRUNCATE - early out from computeKnownBits/ComputeNumSignBits fail...Simon Pilgrim1-9/+6
2025-08-18Reland "[AArch64][SME] Port all SME routines to RuntimeLibcalls" (#153417)Benjamin Maxwell10-89/+182
2025-08-18[clang] [Sema] Simplify Expr::isUnusedResultAWarning for CXXConstructExpr (#1...halbi23-26/+14
2025-08-18[MCA][X86] Pretend To Have a Stack Engine (#153348)Aiden Grossman4-2/+211
2025-08-18[AMDGPU] Add an option to completely disable kernel argument preload (#153975)Shilei Tian2-0/+37
2025-08-18[AArch64][llvm] Disassemble instructions in `SYS` alias encoding space more c...Jonathan Thackray2-4/+26