summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Bufferization/Transforms/BufferResultsToOutParams.cpp
AgeCommit message (Expand)Author
2025-11-09[MLIR][BufferResultsToOutParamsPass] Add Option to Modify Public Function's S...Veera
2025-10-08[mlir][bufferize] Make buffer-results-to-out-params support only functions th...lonely eagle
2025-10-06[mlir][bufferize] Add hoist-dynamic-allocs-option to buffer-results-to-out-pa...lonely eagle
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (15/n) (#149921)Maksim Levental
2025-07-08[mlir] Remove unused includes (NFC) (#147549)Kazu Hirata
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-04-30[mlir] allow function type cloning to fail (#137130)Oleksandr "Alex" Zinenko
2025-04-18Revert "[mlir] allow function type cloning to fail (#136300)"Kazu Hirata
2025-04-18[mlir] allow function type cloning to fail (#136300)Oleksandr "Alex" Zinenko
2025-03-06[MLIR][NFC] Retire let constructor for Bufferization (#129850)lorenzo chelini
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2024-12-26Enable custom alloc-like ops in `promoteBufferResultsToOutParams` (#120288)srcarroll
2024-09-04[mlir][memref] Fix hoist-static-allocs option of buffer-results-to-out-params...Menooker
2024-05-08[mlir] Fix -Wdeprecated-declarations in BufferResultsToOutParams.cpp (NFC)Jie Fu
2024-05-08[MLIR][Bufferization] BufferResultsToOutParams: Add an option to eliminate Al...Menooker
2024-03-14[MLIR][Bufferization] BufferResultsToOutParams: Add option to add attribute t...Matthias Gehre
2024-03-07[MLIR] BufferResultsToOutParams: Allow to configure memCpyFnMatthias Gehre
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-12-07[mlir][bufferize] Update remaining getMemorySpaceAsInt API usesMatthias Springer
2022-11-21Merge kDynamicSize and kDynamicSentinel into one constant.Aliia Khasanova
2022-11-03[mlir][bufferize] Add filterFn option to BufferResultsToOutParamsEmilio Cota
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-23Use callables directly in any_of, count_if, etc (NFC)Kazu Hirata
2022-05-23[mlir][bufferize] Support fully dynamic layout maps in BufferResultsToOutParamsMatthias Springer
2022-05-12[mlir][bufferize] Support alloc hoisting across function boundariesMatthias Springer
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-26[mlir][NFC] Add a using for llvm::BitVector to LLVM.hRiver Riddle
2022-01-26[mlir:Function][NFC] Use BitVector instead of ArrayRef for indices when remov...River Riddle
2022-01-24[mlir] Move the Buffer related source files out of Transforms/River Riddle