summaryrefslogtreecommitdiffstats
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
...
* [mlir][Linalg] Lower linalg.reshape to LLVM for the static caseNicolas Vasilache2020-01-082-2/+110
* [mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp.Denis Khalikov2020-01-072-0/+41
* Revert "[mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp."Lei Zhang2020-01-072-41/+0
* [mlir][spirv] Add lowering for std cmp ops.Denis Khalikov2020-01-073-4/+123
* [mlir][spirv] Add lowering for standard bit opsDenis Khalikov2020-01-073-18/+65
* [mlir][spirv] Add lowering for std.fpext, std.fptrunc, std.sitofp.Lei Zhang2020-01-072-0/+41
* [mlir][Linalg] Add a linalg.reshape opNicolas Vasilache2020-01-068-15/+458
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-061-1/+1
* [mlir][Linalg] Reimplement and extend getStridesAndOffsetNicolas Vasilache2020-01-062-130/+126
* [mlir] Update mlir/CMakeLists.txt to install *.def filesKern Handa2020-01-061-0/+1
* [mlir][spirv] Update SPIR-V documentation with information aboutMaheshRavishankar2020-01-051-6/+113
* Add missing mlir-headers target and add tablegen'd deps to it.Stella Laurenzo2020-01-031-0/+5
* [mlir] Compilation fix: use LLVM_ATTRIBUTE_UNUSED following 6656e961c08393c39...Alexandre Ganea2020-01-031-6/+2
* [mlir] Fix indexed_accessor_range to properly forward the derived class.River Riddle2020-01-036-25/+70
* [mlir] Enhance classof() checks in StructsGenLei Zhang2020-01-033-6/+34
* [mlir][Linalg] NFC - Post-commit format fixNicolas Vasilache2020-01-031-2/+3
* [mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error on older...Nicolas Vasilache2020-01-031-2/+7
* [mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V librariesLei Zhang2020-01-033-2/+5
* [mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error (-fpermi...Nicolas Vasilache2020-01-031-4/+6
* [mlir][linalg] Lower linalg to affine loopsAhmed Taei2020-01-034-2/+94
* [mlir][Vector] NFC - Add documentation for the VectorOps dialect.Nicolas Vasilache2020-01-031-7/+486
* [mlir][spirv] Fix shader ABI attribute prefix and add verificationLei Zhang2020-01-038-41/+219
* [mlir] NFC: Fix broken links in docsKazuaki Ishizaki2020-01-034-9/+9
* [mlir] Rewrite the internal representation of OpResult to be optimized for me...River Riddle2020-01-028-167/+369
* [mlir] Only generate default for uncovered casesJacques Pienaar2020-01-021-0/+4
* [mlir] Revert default case that was neededJacques Pienaar2020-01-021-0/+2
* [mlir] Add parenthesis to avoid -WparenthesesJacques Pienaar2020-01-021-4/+4
* [mlir] Remove redudant default casesJacques Pienaar2020-01-021-4/+0
* [mlir][spirv] Update SPIR-V enums and ops with availability specLei Zhang2020-01-025-320/+1843
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-0216-135/+408
* [mlir][spirv] Allow specifying availability on enum attribute casesLei Zhang2020-01-0210-18/+328
* Fix some corner cases missed by D71955River Riddle2020-01-022-4/+12
* fix doc grammar-o to cycle botsNico Weber2020-01-021-1/+1
* [mlir][Linalg] NFC - Make consistent use of op.emitOpErrorNicolas Vasilache2020-01-022-31/+31
* [mlir][Linalg] NFC - Cleanup Linalg Declarative TransformationsNicolas Vasilache2020-01-024-79/+80
* [mlir][Linalg] NFC - Rename ViewTraits -> StructuredOpTraitsNicolas Vasilache2020-01-022-3/+4
* [mlir][Linalg] NFC - Rename LinalgGeneric -> GenericLinalgNicolas Vasilache2020-01-022-9/+9
* [mlir][spirv] NFC: Move shader ABI attributes to a new fileLei Zhang2020-01-018-73/+113
* [mlir][spirv] Fix links in docs and update dialect docsLei Zhang2020-01-012-27/+29
* [mlir] Fix -Wrange-loo-analysis warningsFangrui Song2020-01-017-9/+9
* [mlir] Fix compilation warningsAlexandre Ganea2020-01-012-3/+7
* [mlir] Fix linking with LLDAlexandre Ganea2020-01-011-1/+1
* [mlir] Fix warnings when compiling with Clang 9.0Alexandre Ganea2020-01-011-2/+2
* [mlir][docs] Remove redundant path prefixJacques Pienaar2019-12-311-1/+1
* [mlir] Make code blocks more consistentJacques Pienaar2019-12-319-44/+43
* [mlir][Linalg] Delete unused LinalgLibraryOps.tdNicolas Vasilache2019-12-311-616/+0
* [mlir] Refactor operation results to use a single use list for all results of...River Riddle2019-12-307-264/+365
* [mlir] Update mlir/CMakeLists.txt to install *.td filesKern Handa2019-12-291-0/+1
* [mlir] Fix the wrong computation of dynamic strides for lowering AllocOp to LLVMTung Le Duc2019-12-282-7/+8
* [mlir] Merge the successor operand count into BlockOperand.River Riddle2019-12-275-79/+98
OpenPOWER on IntegriCloud