summaryrefslogtreecommitdiff
path: root/mlir/include
Commit message (Expand)AuthorAgeFilesLines
* [mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano2023-05-174-23/+23
* [mlir][irdl] Add `irdl.any_of` operationMathieu Fehr2023-05-172-3/+72
* [mlir][openacc] Add firstprivate representationValentin Clement2023-05-171-1/+66
* [mlir][openacc] Add private representationValentin Clement2023-05-172-1/+60
* [mlir][vector] Separate out vector transfer + tensor slice patternsLei Zhang2023-05-171-0/+11
* [mlir] don't hardcode PDL_Operation in Transform dialect extensionsAlex Zinenko2023-05-1710-29/+24
* [mlir][irdl] Add verification of IRDL opsMathieu Fehr2023-05-175-1/+89
* [mlir][llvm] Mark additional ops as pure.Tobias Gysi2023-05-172-2/+2
* [mlir][llvm] Saturation arithmetic intrinsics.Tobias Gysi2023-05-171-0/+11
* [mlir][openacc][NFC] Rename ReductionOp to ReductionOperatorValentin Clement2023-05-161-23/+25
* [mlir][openacc] Add ReturnLike trait to acc.yield operationValentin Clement2023-05-162-1/+3
* [mlir][llvm] Add is constant intrinsic.Tobias Gysi2023-05-161-3/+8
* [mlir] drop spurious PDL includeAlex Zinenko2023-05-161-1/+0
* [mlir][llvm] Add expect intrinsics.Tobias Gysi2023-05-163-2/+37
* [mlir] [mem2reg] Adapt to be pattern-friendly.Théo Degioanni2023-05-164-117/+63
* [mlir] make structured transform ops use typesAlex Zinenko2023-05-164-100/+192
* [mlir][tosa] Fold consecutive negate as no-opKai Sasaki2023-05-161-0/+2
* Adopt Properties to store operations inherent Attributes in the X86Vector dia...Mehdi Amini2023-05-151-0/+1
* Adopt Properties to store operations inherent Attributes in the Vector dialectMehdi Amini2023-05-151-0/+1
* Adopt Properties to store operations inherent Attributes in the Transform dia...Mehdi Amini2023-05-151-0/+1
* [TOSA] Add QuantizationDialect to TOSA's dependentDialectsTai Ly2023-05-151-1/+1
* Cleanup uses of getAttrDictionary() in MLIR to use getDiscardableAttrDictiona...Mehdi Amini2023-05-153-15/+23
* [mlir][sparse][gpu] first implementation of the GPU libgen approachAart Bik2023-05-153-5/+26
* [mlir][memref] Extract isStaticShapeAndContiguousRowMajor as a util function.Oleg Shyshkov2023-05-151-0/+13
* [mlir] allow repeated payload in structured.fuse_into_containingAlex Zinenko2023-05-151-4/+5
* [mlir][bufferization] Add option to dump alias setsMatthias Springer2023-05-152-0/+5
* [mlir][bufferization] Improve findValueInReverseUseDefChain signatureMatthias Springer2023-05-151-5/+22
* [mlir][transform] Use TrackingListener-aware iterator for getPayloadOpsMatthias Springer2023-05-152-42/+81
* [IR] Drop const in DILocation::getMergedLocationChristian Ulmann2023-05-151-1/+1
* [MLIR] NFC. Add missing const on affine analysis utils methodsUday Bondhugula2023-05-141-2/+2
* [MLIR] NFC. Make affine analysis utils method const correctUday Bondhugula2023-05-141-1/+1
* [mlir][openacc] Add canonicalization pattern for acc.host_dataValentin Clement2023-05-121-0/+1
* [mlir][tosa] Add accumulator type attribute to TOSA dialectTatWai Chong2023-05-122-2/+9
* Revert "[mlir][irdl] Add verification of IRDL ops"Mathieu Fehr2023-05-125-89/+1
* [mlir][gpu][sparse] add gpu ops for sparse matrix computationsAart Bik2023-05-123-0/+292
* [mlir][irdl] Add verification of IRDL opsMathieu Fehr2023-05-125-1/+89
* [mlir][Linalg] NFC - Retire dead tilePadOpNicolas Vasilache2023-05-121-3/+0
* [mlir][Linalg] NFC - Retire dead FusionOnTensors.cppNicolas Vasilache2023-05-121-59/+0
* [mlir][sparse] minor reorg of sparse tensor tablegen defsAart Bik2023-05-121-47/+56
* [mlir][linalg] Add channel-first variants of convolutionkon722023-05-121-1/+282
* [mlir][transform] TrackingListener: Allow existing ops as replacementsMatthias Springer2023-05-121-10/+2
* [mlir] Update method cast calls to function callsTres Popp2023-05-129-44/+43
* [mlir] Move casting calls from methods to function callsTres Popp2023-05-1221-71/+69
* [mlir] Move casting method calls to function callsTres Popp2023-05-1244-424/+421
* [mlir][tosa] Fold exp(log) operation into no-opKai Sasaki2023-05-121-0/+2
* [mlir][spirv] Support sub-byte integer types in type conversionLei Zhang2023-05-111-0/+9
* [mlir][openacc] Add host_data operationValentin Clement2023-05-111-1/+47
* [MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli2023-05-111-0/+27
* [mlir][flang][openacc] Remove obsolete operand legalization passesValentin Clement2023-05-113-87/+0
* [mlir][llvm] Improve LLVM IR constant import.Tobias Gysi2023-05-111-5/+8