summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python
AgeCommit message (Expand)Author
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar
2025-11-13[MLIR] [Python] `ir.Value` is now generic in the type of the value it holds (...Sergei Lebedev
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu
2025-11-11[MLIR][Python] fix PyRegionList `__iter__` (#167466)Maksim Levental
2025-11-10[MLIR][Python] add/fix docstrings in IRCore (#167063)Maksim Levental
2025-10-26[MLIR][Python] fix getOwner to return (typed) nb::object instead of abstract ...Maksim Levental
2025-10-20[MLIR][Python] expose translate_module_to_llvmir (#163881)Maksim Levental
2025-10-20[mlir:python] Prevent crash in DenseElementsAttr. (#163564)Ingo Müller
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai
2025-10-16[mlir][python] add dict-style to IR attributes (#163200)Perry Gibson
2025-10-13[MLIR][Python] Pass OpView subclasses instead of Operation in rewrite pattern...Twice
2025-10-11[MLIR][NFC] Clean up rewrite CAPI implementation and Python bindings (#162974)Twice
2025-10-11[MLIR][Python] Support Python-defined rewrite patterns (#162699)Twice
2025-10-09[MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (#16...Twice
2025-10-09[MLIR][Python] Make the TypeID allocator globally defined in `PassManager.add...Twice
2025-10-05[MLIR][Python] Expose the insertion point of pattern rewriter (#161001)Twice
2025-10-02[MLIR][Python] fixup Context and Location stubs and NanobindAdaptors (#161433)Maksim Levental
2025-10-01[MLIR][Python] expose Operation::setLoc (#161594)Maksim Levental
2025-10-01[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Rewr...Mehdi Amini
2025-09-29[MLIR][Python] Fix PDLResultList bindings (#161102)Billy Zhu
2025-09-27[MLIR][Python] add unchecked gettors (#160954)Maksim Levental
2025-09-25[MLIR][Python] Add bindings for PDL constraint function registering (#160520)Twice
2025-09-24[MLIR][Python] Add bindings for PDL native rewrite function registering (#159...Twice
2025-09-23[MLIR][Python] use nb::typed for return signatures (#160221)Maksim Levental
2025-09-22[MLIR][Python] restore APIs in terms of Mlir* types (#160203)Maksim Levental
2025-09-22[MLIR][Python] remove nb::typed to fix bazel build (#160183)Maksim Levental
2025-09-21[MLIR][Transform][SMT] Introduce transform.smt.constrain_params (#159450)Rolf Morel
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental
2025-09-18[MLIR][Python] add type hints for accessors (#158455)Maksim Levental
2025-09-19[MLIR][Python] Add python bindings for IRDL dialect (#158488)Twice
2025-09-15[MLIR][Python] restore `liveModuleMap` (#158506)Maksim Levental
2025-09-09[MLIR][Python] Add the ability to signal pass failures in python-defined pass...Twice
2025-09-09[MLIR] [Python] Added a context manager for enabling traceback-based location...Sergei Lebedev
2025-09-08[MLIR][Python] Support Python-defined passes in MLIR (#156000)Twice
2025-09-08[MLIR][Python] remove unnecessary `arg.none() = nb::none()` pattern (#157519)Maksim Levental
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice
2025-09-05[MLIR][Python] bind InsertionPointAfter (#157156)Maksim Levental
2025-09-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental
2025-08-30[NFC] Fix typos 'seperate' -> 'separate' (#144368)Roman
2025-08-27[MLIR] Apply clang-tidy fixes for llvm-include-order in RegisterEverything.cp...Mehdi Amini
2025-08-27[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Pass...Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in IRTy...Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for readability-identifier-naming in IRCore.cpp...Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for performance-move-const-arg in IRCore.cpp (NFC)Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for modernize-use-using in IRCore.cpp (NFC)Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in IRCore.cpp (NFC)Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in IRAt...Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for llvm-else-after-return in IRAttributes.cpp ...Mehdi Amini
2025-08-26[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in IRAf...Mehdi Amini