summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/IR/IR.cpp
AgeCommit message (Expand)Author
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-11-10[mlir] Support slicing for operands in results in Python bindingsAlex Zinenko
2020-11-04Switch from C-style comments `/* ... */` to C++ style `//` (NFC)Mehdi Amini
2020-11-04Switch the CallbackOstream wrapper in the MLIR C API to an Unbuffered streamMehdi Amini
2020-11-02[mlir][CAPI] Add APIs for mlirOperationGetName and Identifier.Stella Laurenzo
2020-10-29Add InsertionPoint and context managers to the Python API.Stella Laurenzo
2020-10-28Add a `mlirModuleGetBody()` accessor to the C API and bind it in PythonMehdi Amini
2020-10-24Remove global dialect registrationMehdi Amini
2020-10-23Revert "Remove global dialect registration"Mehdi Amini
2020-10-23Remove global dialect registrationMehdi Amini
2020-10-21[mlir][CAPI][Python] Plumb OpPrintingFlags to C and Python APIs.Stella Laurenzo
2020-10-21[mlir] Expose Value hierarchy to Python bindingsAlex Zinenko
2020-10-20[mlir] Expose Value hierarchy to C APIAlex Zinenko
2020-10-15[mlir][CAPI] Add mlirAttributeGetType function.Stella Laurenzo
2020-10-07[mlir][CAPI] Attribute set/remove on operations.Stella Laurenzo
2020-09-29[mlir] Expose Dialect class and registration/loading to C APIAlex Zinenko
2020-09-23Remove MLIR C-API explicit registration of standard ops.Stella Laurenzo
2020-09-23[mlir] Add insert before/after to list-like constructs in C APIAlex Zinenko
2020-09-23Implement python iteration over the operation/region/block hierarchy.Stella Laurenzo
2020-09-18First pass on MLIR python context lifetime management.Stella Laurenzo
2020-09-17[mlir] expose affine map to C APIzhanghb97
2020-08-28Add Location, Region and Block to MLIR Python bindings.Stella Laurenzo
2020-08-19[mlir] expose standard attributes to C APIAlex Zinenko
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-18[mlir] expose standard types to C APIAlex Zinenko
2020-08-17Adds __str__ support to python mlir.ir.MlirModule.Stella Laurenzo
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-14Minor build fix (pointer must be dereferenced with `->`)Mehdi Amini
2020-08-14Remove dependency from lib/CAPI/IR/IR.cpp on registerAllDialects() (build fix)Mehdi Amini
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-12[mlir] Expose printing functions in C APIAlex Zinenko
2020-08-12[mlir] use intptr_t in C APIAlex Zinenko
2020-08-10Free the memory allocated by mlirOperationStateAddXXX methods in mlirOperatio...Jing Pu
2020-08-05[mlir] Initial version of C APIsAlex Zinenko