summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* MLIR can't support -Bsymbolic link option, fail at CMake time with a helpful ...Mehdi Amini2021-11-081-0/+6
* [mlir] Avoid including <alloca.h> on FreeBSD and NetBSDDimitry Andric2021-08-101-0/+4
* Fix a couple regression tests I missed updating in 2a284782Eli Friedman2021-08-041-4/+4
* [mlir] Change ABI breaking use of NDEBUG to LLVM_ENABLE_ABI_BREAKING_CHECKSMarkus Böck2021-08-032-4/+4
* [mlir][openacc] Initial translation for DataOp to LLVM IRValentin Clement2021-07-272-66/+282
* [mlir] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song2021-07-271-1/+1
* Add llvm::equal convenient wrapper for ranges around std::equalMehdi Amini2021-07-281-4/+1
* [PDL] Mark PatternOp as SingleBlockRiver Riddle2021-07-271-1/+3
* [PDL] Fix the builders for OperationOp and PatternOpRiver Riddle2021-07-272-2/+2
* [mlir] Add a FailureOr copy constructor from a FailureOr of a convertible type.River Riddle2021-07-271-0/+4
* [PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminatorRiver Riddle2021-07-272-18/+5
* [mlir] Math: add algebraic simplification patterns to math transformsEugene Zhulenev2021-07-277-0/+219
* Re-engineer MLIR python build support.Stella Laurenzo2021-07-2720-387/+811
* [mlir][sparse] fixed bug in verificationAart Bik2021-07-272-4/+22
* [mlir] Fix typo s/applyPermuationMap/applyPermutationMap/Benjamin Kramer2021-07-273-10/+10
* Define the namespace for the Affine dialect in ODS (NFC)Mehdi Amini2021-07-272-2/+3
* [MLIR][NFC] Rework some comments.Rahul Joshi2021-07-264-7/+8
* [mlir] Make ValueShapeRange a new classJacques Pienaar2021-07-263-10/+32
* [MLIR][SCF][NFC] Fix typo in documentation of scf.whileRahul Joshi2021-07-261-2/+2
* [mlir][tosa] Disable tosa shape verification between operands/resultsRob Suderman2021-07-263-25/+44
* [mlir] split type conversion to two lines for GCC's sakeTres Popp2021-07-261-1/+4
* [mlir] Fix RankedTensorType::walkImmediateSubElements methodVladislav Vinogradov2021-07-263-0/+7
* [mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTra...Marcel Koester2021-07-2612-71/+208
* [mlir] Async: lower SCF operations into CFG inside coroutinesEugene Zhulenev2021-07-243-1/+58
* [mlir] Restore markUnknownOpDynamicallyLegal to call isDynamicallyLegal by de...Benjamin Kramer2021-07-241-1/+2
* [mlir] ConversionTarget legality callbacks refactoringButygin2021-07-242-25/+23
* [MLIR][NFC] Minor cleanup in liveness.Rahul Joshi2021-07-232-23/+15
* [mlir][linalg] Add pooling_nchw_max, conv_2d_nchw as yaml ops.Yi Zhang2021-07-236-10/+229
* [mlir][linalg] Fix bug in contraction op vectorization with output permthomasraoux2021-07-234-21/+71
* [mlir][Complex]: Add lowerings for AddOp and SubOp from Complex dialect toAdrian Kuegel2021-07-232-6/+63
* [mlir] Async: special handling for parallel loops with zero iterationsEugene Zhulenev2021-07-233-56/+104
* [mlir][Linalg] Fix a missing copy when source of insert_slice is not inplace.Nicolas Vasilache2021-07-232-8/+88
* [mlir] Fix comment typosJacques Pienaar2021-07-221-6/+6
* [mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors.Rob Suderman2021-07-221-19/+32
* [mlir][tosa] Quantized Conv2DOp lowering to linalg added.Rob Suderman2021-07-225-12/+201
* [mlir] Also update inferReturnTensorTypes (NFC)Jacques Pienaar2021-07-222-2/+2
* [mlir] Update to use ValueShapeRange (NFC)Jacques Pienaar2021-07-222-19/+19
* [mlir] Improve description of interface optionsMarius Brehler2021-07-221-8/+14
* [MLIR][memref] Fix findDealloc() to handle > 1 dealloc for the given alloc.Rahul Joshi2021-07-226-26/+82
* [mlir] Fix various issues in TimerImpl.rdzhabarov2021-07-221-4/+4
* [MLIR] Fix affine.for empty loop body folderUday Bondhugula2021-07-222-7/+13
* [mlir] Extend scf pipeling to support loop carried dependenciesthomasraoux2021-07-212-9/+207
* [mlir] Add workaround for false positive in -Wfree-nonheap-objectFangrui Song2021-07-211-3/+8
* Add verifier for insert/extract element/value on type match between container...Mehdi Amini2021-07-214-1/+141
* [mlir][LLVM] Revert bareptr calling convention handling as an argument materi...Nicolas Vasilache2021-07-213-13/+84
* Revert "Add workaround for false positive in -Wfree-nonheap-object"Christopher Di Bella2021-07-211-8/+3
* [mlir] Add alias for input to shaped type op interfaceJacques Pienaar2021-07-212-1/+5
* [MLIR] Add folder for zero trip count affine.forUday Bondhugula2021-07-213-9/+51
* [MLIR] Introduce a new rewrite driver to simplify supplied list of opsUday Bondhugula2021-07-218-53/+225
* [llvm] Add enum iteration to SequenceGuillaume Chatelet2021-07-211-2/+2