aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[mlir][tosa] Verify the output shape of tosa.mul and tosa.rescale (#193952)Luke Hutton1-47/+56
2026-04-28[mlir][memref] Pass TypeConverter to ConvertMemrefStore (#194356)Daniel Hernandez-Juarez1-3/+5
2026-04-28[mlir][smt] Allow empty function domains (#193732)Bea Healy1-2/+15
2026-04-28[mlir][arith] Remove redundant lambdas (NFC) (#194376)Longsheng Mou1-29/+11
2026-04-28[mlir][SPIR-V] Allow SpecConstantComposite constituents to reference other Sp...Arseniy Obolenskiy1-6/+20
2026-04-28[mlir][x86] Fix - Replace `load` with `transfer_read` to support on tensor ty...Arun Thangamani1-2/+10
2026-04-28[mlir][tosa] Make tosa-attach-target optional in addTosaToLinalgPasses (#193467)Pablo Antonio Martinez1-12/+33
2026-04-27[MLIR][XeGPU] XeGPU DpasMx Op Definition adds Layout Support (#194117)Jianhui Li2-112/+438
2026-04-27[Flang][OpenMP] Add support for scope construct (#193098)Sunil Shrestha2-0/+121
2026-04-27[MLIR][GPU] Fix async.yield gpu.async.token lowering race (#190717)Jared Hoberock1-5/+20
2026-04-27[mlir][spirv] Add missing capabilities for CoopMatrix in TypeExtensionVisitor...Igor Wodiany1-1/+10
2026-04-27[MLIR][XeGPU] Fix Layout collapse dims out of bounds (#193661)Jianhui Li1-1/+1
2026-04-27[MLIR][OpenMP] Fix sanitizer issue related to stack-to-shared pass (#194397)Sergio Afonso1-2/+3
2026-04-27[MLIR][NVVM] Add `nvvm.log2` OP (#193789)Guray Ozen1-0/+10
2026-04-27[MemRef] Fix -Wunused-function (#194366)Aiden Grossman1-1/+1
2026-04-27[MLIR][OpenMP] Unify device shared memory logic, NFCI (#182856)Sergio Afonso7-178/+140
2026-04-27[MLIR][OpenMP][OMPIRBuilder] Improve shared memory checks (#161864)Sergio Afonso1-36/+97
2026-04-27[Flang][OpenMP] Add pass to replace allocas with device shared memory (#161863)Sergio Afonso4-22/+228
2026-04-27[Flang][MLIR][OpenMP] Add explicit shared memory (de-)allocation ops (#161862)Sergio Afonso2-15/+95
2026-04-27[MLIR][OpenMP] Refactor omp.target_allocmem to allow reuse, NFC (#161861)Sergio Afonso1-101/+52
2026-04-27[OMPIRBuilder] Add support for explicit deallocation points (#154752)Sergio Afonso1-114/+148
2026-04-27[OpenMP][OMPIRBuilder] Use device shared memory for arg structures (#150925)Sergio Afonso1-2/+11
2026-04-27[MLIR][OpenMP] Support allocations of device shared memory (#150924)Sergio Afonso1-63/+168
2026-04-27[MLIR][OpenMP] Remove Generic-SPMD early detection (#150922)Sergio Afonso2-72/+49
2026-04-27[mlir][spirv] Tighten SPIR-V TOSA pool constraints (#193515)Davide Grohmann1-0/+69
2026-04-27[memref] Simplify loads from reinterpret_cast of 1D contiguous memrefs (#188459)ioana ghiban1-1/+265
2026-04-27[mlir][NVGPUToNVVM] Support BF16 mma.sync lowering (#194203)Hao Ren1-0/+5
2026-04-27[MLIR][NVVM] Add movmatrix Op (#193995)Varad Rahul Kamthe1-0/+19
2026-04-27[MC] Take MCAsmInfo by reference in MCContext and TargetMachine. NFC (#194280)Fangrui Song1-1/+1
2026-04-26[mlir][arith] Fold subi(a, subi(a, b)) to b (#194134)Longsheng Mou1-2/+7
2026-04-26[mlir][math] Add constant folding for sincos/cbrt (#194130)Longsheng Mou1-1/+48
2026-04-25[MLIR][XeGPU] Remove offsets from create_nd_tdesc & remove update_nd_offset, ...Nishant Patel8-727/+93
2026-04-26[MC] Drop MCTargetOptions parameter from MCTargetAsmParser (#194120)Fangrui Song1-1/+1
2026-04-25[mlir][math] Add rounding modes to `math.fma` (#192839)Matthias Springer1-2/+37
2026-04-24[MLIR][XeVM] Update API usage. Some OpenCL APIs are not supported. (#193320)Sang Ik Lee1-10/+24
2026-04-24[NFC][MLIR] Use `getIntrinsicSignature` to verify overloaded intrinsics (#194...Rahul Joshi1-11/+3
2026-04-24[AMDGPU] Correct gfx950 smfmac sparse index verifier (#193541)Eric Feng2-26/+48
2026-04-24[mlir] Add analysis filter in dataflow solver (#192998)Max1912-1/+14
2026-04-24[MLIR][NVVM] Add `nvvm.ex2` OP (#193790)Guray Ozen1-0/+10
2026-04-24[MLIR][XeGPU][VectorToXeGPU] Fixed lowering of transfer_read/write for rank >...Andrey Pavlenko1-2/+4
2026-04-24[MLIR][NVVM] Add `nvvm.cos` OP (#193792)Guray Ozen1-0/+10
2026-04-24[MLIR][XeGPU] Remove use-by-broadcast-only restriction for ShapeCast op in Wg...Jianhui Li1-11/+0
2026-04-24[mlir][tosa] Fix integer bilinear (quantized) tosa.resize lowering to use flo...Henry Wu1-1/+1
2026-04-24[MLIR][NVVM] Add `nvvm.sin` OP (#193775)Guray Ozen1-0/+10
2026-04-24[mlir][math] Add constant folding for `math.fpowi` (#193761)Longsheng Mou1-0/+28
2026-04-24[mlir][math] Use APFloat::SemanticsToEnum in constant folding (#193914)Longsheng Mou1-90/+90
2026-04-23[MLIR][Vector] Add fastmath attribute to vector.contract (#192788)Princeton Ferro2-22/+44
2026-04-23[mlir][xegpu] Add support for `vector.transfer_read/write` on SLM buffers (#1...Charitha Saumya3-27/+96
2026-04-23[mlir][canonicalize] Add filter-dialects option (#193041)Mehdi Amini6-10/+69
2026-04-23[MLIR][Mem2Reg] Ensure dominance of default value in regions (#193708)Ivan R. Ivanov1-1/+1