summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Test/TestTypes.h
AgeCommit message (Expand)Author
2025-04-15[mlir][bufferization] Add tensor-like and buffer-like interfaces (#134220)Andrei Golubev
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu
2023-08-27[mlir] Fix infinite recursion in alias initializerMarkus Böck
2023-01-30[mlir][SubElements] Remove the ability to override implementationsRiver Riddle
2023-01-27[mlir] Promote the SubElementInterfaces to a core Attribute/Type constructRiver Riddle
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-08-14[mlir] Remove redundant member initialization (NFC)Kazu Hirata
2022-08-06[mlir, flang] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-26[mlir] Refactor SubElementInterface replace supportRiver Riddle
2022-06-29[mlir] Prevent SubElementInterface from going into infinite recursionMin-Yih Hsu
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[mlir] Don't use Optional::getValue (NFC)Kazu Hirata
2022-02-08[mlir][ods] Optional Attribute or Type ParametersMogball
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-12-08Change the printing/parsing behavior for Attributes used in declarative assem...Mehdi Amini
2021-11-11Use base class AsmParser/AsmPrinter in Types and Attribute print/parse method...Mehdi Amini
2021-11-08[MLIR] Attribute and type formats in ODSJeff Niu
2021-09-13[mlir] Allows to query traits from types and attributesMathieu Fehr
2021-08-14[MLIR] Move TestDialect to ::test namespaceStephen Neuendorffer
2021-04-15[mlir] Add support for adding attribute+type traits/interfaces to tablegen defsRiver Riddle
2021-03-24[mlir] provide a version of data layout size hooks in bitsAlex Zinenko
2021-03-11[mlir] Introduce data layout modeling subsystemAlex Zinenko
2020-11-05[mlir] Move TestDialect and its passes to mlir::test namespace.Alexander Belyaev
2020-10-14[MLIR] Add support for defining Types in tblgenJohn Demme
2020-08-18[mlir] Remove the use of "kinds" from Attributes and TypesRiver Riddle
2020-08-07[mlir] Remove the need to define `kindof` on attribute and type classes.River Riddle
2020-07-27[mlir] Support for mutable typesAlex Zinenko
2020-06-30[mlir] Refactor InterfaceGen to support generating interfaces for Attributes ...River Riddle