summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MLProgram/IR
AgeCommit message (Expand)Author
2025-05-12[mlir][MLProgram][NFC] Migrate to OpAsmAttrInterface for ASM alias generation...Hongren Zheng
2024-03-15[mlir] Make the ml_program dialect allow all of its operations to be inlined....Stella Laurenzo
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