aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-26[mlir][doc] NFC fix incorrect filename in td match interfaceAlex Zinenko1-1/+1
2024-03-26[mlir][spirv] Remove `enableFastMathMode` flag from SPIR-V conversion (#86578)Ivan Butygin2-9/+0
2024-03-26[MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (#86260)Victor Perez6-0/+228
2024-03-26[mlir][bazel] Export more headers by a single target only. (#86637)Christian Sigg1-1/+0
2024-03-26[mlir][complex] Canonicalize complex.div by one (#85513)Kai Sasaki1-0/+2
2024-03-25[mlir][spirv] Add folding for [S|U|GreaterThan[Equal] (#85434)Finn Plummer1-0/+8
2024-03-25Add missing declarations of explicit template instantiations. (#86591)Thomas Köppe1-0/+3
2024-03-25[MLIR][LLVM] Make subprogram flags optional (#86433)Tobias Gysi1-1/+1
2024-03-25[mlir][bufferization] Add `BufferOriginAnalysis` (#86461)Matthias Springer2-0/+37
2024-03-24[mlir][spirv] Add folding for [S|U|LessThan[Equal] (#85435)Finn Plummer1-0/+8
2024-03-24[mlir][bufferization] Add `BufferViewFlowOpInterface` (#78718)Matthias Springer7-0/+151
2024-03-22[mlir] Remove unused and untested `shouldSplitInputFile`. (#85622)Ingo Müller1-1/+0
2024-03-22[mlir][linalg] Emit a warning when tile_using_forall generates non thread-saf...Pablo Antonio Martinez1-1/+3
2024-03-22[mlir][vector] Add support for masks in castAwayContractionLeadingOneDim (#81...Andrzej Warzyński2-7/+9
2024-03-22[MLIR][LLVM][SROA] Support incorrectly typed memory accesses (#85813)Christian Ulmann3-16/+5
2024-03-21[mlir][Vector] Add utility for computing scalable value bounds (#83876)Benjamin Maxwell4-1/+141
2024-03-21[MLIR] Add initial convert-memref-to-emitc pass (#85389)Matthias Gehre4-0/+51
2024-03-21[mlir][tensor] NFC: fully qualify verifyEncoding arguments.Christian Sigg1-2/+2
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi3-1/+42
2024-03-21[mlir][bufferization] Add "bottom-up from terminators" analysis heuristic (#8...Matthias Springer3-5/+29
2024-03-20[MLIR][XeGPU] Adding XeGPU 2d block operators (#85804)Chao Chen5-6/+475
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko44-60/+71
2024-03-20[mlir][vector] Adds pattern rewrite for maskable Ops (#83827)Andrzej Warzyński1-0/+58
2024-03-20[MLIR][LLVM] Add extraData field to the DIDerivedType attribute (#85935)Christian Ulmann2-2/+3
2024-03-20[mlir][emitc] Restrict integer and float types (#85788)Tina Jung3-2/+12
2024-03-20[MLIR][SROA][Mem2Reg] Add data layout to interface methods (#85644)Christian Ulmann3-23/+25
2024-03-20[MLIR] Remove UtilsDialect dep on ArithUtils (#85919)Thomas Preud'homme1-0/+1
2024-03-20[MLIR][OpenMP] NFC: Uniformize OpenMP ops names (#85393)Sergio Afonso1-33/+32
2024-03-19[mlir][bufferize] Fix broken implementation of denyDialect (#85881)Matteo Franciolini1-0/+10
2024-03-19[mlir][spirv] Add folding for SelectOp (#85430)Finn Plummer1-0/+2
2024-03-19[MLIR][NVVM] Add barrier.arrive (#85412)Guray Ozen1-0/+27
2024-03-19[mlir][bufferization] Fix OpFilter not to crash on unloaded dialectsBenjamin Kramer1-1/+1
2024-03-18[mlir][sparse] add example to new operation doc, and roundtrip test (#85711)Aart Bik1-3/+13
2024-03-18Revert "[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)" (#85653)Balaji V. Iyer5-461/+6
2024-03-18[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)Chao Chen5-6/+461
2024-03-18[MLIR][SROA] Replace pattern based approach with a one-shot one (#85437)Christian Ulmann1-20/+0
2024-03-18[MLIR][Mem2Reg] Replace pattern based approach with a bulk one (#85426)Christian Ulmann1-20/+0
2024-03-15[MLIR][LLVM] Support Recursive DITypes (#80251)Billy Zhu5-16/+94
2024-03-15[MLIR] EmitC: Add subscript operator (#84783)Matthias Gehre1-0/+32
2024-03-15[mlir][sparse] Add `has_runtime_library` test op (#85355)Matthias Springer1-1/+12
2024-03-14[mlir][sparse] refactoring sparse runtime lib into less paths (#85332)Aart Bik2-57/+33
2024-03-14[mlir][sparse] remove deprecated toCOO from sparse runtime support lib (#85319)Aart Bik1-60/+1
2024-03-14[mlir][linalg] Enable masked vectorisation for depthwise convolutions (#81625)Andrzej Warzyński2-1/+16
2024-03-14[MLIR][ROCDL] Fix BallotOp LLVM translation and add doc (#85116)Zahi Moudallal1-1/+9
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller2-17/+38
2024-03-14[OpenMP][MLIR] NFC: Remove trailing whitespace (#85213)Sergio Afonso2-10/+10
2024-03-14[mlir][Target][Cpp] Fix include.Oleg Shyshkov1-1/+1
2024-03-14[mlir][EmitC] Fix type in example (#85205)Marius Brehler1-1/+1
2024-03-14[mlir][Target][Cpp] Cleanup includes (#85105)Marius Brehler1-4/+2
2024-03-14[MLIR][Bufferization] BufferResultsToOutParams: Add option to add attribute t...Matthias Gehre2-3/+12