aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-05Upstream polynomial.ntt and polynomial.intt (#90992)Jeremy Kun1-3/+53
2024-05-04[mlir][transform] Add support for transform.param pad multiples in `PadOp` (#...srcarroll1-11/+26
2024-05-04[MLIR] Extend floating point parsing support (#90442)orbiri1-0/+4
2024-05-04Avoid buffer hoisting from parallel loops (#90735)Rafael Ubal3-2/+38
2024-05-03Let `memref.expand_shape` implement `ReifyRankedShapedTypeOpInterface` (#90975)Benoit Jacob1-1/+2
2024-05-03[mlir] make transform.foreach_match forward arguments (#89920)Oleksandr "Alex" Zinenko2-23/+52
2024-05-02[mlir] use irdl as matcher description in transform (#89779)Oleksandr "Alex" Zinenko8-0/+102
2024-05-02[mlir-lsp] Parse outgoing request callback JSON (#90693)Brian Gesiak1-11/+29
2024-05-02[mlir] remove test-tranfsorm-dialect-interpreter (#89931)Oleksandr "Alex" Zinenko1-216/+0
2024-05-01[mlir][tosa] Rename Tosa Div op to IntDiv Op (#80047)Tai Ly1-2/+2
2024-04-30[mlir][NFC] update code to use `mlir::dyn_cast/cast/isa` (#90633)Peiming Liu1-2/+2
2024-04-30[MLIR] Generalize expand_shape to take shape as explicit input (#90040)Gaurav Shukla5-60/+164
2024-04-30Adding memref normalization of affine.prefetch (#89675)Alexandre Eichenberger1-1/+2
2024-04-30[mlir] Add ReifyRankedShapedTypeOpInterface to tosa::TransposeOp (#88890)Maya Amrami1-8/+9
2024-04-30[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#90413)Christian Sigg4-0/+41
2024-04-30[MLIR][LLVM] Have LLVM::AddressOfOp implement ConstantLike (#90481)Johannes de Fine Licht1-3/+5
2024-04-30[MLIR] Sprinkle extra asserts in OperationSupport.h (#90465)Johannes de Fine Licht1-2/+9
2024-04-30[mlir][OpenMP] Extend `omp.private` with a `dealloc` region (#90456)Kareem Ergawy1-6/+22
2024-04-29[mlir][sparse] fold explicit value during sparsification (#90530)Aart Bik1-2/+6
2024-04-29[mlir-lsp] Support outgoing requests (#90078)Brian Gesiak1-0/+41
2024-04-29[mlir-lsp] Un-revert unit test additions (#90232)Brian Gesiak1-3/+9
2024-04-29[MLIR][Linalg] Left over Linalg named ops from previous PR (#90405)Renato Golin2-2/+90
2024-04-29Move several vector intrinsics out of experimental namespace (#88748)Maciej Gabka1-2/+2
2024-04-28polynomial: Add basic ops (#89525)Jeremy Kun2-18/+283
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg5-20/+23
2024-04-28[MLIR][Linalg] More Linalg named ops (#90236)Renato Golin2-2/+267
2024-04-28[mlir][gpu] Remove `offloadingHandler` from `ModuleToBinary` (#90368)Fabian Mora1-2/+0
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung8-36/+20
2024-04-26[mlir][sparse] fold sparse convert into producer linalg op. (#89999)Peiming Liu1-6/+9
2024-04-26[mlir] Fix -Wdeprecated-declarations of cast in VCIXToLLVMIRTranslation.cpp (...Jie Fu1-2/+2
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg8-20/+36
2024-04-25Revert 4 last "[mlir-lsp]" commits: pre-merge bot is brokenMehdi Amini1-9/+3
2024-04-25Revert "[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)"Brian Gesiak1-6/+5
2024-04-26[mlir][linalg] Fix the semantic use of a flag (#90081)Prashant Kumar1-1/+1
2024-04-25[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)Brian Gesiak1-5/+6
2024-04-25[mlir][linalg] Add runtime verification for linalg ops (#89917)Ryan Holt3-0/+29
2024-04-24[mlir][sparse] Enable explicit and implicit value in sparse encoding (#88975)Yinying Li3-3/+85
2024-04-24[mlir][ods] Allow sharding of op definitions (#89423)Jeff Niu1-4/+8
2024-04-24[MLIR][XeGPU] Add dpas, atomic, and named barrier ops (#88973)Chao Chen6-12/+189
2024-04-24[mlir-lsp] Log invalid notification params (#89856)Brian Gesiak1-3/+9
2024-04-24[mlir] Extract forall_to_for logic into reusable function and add pass (#89636)Jorn Tuyls3-0/+15
2024-04-24[MLIR][OpenMP] Make omp.wsloop into a loop wrapper (1/5) (#89209)Sergio Afonso2-38/+31
2024-04-24[mlir][python] extend LLVM bindings (#89797)Maksim Levental1-0/+7
2024-04-24[MLIR][LLVM][Mem2Reg] Extends support for partial stores (#89740)Christian Ulmann1-0/+1
2024-04-23Revert "[mlir][linalg] Add runtime verification for linalg ops" (#89780)Ryan Holt3-29/+0
2024-04-23[mlir] Update comment about `propertiesAttr` (NFC) (#89634)Jeff Niu1-3/+6
2024-04-23[mlir][linalg] Add runtime verification for linalg ops (#89342)Ryan Holt3-0/+29
2024-04-23[mlir][linalg] Move transpose_matmul to targeted transform op (#89717)Cullen Rhodes2-17/+54
2024-04-23[mlir][EmitC] Update GlobalOp description (#89726)Marius Brehler1-3/+3
2024-04-23Revert "[mlir][linalg] Enable fuse consumer" (#89722)Oleksandr "Alex" Zinenko1-61/+6