summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/IRCore.cpp
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-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-16[mlir][python] add dict-style to IR attributes (#163200)Perry Gibson
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-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-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental
2025-09-15[MLIR][Python] restore `liveModuleMap` (#158506)Maksim Levental
2025-09-08[MLIR][Python] remove unnecessary `arg.none() = nb::none()` pattern (#157519)Maksim Levental
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-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-16[mlir][python] handle more undefined symbols not covered by nanobind (#153861)Maksim Levental
2025-08-12[mlir][python] fix PyThreadState_GetFrame again (#153333)Maksim Levental
2025-08-13[mlir][python] fix PyThreadState_GetFrame (#153325)Maksim Levental
2025-08-12[mlir][python] automatic location inference (#151246)Maksim Levental
2025-08-11[mlir][python] expose isAttached (#153045)Maksim Levental
2025-07-23[mlir][python,CAPI] expose Op::isBeforeInBlock (#150271)Maksim Levental
2025-07-17[MLIR][Python] Support eliding large resource strings in PassManager (#149187)Akshay Khadse
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental
2025-06-20[mlir][python] expose operation.block (#145088)Maksim Levental
2025-04-09[mlir][python] add use_name_loc_as_prefix to value.get_name() (#135052)Maksim Levental
2025-03-21[MLIR] [python] A few improvements to the Python bindings (#131686)Sergei Lebedev
2025-03-10[MLIR][py] Add PyThreadPool as wrapper around MlirLlvmThreadPool in MLIR pyth...vfdev
2025-03-10[mlir][CAPI][python] bind CallSiteLoc, FileLineColRange, FusedLoc, NameLoc (#...Maksim Levental
2025-03-04[mlir][py] Plumb OpPrintingFlags::printNameLocAsPrefix() through the C/Python...Jacques Pienaar
2025-02-24[mlir] Python: write bytecode to a file path (#127118)Nikhil Kalra
2025-02-12[mlir] Python: Parse ModuleOp from file path (#126572)Nikhil Kalra
2025-02-10Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)Mehdi Amini
2025-02-05[mlir] Python: Parse ModuleOp from file path (#125736)Nikhil Kalra
2025-02-05[mlir] Python: Extend print large elements limit to resources (#125738)Nikhil Kalra
2025-01-24[mlir:python] Compute get_op_result_or_value in PyOpView's constructor. (#123...Peter Hawkins
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar
2025-01-22[mlir:python] Construct PyOperation objects in-place on the Python heap. (#12...Peter Hawkins
2025-01-22[mlir python] Change PyOpView constructor to construct operations. (#123777)Peter Hawkins
2025-01-13[mlir python] Add locking around PyMlirContext::liveOperations. (#122720)Peter Hawkins
2025-01-13Enabled freethreading support in MLIR python bindings (#122684)vfdev
2025-01-12Revert "Added free-threading CPython mode support in MLIR Python bindings (#1...Jacques Pienaar
2025-01-12Added free-threading CPython mode support in MLIR Python bindings (#107103)vfdev
2025-01-07Fixed typo in dunder get/set methods in PyAttrBuilderMap (#121794)vfdev