aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CAPI/ir.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno1-11/+47
2024-03-07[MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar1-0/+4
2023-12-11[mlir][CAPI] Add mlirOpOperandGetValue (#75032)Shenghang Tsai1-0/+9
2023-11-06[mlir] support scalable vectors in python bindings (#71050)Oleksandr "Alex" Zinenko1-10/+24
2023-11-03[mlir][c] Add mlirOperationPrintWithStateJacques Pienaar1-1/+4
2023-10-20[MLIR][python bindings][fix] invalidate ops after PassManager runmax1-0/+1
2023-10-20[MLIR][python bindings] invalidate ops after PassManager run (#69746)Maksim Levental1-0/+47
2023-09-26[MLIR] Introduce new C bindings to differentiate between discardable and inhe...Mehdi Amini1-22/+21
2023-09-18[mlir][c] Expose AsmState. (#66693)Jacques Pienaar1-0/+7
2023-09-14[mlir] Add Python bindings for DenseResourceElementsAttr. (#66319)Stella Laurenzo1-5/+24
2023-09-11[mlir] Make it possible to build a DenseResourceElementsAttr from untyped mem...Stella Laurenzo1-3/+12
2023-07-19[mlir] Fix -Wcast-qual in mlir/test/CAPI/ir.c after D153911 (NFC)Jie Fu1-18/+18
2023-07-10[mlir][CAPI] Expose the rest of MLIRContext's constructorsKrzysztof Drewniak1-0/+13
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle1-3/+4
2023-05-02Adopt Properties to store operations inherent Attributes in the Arith dialectMehdi Amini1-1/+1
2023-04-26[MLIR][python bindings] Reimplement `replace_all_uses_with` on `PyValue`max1-0/+52
2023-04-25Revert "[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`"max1-74/+68
2023-04-24[MLIR][python bindings][fix] implement `replace_all_uses_with` on `PyValue`max1-2/+2
2023-04-24[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`max1-67/+73
2023-01-24[MLIR] Expose LocationAttrs in the C APIAndrew Young1-0/+11
2022-12-16[mlir-c] Add method to create unmanaged dense resource elements attrJacques Pienaar1-0/+71
2022-12-12[mlir][CAPI] Add a simple MlirOpOperand API for MlirValue uses.Mike Urbach1-4/+32
2022-12-12[mlir] Fix -Wstrict-prototypes warningTom Eccles1-7/+7
2022-11-18[mlir][AsmPrinter] Allow explicitly disabling debug infoRiver Riddle1-1/+1
2022-10-26[mlir][arith] Initial support for fastmath flag attributes in the Arithmetic ...Jeremy Furtek1-1/+1
2022-09-29[mlir] Add C bindings for StridedArrayAttrDenys Shabalin1-0/+14
2022-08-12[mlir][python] Add python bindings for DenseArrayAttrJeff Niu1-0/+34
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle1-1/+1
2022-07-20[MLIR] Add function to create Float16 array attributeTanyo Kwok1-2/+14
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo1-4/+19
2022-06-08Add Python bindings for the OpaqueTypedime101-0/+15
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle1-5/+5
2022-04-19[MLIR] Add function to create BFloat16 array attributeAshay Rane1-2/+14
2022-04-06[MLIR] Add block detach func to CAPI and use it in Python bindingsJohn Demme1-0/+13
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle1-4/+2
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-1/+2
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-11/+11
2022-02-24[mlir][python] Support more types in IntegerAttr.valuerkayaith1-1/+11
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-3/+3
2022-02-01[mlir][capi] Add DialectRegistry to MLIR C-APIDaniel Resnick1-0/+32
2022-01-21[mlir][python] 8b/16b DenseIntElements accessRahul Kayaith1-0/+11
2022-01-19[mlir] Make locations required when adding/creating block argumentsRiver Riddle1-9/+11
2022-01-19Change elided large constant syntax to make it more explicitMehdi Amini1-1/+1
2022-01-01Fix possible memory leak in a MLIR unit-testMehdi Amini1-1/+3
2021-11-09[mlir-c] Add Region iterators matching Block & Operation onesJacques Pienaar1-2/+3
2021-11-03[mlir][python] improve usability of Python affine construct bindingsAlex Zinenko1-0/+7
2021-11-02[mlir] provide C API and Python bindings for symbol tablesAlex Zinenko1-53/+145
2021-10-19[mlir][RFC] Refactor layout representation in MemRefTypeVladislav Vinogradov1-1/+0
2021-10-14[MLIR][arith] fix references to std.constant in commentsMogball1-5/+10