aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2021-11-08MLIR can't support -Bsymbolic link option, fail at CMake time with a helpful ...Mehdi Amini1-0/+6
2021-08-10[mlir] Avoid including <alloca.h> on FreeBSD and NetBSDDimitry Andric1-0/+4
2021-08-04Fix a couple regression tests I missed updating in 2a284782Eli Friedman1-4/+4
2021-08-03[mlir] Change ABI breaking use of NDEBUG to LLVM_ENABLE_ABI_BREAKING_CHECKSMarkus Böck2-4/+4
2021-07-27[mlir][openacc] Initial translation for DataOp to LLVM IRValentin Clement2-66/+282
2021-07-27[mlir] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song1-1/+1
2021-07-28Add llvm::equal convenient wrapper for ranges around std::equalMehdi Amini1-4/+1
2021-07-27[PDL] Mark PatternOp as SingleBlockRiver Riddle1-1/+3
2021-07-27[PDL] Fix the builders for OperationOp and PatternOpRiver Riddle2-2/+2
2021-07-27[mlir] Add a FailureOr copy constructor from a FailureOr of a convertible type.River Riddle1-0/+4
2021-07-27[PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminatorRiver Riddle2-18/+5
2021-07-27[mlir] Math: add algebraic simplification patterns to math transformsEugene Zhulenev7-0/+219
2021-07-27Re-engineer MLIR python build support.Stella Laurenzo20-387/+811
2021-07-27[mlir][sparse] fixed bug in verificationAart Bik2-4/+22
2021-07-27[mlir] Fix typo s/applyPermuationMap/applyPermutationMap/Benjamin Kramer3-10/+10
2021-07-27Define the namespace for the Affine dialect in ODS (NFC)Mehdi Amini2-2/+3
2021-07-26[MLIR][NFC] Rework some comments.Rahul Joshi4-7/+8
2021-07-26[mlir] Make ValueShapeRange a new classJacques Pienaar3-10/+32
2021-07-26[MLIR][SCF][NFC] Fix typo in documentation of scf.whileRahul Joshi1-2/+2
2021-07-26[mlir][tosa] Disable tosa shape verification between operands/resultsRob Suderman3-25/+44
2021-07-26[mlir] split type conversion to two lines for GCC's sakeTres Popp1-1/+4
2021-07-26[mlir] Fix RankedTensorType::walkImmediateSubElements methodVladislav Vinogradov3-0/+7
2021-07-26[mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTra...Marcel Koester12-71/+208
2021-07-24[mlir] Async: lower SCF operations into CFG inside coroutinesEugene Zhulenev3-1/+58
2021-07-24[mlir] Restore markUnknownOpDynamicallyLegal to call isDynamicallyLegal by de...Benjamin Kramer1-1/+2
2021-07-24[mlir] ConversionTarget legality callbacks refactoringButygin2-25/+23
2021-07-23[MLIR][NFC] Minor cleanup in liveness.Rahul Joshi2-23/+15
2021-07-23[mlir][linalg] Add pooling_nchw_max, conv_2d_nchw as yaml ops.Yi Zhang6-10/+229
2021-07-23[mlir][linalg] Fix bug in contraction op vectorization with output permthomasraoux4-21/+71
2021-07-23[mlir][Complex]: Add lowerings for AddOp and SubOp from Complex dialect toAdrian Kuegel2-6/+63
2021-07-23[mlir] Async: special handling for parallel loops with zero iterationsEugene Zhulenev3-56/+104
2021-07-23[mlir][Linalg] Fix a missing copy when source of insert_slice is not inplace.Nicolas Vasilache2-8/+88
2021-07-22[mlir] Fix comment typosJacques Pienaar1-6/+6
2021-07-22[mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors.Rob Suderman1-19/+32
2021-07-22[mlir][tosa] Quantized Conv2DOp lowering to linalg added.Rob Suderman5-12/+201
2021-07-22[mlir] Also update inferReturnTensorTypes (NFC)Jacques Pienaar2-2/+2
2021-07-22[mlir] Update to use ValueShapeRange (NFC)Jacques Pienaar2-19/+19
2021-07-22[mlir] Improve description of interface optionsMarius Brehler1-8/+14
2021-07-22[MLIR][memref] Fix findDealloc() to handle > 1 dealloc for the given alloc.Rahul Joshi6-26/+82
2021-07-22[mlir] Fix various issues in TimerImpl.rdzhabarov1-4/+4
2021-07-22[MLIR] Fix affine.for empty loop body folderUday Bondhugula2-7/+13
2021-07-21[mlir] Extend scf pipeling to support loop carried dependenciesthomasraoux2-9/+207
2021-07-21[mlir] Add workaround for false positive in -Wfree-nonheap-objectFangrui Song1-3/+8
2021-07-21Add verifier for insert/extract element/value on type match between container...Mehdi Amini4-1/+141
2021-07-21[mlir][LLVM] Revert bareptr calling convention handling as an argument materi...Nicolas Vasilache3-13/+84
2021-07-21Revert "Add workaround for false positive in -Wfree-nonheap-object"Christopher Di Bella1-8/+3
2021-07-21[mlir] Add alias for input to shaped type op interfaceJacques Pienaar2-1/+5
2021-07-21[MLIR] Add folder for zero trip count affine.forUday Bondhugula3-9/+51
2021-07-21[MLIR] Introduce a new rewrite driver to simplify supplied list of opsUday Bondhugula8-53/+225
2021-07-21[llvm] Add enum iteration to SequenceGuillaume Chatelet1-2/+2