summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Test/TestTypeDefs.td
AgeCommit message (Expand)Author
2025-11-05[MLIR][ODS] Re-enable direct implementation of type interfaces with method bo...Andi Drebes
2025-07-11[mlir][ODS] Fix TableGen for AttrOrTypeDef::hasStorageCustomConstructor (#147...Andrei Golubev
2025-06-18[mlir][bufferization] Support custom types (1/N) (#142986)Andrei Golubev
2025-05-10[MLIR][TableGen] Add genMnemonicAlias field for OpAsm{Type,Attr}Interface (#1...Hongren Zheng
2025-04-15[mlir][bufferization] Add tensor-like and buffer-like interfaces (#134220)Andrei Golubev
2025-02-25[mlir][DLTI] Make `getPreferredAlignment` default to `getABIAlignment` (#128754)Jeff Niu
2025-02-19[mlir] Add getAlias for OpAsmTypeInterface (#126364)Hongren Zheng
2025-01-28[mlir] Add OpAsmTypeInterface for pretty-print (#121187)Hongren Zheng
2024-11-25[mlir][LLVM][NFC] Move `LLVMStructType` to ODS (#117485)Markus Böck
2024-08-09[mlir][ODS] Verify type constraints in Types and Attributes (#102326)Matthias Springer
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi
2023-11-21[mlir] use TypeSize and uint64_t in DataLayout (#72874)Oleksandr "Alex" Zinenko
2023-08-27[mlir] Fix infinite recursion in alias initializerMarkus Böck
2023-07-28Expose callbacks for encoding of types/attributesMatteo Franciolini
2023-07-28Revert "Expose callbacks for encoding of types/attributes"Mehdi Amini
2023-07-28Expose callbacks for encoding of types/attributesMehdi Amini
2023-07-10[mlir] Add a parameter for passing default values to `StringRefParameter`Fabian Mora
2023-03-27[mlir][AsmPrinter] Fallback to using qualified printer if unqualified output ...Markus Böck
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2022-12-23[mlir] Enable types to us custom assembly formats involving optional attributes.Nick Kreeger
2022-12-06Use consistent spacing before custom directives for op and attr/type assembly...Kevin Gleason
2022-09-20[mlir][ods] Generalize default/optional parametersJeff Niu
2022-09-20[mlir][ods] Format: allow anchors in the else elementsJeff Niu
2022-08-06[mlir, flang] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-05[mlir][tblgen] Consistently use `$_ctxt` instead of `$_ctx`Markus Böck
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-03-15[mlir] Refactor how parser/printers are specified for AttrDef/TypeDefRiver Riddle
2022-03-15[mlir][ods] Add support for custom directive in attr/type formatsMogball
2022-02-15[mlir][ods] Default-valued parameters in attribute or type defsMogball
2022-02-08[mlir][ods] Attribute and type formats: support whitespacesMogball
2022-02-08[mlir][ods] Optional Attribute or Type ParametersMogball
2022-01-11Add a `qualified` directive to the Op, Attribute, and Type declarative assemb...Mehdi Amini
2021-12-08Change the printing/parsing behavior for Attributes used in declarative assem...Mehdi Amini
2021-11-10Change the contract with the type/attribute parsing to let the dispatch handl...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-06-08[mlir] Make MemRef element type extensibleAlex Zinenko
2021-04-15[mlir] Add support for adding attribute+type traits/interfaces to tablegen defsRiver Riddle
2021-02-22[mlir][IR] Refactor the `getChecked` and `verifyConstructionInvariants` metho...River Riddle
2021-01-11[mlir][TypeDefGen] Add support for adding builders when generating a TypeDefRiver Riddle
2021-01-06[mlir][TypeDefGen] Remove the need to define parser/printer for singleton typesRiver Riddle
2020-11-05[mlir] Move TestDialect and its passes to mlir::test namespace.Alexander Belyaev
2020-10-19[MLIR] ODS TypeDefs: getChecked() and internal enhancementsJohn Demme
2020-10-14[MLIR] Add support for defining Types in tblgenJohn Demme