summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Complex
Commit message (Expand)AuthorAgeFilesLines
* [mlir][complex] Canonicalize complex.sub zeroKai Sasaki2022-11-091-0/+9
* [mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2022-09-292-2/+2
* [mlir][complex] Canonicalization for complex.sub adding same numbersKai Sasaki2022-09-071-0/+15
* [mlir] Remove types from attributesJeff Niu2022-07-311-7/+12
* [mlir][complex] Canonicalize complex.add zerolewuathe2022-07-291-0/+9
* [mlir][Complex] Add convenience builder for complex.number attribute.Adrian Kuegel2022-07-291-9/+1
* [mlir][complex] Canonicalize consecutive complex.conjlewuathe2022-07-291-0/+14
* [mlir][Complex] Change complex.number attribute type to ComplexType.Adrian Kuegel2022-07-281-5/+12
* [mlir] Small stylistic changes to Complex_NumberAttrAlexander Belyaev2022-07-281-31/+7
* [mlir][complex] Custom attribute comlex.number.lewuathe2022-07-272-0/+77
* [mlir][complex] Inverse canonicalization between exp and loglewuathe2022-07-031-0/+28
* [mlir][complex] Canonicalization for consecutive complex.neglewuathe2022-06-291-0/+14
* [mlir][complex] Canonicalization for consecutive complex.add and sublewuathe2022-06-281-0/+21
* [mlir] (NFC) Clean up bazel and CMake target namesMogball2022-06-131-2/+2
* [mlir][NFC] Update remaining dialect operations to use `hasVerifier` instead ...River Riddle2022-02-021-5/+5
* [mlir] Move the complex support of std.constant to a new complex.constant ope...River Riddle2022-01-263-8/+66
* [MLIR] Replace std ops with arith dialect opsMogball2021-10-132-1/+19
* [mlir] Generare .cpp.inc files for dialects.Stella Laurenzo2021-06-291-0/+2
* [mlir] Fold complex.create(complex.re(op), complex.im(op))Adrian Kuegel2021-05-261-6/+19
* [mlir] Simplify folding code (NFC)Adrian Kuegel2021-05-261-2/+2
* [mlir] Fold complex.re(complex.create) and complex.im(complex.create)Adrian Kuegel2021-05-261-0/+4
* [mlir] Add EqualOp and NotEqualOp to complex dialect.Adrian Kuegel2021-05-201-0/+1
* [mlir] Add folder for complex.ReOp and complex.ImOp.Adrian Kuegel2021-05-181-0/+16
* Revert "[mlir] Add folder for complex.ReOp and complex.ImOp."Adrian Kuegel2021-05-171-10/+0
* [mlir] Add folder for complex.ReOp and complex.ImOp.Adrian Kuegel2021-05-171-0/+10
* [mlir] Add Complex dialect.Alexander Belyaev2021-01-154-0/+50