summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/IRCore.cpp
AgeCommit message (Expand)Author
2025-01-07Fixed typo in dunder get/set methods in PyAttrBuilderMap (#121794)vfdev
2024-12-29[mlir][python] disable nanobind leak warnings (#121099)Maksim Levental
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins
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-05[mlir:python] Change PyOperation::create to actually return a PyOperation. (#...Peter Hawkins
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert
2024-06-05[mlir][python]Python Bindings for select edit operations on Block arguments (...Sandeep Dasgupta
2024-05-30[mlir][py] invalidate nested operations when parent is deleted (#93339)Oleksandr "Alex" Zinenko
2024-05-24[mlir] expose -debug-only equivalent to C and Python (#93175)Oleksandr "Alex" Zinenko
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
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko
2024-02-08[MLIR][Python] Add method for getting the live operation objects (#78663)John Demme
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-27[mlir][python] add type wrappers (#71218)Maksim Levental
2023-11-20Revert "Apply clang-tidy fixes for misc-include-cleaner in IRCore.cpp (NFC)"Alex Zinenko
2023-11-18Apply clang-tidy fixes for readability-identifier-naming in IRCore.cpp (NFC)Mehdi Amini
2023-11-18Apply clang-tidy fixes for misc-include-cleaner in IRCore.cpp (NFC)Mehdi Amini
2023-11-18Apply clang-tidy fixes for llvm-else-after-return in IRCore.cpp (NFC)Mehdi Amini
2023-11-13[mlir][py] Overload print with state. (#72064)Jacques Pienaar
2023-11-11[mlir][python] Allow contexts to be created with a custom thread pool. (#72042)Stella Laurenzo
2023-11-07[mlir][python] value casting (#69644)Maksim Levental
2023-10-25[mlir][python] Clear PyOperations instead of invalidating them. (#70044)Ingo Müller
2023-10-20[MLIR][python bindings] invalidate ops after PassManager run (#69746)Maksim Levental
2023-10-18[mlir][python] Expose `PyInsertionPoint`'s reference operation (#69082)Tomás Longeri
2023-10-02[mlir][py] Use overloads instead (NFC)Jacques Pienaar
2023-10-02[mlir][CAPI, python bindings] Expose `Operation::setSuccessor` (#67922)Maksim Levental
2023-09-25[mlir][py] Enable AsmState overload for operation.Jacques Pienaar
2023-09-20[mlir][python] Expose AsmState python side. (#66819)Jacques Pienaar
2023-09-18[mlir] Quality of life improvements to python API types. (#66723)Stella Laurenzo
2023-09-18[mlir][c] Expose AsmState. (#66693)Jacques Pienaar
2023-08-23[mlir][python bindings] generate all the enumsmax
2023-08-11add `owner` to OpResultsList. this is useful for when the list is empty and a...max
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini
2023-07-26add set_type to ir.Valuemax
2023-07-23[mlir][py] Reuse more of CAPI build time inference.Jacques Pienaar
2023-07-12[MLIR][Python] Implement pybind adapters for MlirBlockAdam Paszke
2023-07-10[mlir][python] Downcast attributes in more placesRahul Kayaith
2023-07-05Add SymbolRefAttr to python bindingsmax
2023-06-21Fix a memory leak in the Python implementation of bytecode writerAdam Paszke
2023-06-07[MLIR][python bindings] TypeCasters for Attributesmax
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max
2023-05-24[mlir][python] Hook up PyRegionList.__iter__ to PyRegionIteratorRahul Kayaith
2023-05-24[mlir][python] Allow specifying block arg locationsRahul Kayaith
2023-05-23[MLIR][python bindings] use pybind C++ APIs for throwing python errors.max
2023-05-22[MLIR][python bindings] Expose TypeIDs in pythonmax