summaryrefslogtreecommitdiff
path: root/mlir/test/CAPI/ir.c
AgeCommit message (Expand)Author
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar
2024-12-10Revert "[MLIR][Arith] Add denormal attribute to binary/unary operations (#112...lorenzo chelini
2024-11-26[MLIR][Arith] Add denormal attribute to binary/unary operations (#112700)lorenzo chelini
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno
2024-03-07[MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar
2023-12-11[mlir][CAPI] Add mlirOpOperandGetValue (#75032)Shenghang Tsai
2023-11-06[mlir] support scalable vectors in python bindings (#71050)Oleksandr "Alex" Zinenko
2023-11-03[mlir][c] Add mlirOperationPrintWithStateJacques Pienaar
2023-10-20[MLIR][python bindings][fix] invalidate ops after PassManager runmax
2023-10-20[MLIR][python bindings] invalidate ops after PassManager run (#69746)Maksim Levental
2023-09-26[MLIR] Introduce new C bindings to differentiate between discardable and inhe...Mehdi Amini
2023-09-18[mlir][c] Expose AsmState. (#66693)Jacques Pienaar
2023-09-14[mlir] Add Python bindings for DenseResourceElementsAttr. (#66319)Stella Laurenzo
2023-09-11[mlir] Make it possible to build a DenseResourceElementsAttr from untyped mem...Stella Laurenzo
2023-07-19[mlir] Fix -Wcast-qual in mlir/test/CAPI/ir.c after D153911 (NFC)Jie Fu
2023-07-10[mlir][CAPI] Expose the rest of MLIRContext's constructorsKrzysztof Drewniak
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle
2023-05-02Adopt Properties to store operations inherent Attributes in the Arith dialectMehdi Amini
2023-04-26[MLIR][python bindings] Reimplement `replace_all_uses_with` on `PyValue`max
2023-04-25Revert "[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`"max
2023-04-24[MLIR][python bindings][fix] implement `replace_all_uses_with` on `PyValue`max
2023-04-24[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`max
2023-01-24[MLIR] Expose LocationAttrs in the C APIAndrew Young
2022-12-16[mlir-c] Add method to create unmanaged dense resource elements attrJacques Pienaar
2022-12-12[mlir][CAPI] Add a simple MlirOpOperand API for MlirValue uses.Mike Urbach
2022-12-12[mlir] Fix -Wstrict-prototypes warningTom Eccles
2022-11-18[mlir][AsmPrinter] Allow explicitly disabling debug infoRiver Riddle
2022-10-26[mlir][arith] Initial support for fastmath flag attributes in the Arithmetic ...Jeremy Furtek
2022-09-29[mlir] Add C bindings for StridedArrayAttrDenys Shabalin
2022-08-12[mlir][python] Add python bindings for DenseArrayAttrJeff Niu
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle
2022-07-20[MLIR] Add function to create Float16 array attributeTanyo Kwok
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-06-08Add Python bindings for the OpaqueTypedime10
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-04-19[MLIR] Add function to create BFloat16 array attributeAshay Rane
2022-04-06[MLIR] Add block detach func to CAPI and use it in Python bindingsJohn Demme
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
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-24[mlir][python] Support more types in IntegerAttr.valuerkayaith
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-02-01[mlir][capi] Add DialectRegistry to MLIR C-APIDaniel Resnick
2022-01-21[mlir][python] 8b/16b DenseIntElements accessRahul Kayaith
2022-01-19[mlir] Make locations required when adding/creating block argumentsRiver Riddle
2022-01-19Change elided large constant syntax to make it more explicitMehdi Amini
2022-01-01Fix possible memory leak in a MLIR unit-testMehdi Amini