aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2021-12-29[mlir][MemRef] Deprecate unspecified trailing offset, size, and strides seman...MaheshRavishankar13-124/+230
2021-12-29[MLIR][LLVM] Expose powi intrinsic to MLIRWilliam S. Moses2-0/+10
2021-12-29[OpenMP][OpenACC] Update test after encoding change in D113126Johannes Doerfert1-4/+4
2021-12-29Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t"Johannes Doerfert1-7/+11
2021-12-28[AST] Fix a warningKazu Hirata1-1/+0
2021-12-29[MLIR] Expose atomicrmw and/orWilliam S. Moses5-1/+25
2021-12-28[MLIR] Add constant folder for fptosi and friendsWilliam S. Moses3-0/+127
2021-12-28[mlir][tosa] Resubmit split tosa-to-linalg named ops out of passRob Suderman9-1273/+1427
2021-12-27[MLIR] Use IntegerPolyhedron in Simplex instead of FlatAffineConstraintsGroverkss4-34/+32
2021-12-27[MLIR] Move `print()` and `dump()` from FlatAffineConstraints to IntegerPolyh...Groverkss4-41/+58
2021-12-27[MLIR] Add forgotten directory Support to unittests cmakeArjun P3-3/+3
2021-12-26Revert "[MLIR] Add forgotten directory Support to unittests cmake"Arjun P3-3/+3
2021-12-26Fix clang-tidy performance-move-const-arg in DLTI Dialect (NFC)Mehdi Amini1-1/+1
2021-12-26[MLIR] Add forgotten directory Support to unittests cmakeArjun P3-3/+3
2021-12-25[MLIR][FlatAffineConstraints][NFC] Move some static functions to be available...Groverkss7-223/+289
2021-12-24[MLIR][LLVM] Add MemmoveOp to LLVM DialectWilliam S. Moses2-0/+12
2021-12-24[mlir] Fully qualify default types used in parser codeMarkus Böck1-3/+3
2021-12-25Revert "[MLIR][FlatAffineConstraints][NFC] Move some static functions to be a...Groverkss5-223/+159
2021-12-25[MLIR][FlatAffineConstraints][NFC] Move some static functions to be available...Groverkss5-159/+223
2021-12-24[mlir] Add getNumThreads to MLIRContextMogball4-2/+19
2021-12-23[mlir] Use thread-pool's notion of thread count instead of requerying system.Stella Laurenzo1-4/+8
2021-12-24Revert "[mlir][tosa] Split tosa-to-linalg named ops out of pass"Mehdi Amini9-1426/+1273
2021-12-23[mlir][tosa] Split tosa-to-linalg named ops out of passRob Suderman9-1273/+1426
2021-12-23[mlir] Remove spurious debug guardMogball1-5/+0
2021-12-23Revert "Fix warning: "unused variable 'attrClass'" (NFC)"Mehdi Amini1-0/+1
2021-12-23Fix warning: "unused variable 'attrClass'" (NFC)Mehdi Amini1-1/+0
2021-12-22[mlir] Add unit test for disabling canonicalizer patterns (NFC)Mogball2-0/+85
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini61-122/+122
2021-12-22[mlir] Add missing unit tests to BUILD.bazelMogball1-1/+1
2021-12-22[mlir] Fix missing namespace (NFC)Mogball1-3/+3
2021-12-22[MLIR][PDL] Clear up the terminology in the root ordering graph.Stanislav Funiak3-39/+42
2021-12-22[mlir] Canonicalizer constructor should accept disabled/enabled patternsMogball3-7/+29
2021-12-22[mlir][arith] Fix CmpIOP folding for vector types.Adrian Kuegel2-1/+35
2021-12-22[mlir][NFC] Use .empty() instead of .size()Adrian Kuegel1-1/+1
2021-12-22[mlir][NFC] Fix typo in VectorOps.cppAdrian Kuegel1-5/+5
2021-12-21[mlir][memref] ReinterpretCast: allow static sizes/strides/offset where affin...Butygin3-15/+14
2021-12-21[mlir][Support] Avoid multiplication in floorDiv / ceilDivStephan Herhut2-2/+8
2021-12-21Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini4-35/+40
2021-12-20[mlir][arith] Clean up ExpandOps passMogball1-30/+24
2021-12-20[mlir][ods] FIx incorrect comments in PassGen (NFC)Mogball1-5/+6
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini115-572/+597
2021-12-20[mlir][scf] Canonicalize nested scf.if's to scf.if + arith.andButygin2-4/+68
2021-12-20[mlir][Linalg] Move named op conversions out of canonicalizations.MaheshRavishankar9-139/+202
2021-12-20[mlir] Address compiler warning (NFC)Jacques Pienaar1-2/+2
2021-12-20[mlir][vim] Add comment for markdown highlightingJacques Pienaar1-0/+8
2021-12-20[mlir] Switching accessors to prefixed form (NFC)Jacques Pienaar31-464/+489
2021-12-20[MLIR] rewrite AffineStructures and Presburger tests to use the parserChristian Ulmann2-571/+372
2021-12-20Revert "[MLIR] rewrite AffineStructures and Presburger tests to use the parser"Mehdi Amini2-372/+571
2021-12-20Move getAsmBlockArgumentNames from OpAsmDialectInterface to OpAsmOpInterfaceMehdi Amini5-37/+45
2021-12-19[MLIR] Simplex: split some basic functionality out into a SimplexBase classArjun P2-123/+140