summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/DLTI/DLTI.cpp
AgeCommit message (Expand)Author
2025-11-06[mlir] Remove redundant declarations (NFC) (#166714)Kazu Hirata
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-05-28[MLIR][LLVM][DLTI] Handle data layout token 'n32:64' (#141299)Bruno Cardoso Lopes
2025-05-23[MLIR][LLVM][DLTI] Handle data layout token 'Fn32' (#141167)Bruno Cardoso Lopes
2025-04-10[mlir][DataLayout] Keep consistent input/output order (#135185)darkbuck
2025-03-11[mlir][DataLayout] Add a default memory space entry to the data layout. (#127...Fabian Mora
2025-03-05[MLIR][DLTI] Add mangling style (#125875)Guojin
2025-02-19[mlir][dlti] Fix query keys preallocation (#127786)Adam Siemieniuk
2025-02-12[mlir][dlti] Query by strings (#126716)Adam Siemieniuk
2024-12-21[Dialect] Migrate away from PointerUnion::{is,get} (NFC) (#120818)Kazu Hirata
2024-10-31[MLIR][DLTI] Pretty parsing and printing for DLTI attrs (#113365)Rolf Morel
2024-08-27[MLIR][DLTI] Enable types as keys in DLTI-query utils (#105995)Rolf Morel
2024-08-20[MLIR][DLTI] Introduce DLTIQueryInterface and impl for DLTI attrs (#104595)Rolf Morel
2024-08-12[MLIR][DLTI][Transform] Introduce transform.dlti.query - 2nd attempt (#102652)Rolf Morel
2024-08-09Revert "[MLIR][DLTI][Transform] Introduce transform.dlti.query (#101561)"Renato Golin
2024-08-09[MLIR][DLTI][Transform] Introduce transform.dlti.query (#101561)Rolf Morel
2024-06-27DLTI: Simplifying getDevicePropertyValue API by returning Attribute type valu...Niranjan Hasabnis
2024-06-19Reimplementing target description concept using DLTI attribute (#92138)Niranjan Hasabnis
2024-04-03[MLIR] Add endianness accessors to the data layout (#87347)Christian Ulmann
2024-01-09[mlir] Add global and program memory space handling to the data layout subsys...agozillon
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-04-03[mlir] Add stack alignment to the data layout dialect.Tobias Gysi
2023-03-21[mlir] Add alloca address space handling to the data layout subsystemJan Sjodin
2022-08-06Use value instead of getValue (NFC)Kazu Hirata
2022-08-06[mlir, flang] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-05-09[mlir] Refactoring dialect and test code to use parseCommaSeparatedListJakub Tucholski
2022-01-31[mlir] Add isa/dyn_cast support for dialect interfacesRiver Riddle
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2021-12-26Fix clang-tidy performance-move-const-arg in DLTI Dialect (NFC)Mehdi Amini
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-11Use base class AsmParser/AsmPrinter in Types and Attribute print/parse method...Mehdi Amini
2021-11-11[mlir] Replace usages of Identifier with StringAttrRiver Riddle
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-08-25[mlir] Update DialectAsmParser::parseString to use std::string instead of Str...River Riddle
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2021-03-24[mlir] support data layout specs on ModuleOpAlex Zinenko
2021-03-11[mlir] Introduce data layout modeling subsystemAlex Zinenko