summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/LinalgToStandard
AgeCommit message (Expand)Author
2025-07-22[mlir][NFC] update `Conversion` create APIs (6/n) (#149888)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2024-10-28[MLIR] Add missing MLIRLLVMDialect dep to MLIRLinalgToStandard (#113561)Thomas Preud'homme
2024-03-20[MLIR] Add missing MLIRLinalgTransforms to LinalgToStandard conv (#84545)Thomas Preud'homme
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-01-19[mlir][Linalg] Fix crash in LinalgToStandardNicolas Vasilache
2022-11-21Merge kDynamicSize and kDynamicSentinel into one constant.Aliia Khasanova
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-16[mlir] switch bufferization to use strided layout attributeAlex Zinenko
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-07-14[mlir] (NFC) run clang-format on all filesJeff Niu
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-17[mlir] replace 'emit_c_wrappers' func->llvm conversion option with a passAlex Zinenko
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-01[mlir] Trim a huge number of unnecessary dependencies on the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-01Revert "Revert "[mlir] Purge `linalg.copy` and use `memref.copy` instead.""Alexander Belyaev
2022-01-31Revert "[mlir] Purge `linalg.copy` and use `memref.copy` instead."Alexander Belyaev
2022-01-31[mlir] Purge `linalg.copy` and use `memref.copy` instead.Alexander Belyaev
2021-12-15[mlir][linalg] Replace LinalgOps.h and LinalgTypes.h by a single header.gysit
2021-12-15[mlir][linalg] Remove RangeOp and RangeType.gysit
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-08-30[Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr.Chris Lattner
2021-08-29[SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr.Chris Lattner
2021-07-16[mlir] Move linalg::Expand/CollapseShapeOp to memref dialect.Alexander Belyaev
2021-06-23[mlir][linalg] Change the FillOp library call signature.Tobias Gysi
2021-06-22[mlir][linalg] Adapt FillOp to use a scalar operand.Tobias Gysi
2021-06-17[mlir][linalg] Purge linalg.indexed_generic.Alexander Belyaev
2021-06-03[mlir] Split linalg reshape ops into expand/collapse.Alexander Belyaev
2021-05-21[mlir][Standard] NFC - Drop remaining EDSC usageNicolas Vasilache
2021-05-12[mlir][linalg] Remove IndexedGenericOp support from LinalgToStandard...Tobias Gysi
2021-04-19[mlir][linalg] enable library call rewrites for linalg operations with index ...Tobias Gysi
2021-04-12[mlir][linalg] adding operation to access the iteration index of enclosing li...Tobias Gysi
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini
2021-03-23[mlir][Pattern] Add better support for using interfaces/traits to match root ...River Riddle
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-21Change OwningRewritePatternList to carry an MLIRContext with it.Chris Lattner
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2021-02-12[mlir][Linalg] Improve region support in Linalg opsMehdi Amini
2021-02-12Revert "[mlir][Linalg] Improve region support in Linalg ops."Mehdi Amini
2021-02-12[mlir][Linalg] Improve region support in Linalg ops.Nicolas Vasilache
2020-12-17[mlir][IR][NFC] Move context/location parameters of builtin Type::get methods...River Riddle
2020-12-13[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation.Christian Sigg