summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Test/TestAttributes.cpp
AgeCommit message (Expand)Author
2025-10-15[mlir][bufferization] Test tensor encoding -> memref layout conversion (#161166)Andrei Golubev
2025-09-02[mlir][LLVM|ptr] Add the `#llvm.address_space` attribute, and allow `ptr` tra...Fabian Mora
2025-09-01[mlir][ptr] Add load and store ops. (#156093)Fabian Mora
2025-07-29Avoid copies in getChecked (#147721)Alexandru Lorinti
2025-07-11[mlir][ODS] Fix TableGen for AttrOrTypeDef::hasStorageCustomConstructor (#147...Andrei Golubev
2025-06-21[mlir] Migrate away from ArrayRef(std::nullopt) (NFC) (#145140)Kazu Hirata
2025-05-14[MLIR][parser] Add token type and parser methods for forward slashes (#125056)Andi Drebes
2025-04-30[mlir][tblgen] Add custom parsing and printing within struct (#133939)Jorn Tuyls
2025-04-27[mlir][ptr] Switch `LogicalResult` to `bool` in `MemorySpaceAttrInterrface` (...Fabian Mora
2025-03-19[mlir][Ptr] Add the `MemorySpaceAttrInterface` interface and dependencies. (#...Fabian Mora
2025-02-19[mlir] Introduce OpAsmAttrInterface for pretty-print (#124721)Hongren Zheng
2024-07-23Add AsmParser::parseDecimalInteger. (#96255)quartersdg
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-05-04[MLIR] Extend floating point parsing support (#90442)orbiri
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2024-02-25Fix TestI64ElementsAttr printer (#82931)Matteo Franciolini
2024-01-23[mlir] Add example of `printAlias` to test dialect (NFC) (#79232)Jeff Niu
2023-10-03Improve MLIR Attribute::get() method efficiency by reducing the amount of arg...Mehdi Amini
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-04-03[mlir] Improve FieldParser list container detectionrkayaith
2023-01-22[mlir][ods] Simplify signature of `custom` printers and parsers of Attributes...Markus Böck
2022-12-20mlir/{SPIRV,Bufferization}: use std::optional in .td files (NFC)Ramkumar Ramachandra
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-18[MLIR] Add FieldParser implementation for Optional<> integer types.Nick Kreeger
2022-11-04[mlir] Infer SubElementInterface implementations using the storage KeyTyRiver Riddle
2022-10-12[mlir][ods] Allow custom directives in optional groupsJeff Niu
2022-09-17[mlir] Don't include SetVector.h (NFC)Kazu Hirata
2022-08-01[mlir] Add a generic DialectResourceBlobManager to simplify resource blob man...River Riddle
2022-07-31[mlir] Remove types from attributesJeff Niu
2022-07-26[mlir] Refactor SubElementInterface replace supportRiver Riddle
2022-06-29[mlir] Allow for attaching external resources to .mlir filesRiver Riddle
2022-06-28Fix printing for ArrayRef attributes/types in declarative assembly formatMehdi Amini
2022-05-16[mlir][ods] Ignore AttributeSelfTypeParameter in assembly formatsMogball
2022-04-26[mlir] Add extensible dialectsMathieu Fehr
2022-03-03Revert "[mlir] Add extensible dialects"Andrzej Warzynski
2022-03-02[mlir] Add extensible dialectsMathieu Fehr
2022-01-03Revert "Define a `cppAccessorType` to const-ref in APFloatParameter and updat...Mehdi Amini
2022-01-03Define a `cppAccessorType` to const-ref in APFloatParameter and update ODS em...Mehdi Amini
2021-11-11Use base class AsmParser/AsmPrinter in Types and Attribute print/parse method...Mehdi Amini
2021-11-10Change the contract with the type/attribute parsing to let the dispatch handl...Mehdi Amini
2021-11-10Emit the boilerplate for Attribute printer/parser dialect dispatching from ODSMehdi Amini
2021-11-08[MLIR] Attribute and type formats in ODSJeff Niu
2021-10-28[mlir] Implement replacement of SymbolRefAttrs in Dialect attributes using Su...Markus Böck
2021-09-30[ODS/AsmParser] Don't pass MLIRContext with DialectAsmParser.Chris Lattner
2021-09-30Revert "[ODS/AsmParser] Don't pass MLIRContext with DialectAsmParser."Mehdi Amini
2021-09-29[ODS/AsmParser] Don't pass MLIRContext with DialectAsmParser.Chris Lattner
2021-09-21[mlir] Refactor ElementsAttr into an AttrInterfaceRiver Riddle
2021-08-14[MLIR] Move TestDialect to ::test namespaceStephen Neuendorffer
2021-06-15[mlir] separable registration of attribute and type interfacesAlex Zinenko
2021-03-11[mlir][StorageUniquer] Properly call the destructor on non-trivially destruct...River Riddle