aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib
AgeCommit message (Expand)AuthorFilesLines
2020-10-04Implement callee/caller type checking for llvm.callMehdi Amini1-1/+75
2020-10-03Add indented raw_ostream classJacques Pienaar2-0/+75
2020-10-03Revert "Add indented raw_ostream class"Jacques Pienaar2-73/+0
2020-10-03Add indented raw_ostream classJacques Pienaar2-0/+73
2020-10-02[MLIR][SPIRV] Add initial support for OpSpecConstantComposite.ergawy3-0/+169
2020-10-02[mlir][vector] Add canonicalization patterns for extractMap/insertMapThomas Raoux2-1/+61
2020-10-03[mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses t...zhanghb972-0/+108
2020-10-02[MLIR] Better message for FuncOp type mismatchStephen Neuendorffer1-1/+3
2020-10-02[mlir] Fix call op conversion in bare-ptr calling conventionDiego Caballero1-6/+2
2020-10-02[mlir] Attempt to appease gcc-5 const char* -> StringLiteral conversion issuNicolas Vasilache1-2/+2
2020-10-02[MLIR][LLVM] Fixed `topologicalSort()` to iterative versionGeorge Mitenkov1-14/+8
2020-10-02[mlir] Add subtensor_insert operationNicolas Vasilache1-16/+101
2020-10-02[mlir] Add canonicalization for the `subtensor` opNicolas Vasilache1-22/+38
2020-10-02[mlir] Add a subtensor operationNicolas Vasilache5-176/+214
2020-10-01[MLIR] Updates around MemRef NormalizationStephen Neuendorffer1-28/+9
2020-10-01[mlir][Linalg] NFC : Move fusion on tensors to separate file.MaheshRavishankar3-675/+699
2020-09-30Remove `Ops` suffix from dialect library namesGeoffrey Martin-Noble31-54/+54
2020-09-30[mlir][Linalg] Add pattern to tile and fuse Linalg operations on buffers.MaheshRavishankar3-106/+471
2020-09-30[mlir][vector] First step of vector distribution transformationThomas Raoux2-0/+81
2020-09-30[MLIR] Add async.value type to Async dialectEugene Zhulenev1-3/+117
2020-09-30[mlir][Linalg] Generalize the logic to compute reassociation mapsMahesh Ravishankar1-45/+42
2020-09-30[mlir][Linalg] Tile sizes for Conv ops vectorization added as pass argumentsJakub Lichman1-27/+24
2020-09-30[mlir] Added support for rank reducing subviewsJakub Lichman2-8/+94
2020-09-30[MLIR][SPIRV] Support different function control in (de)serializationGeorge Mitenkov2-12/+5
2020-09-29[MLIR] Avoid adding debuginfo for a function if it contains calls that has no...Tim Shen2-1/+18
2020-09-29[mlir] Support return and call ops in bare-ptr calling conventionDiego Caballero1-91/+175
2020-09-29[MLIR] Add Async dialect with trivial async.region operationEugene Zhulenev4-0/+69
2020-09-29Adds MLIR C-API for marshaling Python capsules.Stella Laurenzo2-0/+34
2020-09-29[mlir][openacc] Add shutdown operationValentin Clement1-1/+18
2020-09-29[mlir][openacc] Add init operationValentin Clement1-0/+13
2020-09-29[mlir][openacc] Add wait operationValentin Clement1-0/+16
2020-09-29[mlir] Expose Dialect class and registration/loading to C APIAlex Zinenko4-0/+73
2020-09-29[mlir][openacc] Add update operationValentin Clement1-0/+27
2020-09-29[mlir][Linalg] Refactor Linalg op initTensors support - NFCNicolas Vasilache2-2/+2
2020-09-29[mlir][Linalg] Refactor Linalg creation of loops to allow passing iterArgs - NFCNicolas Vasilache4-12/+48
2020-09-29[mlir] Fix shared libs buildAndrzej Warzynski1-1/+1
2020-09-29[mlir][GPU] Improve constant sinking in kernel outliningStephan Herhut1-51/+63
2020-09-28[mlir][openacc] Add acc.data operation verifierValentin Clement1-0/+15
2020-09-29Remove dependency from LLVM Dialect on the OpenMP dialectMehdi Amini4-6/+6
2020-09-28[mlir][Affine][VectorOps] Fix super vectorizer utility (D85869)Diego Caballero1-1/+1
2020-09-28[mlir][shape] Make conversion passes more consistent.Sean Silva2-42/+26
2020-09-28[mlir] [VectorOps] Relaxed restrictions on vector.reduction types even moreAart Bik2-3/+11
2020-09-28[mlir] [VectorOps] changes to printing support for integersAart Bik2-47/+21
2020-09-28Add FunctionType to MLIR C and Python bindings.Stella Laurenzo2-0/+90
2020-09-27[mlir][openacc] Switch to assembly format for acc.dataValentin Clement1-148/+0
2020-09-27[mlir][openacc] Remove detach and delete operands from acc.dataValentin Clement1-24/+3
2020-09-26Common code preparation for tblgen-types patchJohn Demme1-15/+0
2020-09-25[NFC] Fix comment for DataOpclementval1-13/+13
2020-09-25[MLIR] Fix for updating function signature in normalizing memrefsHaruki Imai1-9/+16
2020-09-25[NFC] Fix build warningsRahul Joshi1-1/+1