summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MLProgram
AgeCommit message (Expand)Author
2025-07-22[mlir][NFC] update `mlir/Dialect` create APIs (19/n) (#149926)Maksim Levental
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-05-28[MLIR] Add bufferization state to `getBufferType` and `resolveConflicts` inte...Michele Scuttari
2025-05-23[MLIR] Add missing library in MLIRMLProgramTransforms target (#141210)Michele Scuttari
2025-05-23[MLIR] Add bufferization state class to OneShotBufferization pass (#141019)Michele Scuttari
2025-05-22Revert "[MLIR] Add bufferization state class to OneShotBufferization pass" (#...Michele Scuttari
2025-05-22[MLIR] Add bufferization state class to OneShotBufferization pass (#138143)Michele Scuttari
2025-05-12[mlir][MLProgram][NFC] Migrate to OpAsmAttrInterface for ASM alias generation...Hongren Zheng
2025-03-26[mlir] Use *Set::insert_range (NFC) (#133043)Kazu Hirata
2025-02-27[MLIR][NFC] Retire `let constructor` for Shape and MLProgram (#128869)lorenzo chelini
2024-10-16[mlir] Avoid repeated hash lookups (NFC) (#112472)Kazu Hirata
2024-09-17[MLProgram] Avoid repeated hash lookups (NFC) (#108928)Kazu Hirata
2024-03-15[mlir] Make the ml_program dialect allow all of its operations to be inlined....Stella Laurenzo
2024-01-30[mlir] Fix after #75103Joel Wee
2024-01-30[mlir] Fix build after #75103Matthias Springer
2024-01-30[mlir][MLProgram] Add MLProgram to MemRef bufferization pass (#75103)Ryan Holt
2024-01-25Apply clang-tidy fixes for readability-identifier-naming in PipelineGlobalOps...Mehdi Amini
2024-01-25Apply clang-tidy fixes for llvm-qualified-auto in PipelineGlobalOps.cpp (NFC)Mehdi Amini
2024-01-25Apply clang-tidy fixes for llvm-qualified-auto in MLProgramOps.cpp (NFC)Mehdi Amini
2023-09-18[mlir][mlprogram] Add `mlprogram-pipeline-globals` optimization passRob Suderman
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-08-10[mlir] Fix shared libs build after 138df298208a095dc9bb9e5d1e3c67231b0abd77Markus Böck
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2022-12-10[mlir] FunctionOpInterface: turn required attributes into interface methods (...Jeff Niu
2022-12-09Revert "[mlir] FunctionOpInterface: make get/setFunctionType interface methods"David Spickett
2022-12-09Revert "[mlir] FunctionOpInterface: arg and result attrs dispatch to interface"David Spickett
2022-12-08[mlir] FunctionOpInterface: arg and result attrs dispatch to interfaceJeff Niu
2022-12-08[mlir] FunctionOpInterface: make get/setFunctionType interface methodsJeff Niu
2022-06-16[mlir] Split MLProgram global load and store to Graph variantsJacques Pienaar
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-06-01[mlir] Add global_load and global_store ops to ml_program.Stella Laurenzo
2022-05-18[mlir] Add GlobalOp, GlobalLoadConstOp to ml_program.Stella Laurenzo
2022-04-13[mlir] Introduce ml_program dialect.Stella Laurenzo