summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/IR/BuiltinAttributes.cpp
AgeCommit message (Expand)Author
2025-01-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre
2024-09-11[MLIR][Python] Python binding support for IntegerSet attribute (#107640)Amy Wang
2024-03-07[MLIR] Add llvm (debug) attributes to CAPI (#83992)Edgar
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-05Add SymbolRefAttr to python bindingsmax
2023-06-07[MLIR][python bindings] TypeCasters for Attributesmax
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-01-24[MLIR] Expose LocationAttrs in the C APIAndrew Young
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-16[mlir-c] Add method to create unmanaged dense resource elements attrJacques Pienaar
2022-09-29[mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin
2022-09-29[mlir] Add C bindings for StridedArrayAttrDenys Shabalin
2022-08-30[mlir] Make DenseArrayAttr genericJeff Niu
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-05-12[DenseElementAttr] Simplify the public API for creating these.Chris Lattner
2022-04-19[MLIR] Add function to create BFloat16 array attributeAshay Rane
2022-02-24[mlir][python] Support more types in IntegerAttr.valuerkayaith
2022-01-21[mlir][python] 8b/16b DenseIntElements accessRahul Kayaith
2021-11-18[mlir] Convert NamedAttribute to be a classRiver Riddle
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle
2021-11-11[mlir] Replace usages of Identifier with StringAttrRiver Riddle
2021-11-09[mlir] Refactor ElementsAttr's value access APIRiver Riddle
2021-10-07[mlir] Extend C and Python API to support bulk loading of DenseElementsAttr.Stella Laurenzo
2021-09-21[mlir] Add value_begin/value_end methods to DenseElementsAttrRiver Riddle
2021-08-29[SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr.Chris Lattner
2021-06-08[Core] Add Twine support for StringAttr and Identifier. NFC.Chris Lattner
2021-05-19[mlir][CAPI] Expose [u]int8 DenseElementsAttr.Sean Silva
2021-04-12[mlir] introduce "encoding" attribute to tensor typeAart Bik
2021-02-26[mlir] Simplify various pieces of code now that Identifier has access to the ...River Riddle
2021-02-22[mlir][IR] Refactor the `getChecked` and `verifyConstructionInvariants` metho...River Riddle
2021-02-08Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""Tres Popp
2021-02-08Revert "Reorder MLIRContext location in BuiltinAttributes.h"Tres Popp
2021-02-08Reorder MLIRContext location in BuiltinAttributes.hTres Popp
2020-12-11Store a MlirIdentifier instead of a MlirStringRef in MlirNameAttributeMehdi Amini
2020-12-03[mlir][Attributes][NFC] Move all builtin Attribute classes to BuiltinAttribut...River Riddle