summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/IRCore.cpp
AgeCommit message (Expand)Author
2021-11-29[mlir][python] Implement more SymbolTable methods.Stella Laurenzo
2021-11-29[mlir][python] Add pyi stub files to enable auto completion.Stella Laurenzo
2021-11-28[mlir][python] Normalize asm-printing IR behavior.Stella Laurenzo
2021-11-11[mlir] Replace usages of Identifier with StringAttrRiver Riddle
2021-11-05[mlir][python] fix constructor generation for optional operands in presence o...Alex Zinenko
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
2021-10-26Make Python MLIR Operation not iterableMehdi Amini
2021-10-19Fix clang-tidy warnings in MLIR Python bindings (NFC)Mehdi Amini
2021-10-18[mlir][python] Add 'loc' property to opsrkayaith
2021-10-13[mlir][python] Provide some methods and properties for API completenessAlex Zinenko
2021-10-13[mlir][python] Expose CallSiteLoc Python sideJacques Pienaar
2021-10-12[mlir][python] Add nameloc getterJacques Pienaar
2021-10-04[mlir][python] Usability improvements for Python bindingsAlex Zinenko
2021-09-30[mlir][python] provide access to function argument/result attributesAlex Zinenko
2021-09-22[MLIR] [Python] Make Attribute and Type hashableJohn Demme
2021-09-20[mlir][python] Forward _OperationBase _CAPIPtr to the Operation.Stella Laurenzo
2021-08-30[mlir][python] Apply py::module_local() to all classes.Stella Laurenzo
2021-08-30[mlir][python] Extend C/Python API to be usable for CFG construction.Stella Laurenzo
2021-08-19[MLIR] [Python] Add `owner` to `mlir.ir.Block`John Demme
2021-08-16[MLIR] [Python] Allow 'operation.parent' to return 'None'John Demme
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-07-14[MLIR] [Python] Add `owner` to PyValue and fix its parent referenceJohn Demme
2021-05-23[MLIR] [Python] Add Operation.parentJohn Demme
2021-05-03[mlir][Python] Add casting constructor to Type and Attribute.Stella Laurenzo
2021-04-28[mlir][python] Add `destroy` method to PyOperation.Mike Urbach
2021-04-28[mlir][python] Update `PyOpResult.owner` to get the parent object.Mike Urbach
2021-04-27[mlir] Support setting operand values in C and Python APIs.Mike Urbach
2021-04-27[MLIR][Python] Add capsule methods for pybind11 to PyValue.Mike Urbach
2021-04-19[mlir] Improve debug flag management in Python bindingsAlex Zinenko
2021-04-16[mlir][python] Add simple debugging and printing helpersNicolas Vasilache
2021-04-06[MLIR] [Python] Add capsule methods for pybind11 to PyOperationJohn Demme
2021-03-30[mlir] Add C and python API for is_registered_operation.Stella Laurenzo
2021-03-19[mlir][python] Adapt to `segment_sizes` attribute type change.Stella Laurenzo
2021-03-19NFC: Break up the mlir python bindings into individual sources.Stella Laurenzo