summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/BufferizationToMemRef
AgeCommit message (Expand)Author
2025-07-25[mlir][NFC] update `mlir` create APIs (34/n) (#150660)Maksim Levental
2025-07-23[mlir][NFC] update `Conversion` create APIs (4/n) (#149879)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-07-03[mlir][bufferization] Do not access operation after it was replaced (#146860)Matthias Springer
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2024-09-30[mlir][NFC] Minor cleanup around `ModuleOp` usage (#110498)Matthias Springer
2024-07-15[mlir] [bufferize] fix bufferize deallocation error in nest symbol table (#98...donald chen
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-06-13[mlir][bufferization] Unranked memref support for clone (#94757)ryankima
2023-08-31[mlir][bufferization] Factor out bufferization.dealloc lowering into separate...Martin Erhart
2023-08-28[mlir][bufferization] Enable BufferizationToMemRef to run on functionsMartin Erhart
2023-08-14[mlir][bufferization] Add specialized lowering for deallocs with one memref b...Martin Erhart
2023-08-04[mlir][bufferization] Change semantics of DeallocOp result valuesMartin Erhart
2023-07-19[mlir][bufferization] Add lowering of bufferization.dealloc to memref.deallocMartin Erhart
2023-06-30[mlir][NFC] Clean up builder usage around constants/non-foldable opsMatthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
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-18[mlir][bufferization] Set emitAccessorPrefix dialect flagMatthias Springer
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-03-16[mlir][bufferize] Support layout maps in bufferization.clone loweringMatthias Springer
2021-11-30[mlir] Fix BufferizationToMemRef build.Alexander Belyaev
2021-11-30[mlir] Decompose Bufferization Clone operation into Memref Alloc and Copy.Julian Gross