summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/IR/BuiltinTypes.cpp
AgeCommit message (Expand)Author
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata
2025-08-27[MLIR] Remove unused C API mlirUnrankedTensorTypeGetElementType (NFC)Mehdi Amini
2025-08-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in BuiltinTypes.c...Mehdi Amini
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2025-01-20[mlir][IR] Remove `isF...()` type API for low-precision FP types (#123326)Matthias Springer
2025-01-16[mlir][IR] Remove factory methods from `FloatType` (#123026)Matthias Springer
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev
2024-01-30[mlir][python] enable memref.subview (#79393)Maksim Levental
2023-11-06[mlir] support scalable vectors in python bindings (#71050)Oleksandr "Alex" Zinenko
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max
2023-05-22[MLIR][python bindings] Expose TypeIDs in pythonmax
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-11-21Merge kDynamicSize and kDynamicSentinel into one constant.Aliia Khasanova
2022-11-16Add Float8E4M3FN type to MLIR.Reed
2022-10-04Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-10-02Revert "Add APFloat and MLIR type support for fp8 (e5m2)."Vitaly Buka
2022-10-02Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-07-07[mlir] Structured transforms: introduce op splittingAlex Zinenko
2022-06-08Add Python bindings for the OpaqueTypedime10
2021-10-19[mlir][RFC] Refactor layout representation in MemRefTypeVladislav Vinogradov
2021-05-10[mlir][Python] Finish adding RankedTensorType support for encoding.Stella Laurenzo
2021-04-12[mlir] introduce "encoding" attribute to tensor typeAart Bik
2021-03-10[mlir] Model MemRef memory space as AttributeVladislav Vinogradov
2021-03-02[mlir][NFC] Rename `MemRefType::getMemorySpace` to `getMemorySpaceAsInt`Vladislav Vinogradov
2021-02-22[mlir][IR] Refactor the `getChecked` and `verifyConstructionInvariants` metho...River Riddle
2021-01-11[mlir] Expose MemRef layout in Python bindingsAlex Zinenko
2020-12-17[mlir][IR][NFC] Move context/location parameters of builtin Type::get methods...River Riddle
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle