summaryrefslogtreecommitdiff
path: root/mlir/test/python/python_test_ops.td
AgeCommit message (Expand)Author
2025-09-18[MLIR][Python] add type hints for accessors (#158455)Maksim Levental
2025-09-15[MLIR][Python] fix generated value builder type hints (#158449)Maksim Levental
2024-08-31[mlir][python] Fix how the mlir variadic Python accessor `_ods_equally_sized_...Kasper Nielsen
2024-07-05[mlir][python] auto attribute casting (#97786)Maksim Levental
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-10-31[mlir][python] fix python_test dialect and I32/I64ElementsBuilder (#70871)Maksim Levental
2023-09-06[mlir][python] Create all missing attribute builders.Ingo Müller
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith
2023-05-26[MLIR][python bindings] Fix inferReturnTypes + AttrSizedOperandSegments for o...max
2023-05-26[mlir] Update cast/isa method calls to function callsTres Popp
2023-05-22[MLIR][python bindings] Add more basic AttrBuilder for _ops_gen.py filespengchao.hu
2023-05-11[MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-02-07[mlir] Switch default Fold API to using FoldAdaptorsMarkus Böck
2023-01-16[mlir][NFC] Set `useFoldAPI` to `kEmitRawAttributesFolder` value for some dia...Markus Böck
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-05-18[mlir][ods] Simplify useDefaultType/AttributePrinterParserMogball
2022-03-15[mlir] Split out AttrDef/TypeDef and pattern constructs from OpBase.tdRiver Riddle
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das
2022-01-19[mlir] Rework subclass construction in PybindAdaptors.hAlex Zinenko
2021-11-18[mlir][Python] Fix generation of accessors for OptionalMichal Terepeta
2021-10-25[mlir][python] Infer result types in generated constructors whenever possibleAlex Zinenko
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko
2021-07-15[MLIR] [Python ODS] Use @builtins.property for cases where 'property' is alre...John Demme
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo