summaryrefslogtreecommitdiff
path: root/mlir/test/python/ir
AgeCommit message (Expand)Author
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar
2025-11-11[MLIR][Python] Add wrappers for scf.index_switch (#167458)Asher Mancinelli
2025-11-11[MLIR][Python] fix PyRegionList `__iter__` (#167466)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-01[MLIR][Python] expose Operation::setLoc (#161594)Maksim Levental
2025-09-27[MLIR][Python] add unchecked gettors (#160954)Maksim Levental
2025-09-16[MLIR][Python] Add docstring for generated python op classes (#158198)Twice
2025-09-15[MLIR][Python] fix generated value builder type hints (#158449)Maksim Levental
2025-09-15[MLIR][Python] restore `liveModuleMap` (#158506)Maksim Levental
2025-09-05[MLIR][Python] bind InsertionPointAfter (#157156)Maksim Levental
2025-09-04[MLIR][Python] Add optional `results` parameter for building op with inferabl...Twice
2025-09-03Fix `python/ir/auto_location.py` test on Windows (#156711)Anatoly Myachev
2025-09-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)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-25[mlir][python] fix PyDenseResourceElementsAttribute finalizer (#150561)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-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental
2025-04-09[mlir][python] add use_name_loc_as_prefix to value.get_name() (#135052)Maksim Levental
2025-04-08[mlir][IR] Add `VectorTypeElementInterface` with `!llvm.ptr` (#133455)Matthias Springer
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin
2025-03-21[MLIR] [python] A few improvements to the Python bindings (#131686)Sergei Lebedev
2025-03-16[mlir] Expose `AffineExpr.shift_dims/shift_symbols` through C and Python bind...Ivan Butygin
2025-03-10[mlir] Better Python diagnostics (#128581)Nikhil Kalra
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-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar
2025-01-02[mlir][py] Enable loading only specified dialects during creation. (#121421)Jacques Pienaar
2024-12-18[mlir python] Port Python core code to nanobind. (#120473)Peter Hawkins
2024-12-18Revert "[mlir python] Port Python core code to nanobind. (#118583)"Jacques Pienaar
2024-12-18[mlir python] Port Python core code to nanobind. (#118583)Peter Hawkins
2024-11-19[mlir,python] Expose replaceAllUsesExcept to Python bindings (#115850)Perry Gibson
2024-11-19[mlir][python] Add `T.tf32` and missing tests for `tf32` (#116725)Matthias Springer
2024-11-13[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen
2024-11-05Revert "[MLIR,Python] Support converting boolean numpy arrays to and from mli...Dmitri Gribenko
2024-11-02[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub