summaryrefslogtreecommitdiffstats
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-11138-1003/+957
* Remove copy ctors identical to the default one. NFC.Benjamin Kramer2020-01-113-13/+3
* [mlir][ods] Support dialect specific content emission via hooksLei Zhang2020-01-103-7/+81
* [mlir] NFC: put C++ code emission classes in their own filesLei Zhang2020-01-104-340/+408
* [mlir][spirv] Fix typos related to (de)serialization.Denis Khalikov2020-01-102-5/+5
* Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...Benjamin Kramer2020-01-105-5/+3
* fix another typo to cycle botsNico Weber2020-01-091-1/+1
* [mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.River Riddle2020-01-092-1/+12
* [mlir] add a missing dependency for Linalg conversionEric Schweitz2020-01-091-0/+1
* [mlir] mlir-cpu-runner test's cblas_interface should export functions on WindowsKern Handa2020-01-095-7/+66
* [mlir] NFC: Move the state for managing SSA value names out of OperationPrint...River Riddle2020-01-091-510/+571
* [mlir] fix test failure in EDSC/builder-api-testHiroshi Inoue2020-01-091-3/+4
* [mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko2020-01-0911-2/+428
* [mlir][VectorOps] Implement insert_strided_slice conversionNicolas Vasilache2020-01-092-42/+215
* [mlir][VectorOps] Implement strided_slice conversionNicolas Vasilache2020-01-093-3/+178
* [MLIR] Don't use SSA names directly for std.view canonicalization testAhmed Taei2020-01-081-5/+5
* Canonicalize static alloc followed by memref_cast and std.viewAhmed Taei2020-01-082-4/+29
* [MLIR] Fix ML IR build on Windows with Visual StudioStella Stamenova2020-01-081-1/+1
* [mlir] NFC: Move the state for managing aliases out of ModuleState and into a...River Riddle2020-01-081-137/+185
* [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
OpenPOWER on IntegriCloud