summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/BuiltinDialect.cpp
AgeCommit message (Expand)Author
2025-07-22[mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933)Maksim Levental
2025-07-03[mlir] Remove unused includes (NFC) (#146812)Kazu Hirata
2025-03-06[mlir][NFC] Migrate to OpAsmAttrInterface for some Builtin Attributes for ali...Hongren Zheng
2024-06-19Reimplementing target description concept using DLTI attribute (#92138)Niranjan Hasabnis
2023-07-14[mlir] Improve syntax of `distinct[n]<unit>`Markus Böck
2023-07-11[mlir] Add a builtin distinct attributeTobias Gysi
2023-06-02[mlir][IR][NFC] Move CastOpInterface helpers to mlir/InterfacesMatthias Springer
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2023-01-11[mlir][NFC] Migrate rest of the dialects to the new fold APIMarkus Böck
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-08-23[mlir:Bytecode] Add initial support for dialect defined attribute/type encodingsRiver Riddle
2022-08-01[mlir] Add a new builtin DenseResourceElementsAttrRiver Riddle
2022-07-25Split class ValueRange to a new filelipracer
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-15[mlir][PDL] Define a new PDLInterp::FuncOp operation and drop uses of FuncOpRiver Riddle
2022-03-08[mlir][NFC] Update the Builtin dialect to use "Both" accessorsRiver Riddle
2022-02-07[mlir] Update uses of `parser`/`printer` ODS op field to `hasCustomAssemblyFo...River Riddle
2022-02-02[mlir][NFC] Update remaining dialect operations to use `hasVerifier` instead ...River Riddle
2022-01-18[mlir] Convert OpTrait::FunctionLike to FunctionOpInterfaceRiver Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi 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-11[mlir] Replace usages of Identifier with StringAttrRiver Riddle
2021-08-06[mlir] Allow to override type/attr aliases from various hooksVladislav Vinogradov
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-07-16[mlir] replace llvm.mlir.cast with unrealized_conversion_castAlex Zinenko
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2021-05-07[mlir] Refactor the representation of function-like argument/result attributes.River Riddle
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini
2021-03-24[mlir] support data layout specs on ModuleOpAlex Zinenko
2021-03-11[mlir][StorageUniquer] Properly call the destructor on non-trivially destruct...River Riddle
2021-02-26[mlir] Remove some rarely used OpState members and use Operation members inst...Christian Sigg
2021-02-25[mlir] Mark OpState::getAttrs() deprecated.Christian Sigg
2021-02-08Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""Tres Popp
2021-02-08Revert "Reorder MLIRContext location in BuiltinAttributes.h"Tres Popp
2021-02-08Reorder MLIRContext location in BuiltinAttributes.hTres Popp
2021-01-29Use type alias for large tuplesJacques Pienaar
2021-01-20[mlir] Add a new builtin `unrealized_conversion_cast` operationRiver Riddle
2021-01-15[mlir] Add better support for f80 and f128Valentin Clement
2020-12-17[mlir] Remove the MutableDictionaryAttr classRiver Riddle
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
2020-12-03[MLIR][NFC] Fix mix up between dialect attribute values and namesUday Bondhugula
2020-12-02Add `Operation* OpState::operator->()` to provide more convenient access to m...Christian Sigg
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][IR] Use tablegen for the BuiltinDialect and operationsRiver Riddle