summaryrefslogtreecommitdiff
path: root/mlir/lib
Commit message (Expand)AuthorAgeFilesLines
* [PassBuilder] Support O0 in default pipelinesNikita Popov2023-03-171-5/+1
* [mlir][StorageUniquer] Use allocators per thread instead of per shardRiver Riddle2023-03-161-36/+63
* [mlir][sparse] add new sparisification option for dependent index reduction-b...Peiming Liu2023-03-162-68/+72
* [mlir] Fix a warningKazu Hirata2023-03-161-0/+3
* Fix asan error uncovered after landing D145133.Mahesh Ravishankar2023-03-161-1/+1
* [mlir][Vector] Canonicalize create_mask(transpose)Diego Caballero2023-03-161-3/+28
* [mlir][TilingInterface] Modify `TilingInterface` methods to better return the...Mahesh Ravishankar2023-03-168-115/+137
* [mlir] Fix legal/illegal ops in TosaToTensor & TosaToLinalgMaya Amrami2023-03-162-0/+3
* [mlir] Fix scf.for with signless iterations print/parseJacques Pienaar2023-03-161-17/+21
* Use *{Map,Set}::contains (NFC)Kazu Hirata2023-03-152-2/+2
* [ADT][mlir] Fix gcc build errorJakub Kuderski2023-03-151-1/+1
* [ADT] Allow `llvm::enumerate` to enumerate over multiple rangesJakub Kuderski2023-03-157-22/+14
* [mlir][sparse] Modify the pivot selection method for quick sort.bixia12023-03-151-68/+110
* [mlir][sparse] Updating `Merger::foreachTensorLoopId` to take `LatPointId`wren romano2023-03-151-15/+14
* [mlir][memref] Fold subview into GPU subgroup MMA load/store opsLei Zhang2023-03-152-2/+24
* [mlir][Affine] Use stable sorting to prevent non-determinismTres Popp2023-03-151-8/+6
* Use *{Map,Set}::contains (NFC)Kazu Hirata2023-03-153-3/+3
* [ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski2023-03-1526-75/+73
* [mlir][Transform] NFC - Refactor forall mapping to threads and blocks into on...Nicolas Vasilache2023-03-152-187/+165
* [mlir][affine][analysis][NFC] Simplify FlatAffineConstraints APIMatthias Springer2023-03-156-84/+41
* [mlir] Use Use *{Set,Map}::contains (NFC)Kazu Hirata2023-03-146-7/+7
* [mlir] Fix two build warnings (NFC)Jie Fu2023-03-152-13/+1
* [mlir][Tensor] Use folded evaluators in tiling implementation of `tensor.pad`.Mahesh Ravishankar2023-03-152-41/+59
* [MLIR] Update/fix memref region computation for affine.parallel opsUday Bondhugula2023-03-153-41/+45
* [mlir][spirv] Fix UnifyAliasedResourcePass for 64-bit indexLei Zhang2023-03-141-10/+15
* [mlir][spirv] Fix scf.yield pattern conversionJakub Kuderski2023-03-141-4/+14
* [mlir][spirv][NFC] Clean up scf-to-spirv passJakub Kuderski2023-03-142-319/+306
* [mlir][sparse] Improve sort operation by generating inlined code to compare v...bixia12023-03-141-142/+98
* [MLIR] : Add integer mul in scf to openmp conversionKiran Chandramohan2023-03-141-0/+4
* [mlir][tosa] Add FFT2d operationLuke Hutton2023-03-141-0/+10
* [mlir][tosa] Swap reshape at end of reduce op with expand_shapeRamiro Leal-Cavazos2023-03-141-3/+22
* [mlir][sparse] Cleaning up names in {Merger,LoopEmitter,CodegenEnv}.{h,cpp}wren romano2023-03-147-979/+1181
* [mlir] relax value handle updates when operation is replacedAlex Zinenko2023-03-141-11/+16
* [mlir][vector] Add gather lowering patternsJakub Kuderski2023-03-141-0/+136
* [mlir][GPUTransforms] NFC - Refactor GPUTransforms.cpp in preparation for imp...Nicolas Vasilache2023-03-143-191/+246
* [mlir][Transform] NFC - Various API cleanups and use RewriterBase in lieu of ...Nicolas Vasilache2023-03-1411-76/+86
* [mlir][Affine] Add helper functions to allow reordering affine.apply operands...Nicolas Vasilache2023-03-143-0/+175
* [mlir][DialectUtils] Cleanup IndexingUtils and provide more affine variants w...Nicolas Vasilache2023-03-149-106/+194
* [mlir] Move tosa.concat lowering from TosaToLinalg to TosaToTensorMaya Amrami2023-03-142-64/+64
* Fix a small typo in a comment in MlitOptMain.cpp (NFC)Mehdi Amini2023-03-131-1/+1
* [mlir] Use splitBlock instread of createBlock in GenericAtomicRMWLowering.Alexander Belyaev2023-03-131-26/+4
* Revert "Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM prin...Mehdi Amini2023-03-132-37/+24
* Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM printerMehdi Amini2023-03-132-24/+37
* Add a message to mlir-opt when reading from stdin to avoid being waiting for ...Mehdi Amini2023-03-131-0/+9
* [mlir][IR] Add ForwardDominanceIterator for IR walkersMatthias Springer2023-03-132-76/+26
* [mlir][affine][analysis] Fix `closedUB` handling in `getSliceBounds`Matthias Springer2023-03-131-6/+8
* [mlir] Use llvm::is_contained (NFC)Kazu Hirata2023-03-132-5/+3
* Introduce mlir::tracing::ExecutionContextMehdi Amini2023-03-122-0/+98
* [mlir] NFC - Add some more static value utilsNicolas Vasilache2023-03-121-0/+10
* [mlir][llvm] Add visibility attributeChristian Ulmann2023-03-123-11/+40