summaryrefslogtreecommitdiff
path: root/mlir/unittests/IR
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Move casting calls from methods to function callsTres Popp2023-05-122-32/+31
* Introduce MLIR Op PropertiesMehdi Amini2023-05-014-10/+370
* Revert "Introduce MLIR Op Properties"Mehdi Amini2023-05-014-370/+10
* Introduce MLIR Op PropertiesMehdi Amini2023-05-014-10/+370
* [mlir] Add missing cast functions to mlir namespaceRahul Kayaith2023-03-271-4/+3
* Delete ActionManager and replace it with a simple callback on the ContextMehdi Amini2023-03-072-135/+0
* Rename DebugAction to tracing::Action and move related code from lib/Support ...Mehdi Amini2023-03-062-0/+135
* [mlir] Require explicit casts when using TypedValueRahul Kayaith2023-02-011-1/+1
* [mlir] Adjust AttributeTest to show skip behavior.Adrian Kuegel2023-01-311-1/+3
* [mlir] Promote the SubElementInterfaces to a core Attribute/Type constructRiver Riddle2023-01-274-55/+21
* [mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-141-1/+1
* [mlir] Add #include <optional> (NFC)Kazu Hirata2023-01-131-0/+1
* [mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu2023-01-122-6/+25
* [mlir][tblgen] Generate generic adaptors for OpsMarkus Böck2023-01-112-0/+64
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-102-9/+9
* [mlir] Fix warningsKazu Hirata2022-12-221-2/+2
* [mlir] Allow specifying benefit for C func ptr style patterns.Chenguang Wang2022-12-221-0/+19
* [mlir/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-13/+14
* [mlir] Infer SubElementInterface implementations using the storage KeyTyRiver Riddle2022-11-041-2/+3
* Apply clang-tidy fixes for llvm-include-order in TypeTest.cpp (NFC)Mehdi Amini2022-09-151-1/+1
* [mlir] Fix DenseElementsAttr treatment of bool splat of "true"River Riddle2022-09-131-0/+14
* [mlir] Fix asan leak in BlockAndValueMapping testRiver Riddle2022-09-091-0/+3
* [MLIR] Improve interaction of TypedValue with BlockAndValueMappingTyker2022-09-092-0/+35
* [mlir] Fix DenseElementsAttr::mapValues(i1, splat).Chenguang Wang2022-09-061-0/+34
* [NFC][mlir] Add support for llvm style casting for mlir typesTyker2022-08-242-0/+68
* [mlir] Populate default attributes on op creationJacques Pienaar2022-08-221-2/+1
* Reland "[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris"Rainer Orth2022-08-191-5/+7
* [mlir, flang] Use has_value instead of hasValue (NFC)Kazu Hirata2022-08-061-1/+1
* Revert "[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris"Mehdi Amini2022-08-041-2/+2
* [mlir][test] Fix IR/AttributeTest.cpp compilation on SolarisRainer Orth2022-08-041-2/+2
* [mlir] Use EXPECT_DEBUG_DEATH in unit testStephan Herhut2022-08-021-2/+2
* [mlir] Add a new builtin DenseResourceElementsAttrRiver Riddle2022-08-011-0/+118
* [mlir] Remove types from attributesJeff Niu2022-07-311-6/+9
* [mlir] Use has_value instead of hasValue (NFC)Kazu Hirata2022-07-131-2/+2
* [mlir] Add method to populate default attributesJacques Pienaar2022-07-081-0/+19
* [mlir] Define proper DenseMapInfo for InterfacesMarkus Böck2022-07-062-0/+78
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-251-2/+2
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-251-2/+2
* [mlir] Rework the implementation of TypeIDRiver Riddle2022-04-041-0/+12
* [mlir] Refactor DialectRegistry delayed interface support into a general Dial...River Riddle2022-03-162-43/+45
* [mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle2022-03-161-10/+13
* [mlir] NFC NamedAttrList append with StringAttrMogball2022-02-171-1/+1
* [mlir] Add isa/dyn_cast support for dialect interfacesRiver Riddle2022-01-311-11/+8
* [mlir][NFC] Add a using for llvm::BitVector to LLVM.hRiver Riddle2022-01-261-1/+1
* [mlir] Refactor ShapedType into an interfaceRiver Riddle2022-01-121-12/+16
* Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini2021-12-201-2/+2
* [mlir][ir] OpRewritePattern should accept generatedNamesMogball2021-12-102-0/+31
* Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini2021-12-086-6/+6
* [mlir] Convert NamedAttribute to be a classRiver Riddle2021-11-181-8/+8
* [mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle2021-11-162-8/+7