summaryrefslogtreecommitdiff
path: root/mlir/test/python/ir/operation.py
AgeCommit message (Expand)Author
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-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)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-03-21[MLIR] [python] A few improvements to the Python bindings (#131686)Sergei Lebedev
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-05[mlir] Python: Extend print large elements limit to resources (#125738)Nikhil Kalra
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert
2024-04-18[mlir][python] Fix PyOperationBase::walk not catching exception in python cal...tomnatan30
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno
2023-12-21Revert "[mlir][python] Make the Context/Operation capsule creation methods wo...Alex Zinenko
2023-12-20[mlir][python] Make the Context/Operation capsule creation methods work as do...Stella Laurenzo
2023-11-13[mlir][py] Overload print with state. (#72064)Jacques Pienaar
2023-10-30[mlir][python] fix `replace=True` for `register_operation` and `register_type...Maksim Levental
2023-08-11add `owner` to OpResultsList. this is useful for when the list is empty and a...max
2023-07-10[mlir][python] Downcast attributes in more placesRahul Kayaith
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-24[mlir][python] Hook up PyRegionList.__iter__ to PyRegionIteratorRahul Kayaith
2023-04-30[mlir][bytecode] Return error instead of min versionJacques Pienaar
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar
2023-04-13Use `bytes`, not `str`, to return C++ strings to Python.Chris Jones
2023-03-07[mlir][python] Capture error diagnostics in exceptionsRahul Kayaith
2023-03-01[mlir][python] Remove "Raw" OpView classesRahul Kayaith
2023-03-01[mlir][python] Add generic operation parse APIsrkayaith
2023-02-26[mlir][python] Don't emit diagnostics when printing invalid opsRahul Kayaith
2022-09-05Plumb write_bytecode to the Python APIMehdi Amini
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle
2022-07-21[mlir][python] Fix issues with block argument slicesAlex Zinenko
2022-06-15[mlir][python] Actually set UseLocalScope printing flagMark Browning
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-03-28Expose MlirOperationClone in Python bindings.Dominik Grewe
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-14[mlir][python] Directly implement sequence protocol on Sliceable.Stella Laurenzo
2022-01-19[mlir] Don't print `// no predecessors` on entry blocksRiver Riddle
2022-01-19Change elided large constant syntax to make it more explicitMehdi Amini
2022-01-18[mlir] Drop the leading space when printing regionsMogball
2021-11-29[mlir][python] Implement more SymbolTable methods.Stella Laurenzo
2021-11-28[mlir][python] Normalize asm-printing IR behavior.Stella Laurenzo
2021-11-03[mlir][python] Make Operation and Value hashablerkayaith
2021-11-02[mlir] provide C API and Python bindings for symbol tablesAlex Zinenko
2021-10-31[mlir][python] allow for detaching operations from a blockAlex Zinenko