summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MemRef/IR/MemRefDialect.cpp
AgeCommit message (Expand)Author
2025-11-15[mlir][MemRef] Add UB as a dependent dialect and use `ub.poison` for Mem2Reg ...Fabian Mora
2025-07-12[llvm] Remove unused includes (NFC) (#148342)Kazu Hirata
2025-06-23[MLIR][NFC] Declare RuntimeVerifiableOpInterface for memref ops that have an ...Artemiy Bulavin
2025-05-01[mlir][EmitC] Add pass that combines all available emitc conversions (#117549)Simon Camphausen
2024-03-27[NFC][mlir] Reorder `declarePromisedInterface()` operands (#86628)Justin Fargnoli
2024-03-15[mlir] Declare promised interfaces for all dialects (#78368)Justin Fargnoli
2024-01-08[mlir] Declare promised interfaces for the ConvertToLLVM extension (#76341)Justin Fargnoli
2023-07-11[MLIR][MemRef] Avoid returning ReallocOp from findDeallocAlexander Shaposhnikov
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-12-04[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-07[MLIR] NFC. Introduce mlir::hasEffect and refactor usages dialect utilUday Bondhugula
2022-04-23[mlir][NFC] Shift a bunch of dialect includes from the .h to the .cppRiver Riddle
2022-03-09NFC. Clean up memref utils libraryUday Bondhugula
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-09-24[mlir:MemRef] Move DmaStartOp/DmaWaitOp to ODSRiver Riddle
2021-07-05[mlir][NFC] MemRef cleanup: Remove helper functionsMatthias Springer
2021-07-01[mlir][tensor] Add tensor.dim operationMatthias Springer
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2021-03-15[mlir] fix shared-lib build fallout of e2310704d890ad252aeb1ca28b4b84d29514b1d1Alex Zinenko
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