summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Complex/IR/ComplexDialect.cpp
AgeCommit message (Expand)Author
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (16/n) (#149922)Maksim Levental
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2024-03-27[NFC][mlir] Reorder `declarePromisedInterface()` operands (#86628)Justin Fargnoli
2024-01-10[mlir] allow inlining complex ops (#77514)Okwan Kwon
2024-01-08[mlir] Declare promised interfaces for the ConvertToLLVM extension (#76341)Justin Fargnoli
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-04-20[mlir][arith] Add arith.constant materialization helperRahul Kayaith
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-07-29[mlir][Complex] Add convenience builder for complex.number attribute.Adrian Kuegel
2022-07-28[mlir][Complex] Change complex.number attribute type to ComplexType.Adrian Kuegel
2022-07-28[mlir] Small stylistic changes to Complex_NumberAttrAlexander Belyaev
2022-07-27[mlir][complex] Custom attribute comlex.number.lewuathe
2022-01-26[mlir] Move the complex support of std.constant to a new complex.constant ope...River Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2021-01-15[mlir] Add Complex dialect.Alexander Belyaev