1. 23aa5a7 [mlir] Rename the Standard dialect to the Func dialect by River Riddle · 3 years, 2 months ago
  2. 27cd2a6 [mlir][MemRef] Lower memref.copy with an offset to memcpy by Benjamin Kramer · 3 years, 3 months ago
  3. 2219f9f [mlir][MemRef] Fix MemRefCopyOpLowering to use correct number of bytes by Adrian Kuegel · 3 years, 3 months ago
  4. 5b02a48 [mlir][MemRef] Fix MemRefCastOpLowering for 32 bit index type. by Adrian Kuegel · 3 years, 3 months ago
  5. 6635c12 [mlir] Use SmallBitVector instead of SmallDenseSet for AffineMap::compressSymbols by Benjamin Kramer · 3 years, 3 months ago
  6. ace0160 [mlir] Split out a new ControlFlow dialect from Standard by River Riddle · 3 years, 3 months ago
  7. ebc8153 Revert "Revert "[mlir] Purge `linalg.copy` and use `memref.copy` instead."" by Alexander Belyaev · 3 years, 3 months ago
  8. 632a4f8 [mlir] Move std.generic_atomic_rmw to the memref dialect by River Riddle · 3 years, 4 months ago
  9. e084679 [mlir] Make locations required when adding/creating block arguments by River Riddle · 3 years, 4 months ago
  10. aa3cabe [mlir][memref] Fix memref.copy of scalar memref by Stephan Herhut · 3 years, 4 months ago
  11. ab95ba7 [mlir][memref] Implement fast lowering of memref.copy by Stephan Herhut · 3 years, 4 months ago
  12. 499703e Enable ReassociatingReshapeOpConversion with "non-identity" layouts. by Benoit Jacob · 3 years, 4 months ago
  13. 676bfb2 [mlir] Refactor ShapedType into an interface by River Riddle · 3 years, 4 months ago
  14. cafaa35 [mlir] Make it possible to directly supply constant values to LLVM GEPOp by Alex Zinenko · 3 years, 4 months ago
  15. e4853be Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC) by Mehdi Amini · 3 years, 4 months ago
  16. a6a583d [MLIR] Move AtomicRMW into MemRef dialect and enum into Arith by William S. Moses · 3 years, 4 months ago
  17. 15f8f3e [mlir] Split std.rank into tensor.rank and memref.rank. by Alexander Belyaev · 3 years, 5 months ago
  18. 937e40a [mlir] Remove the non-templated DenseElementsAttr::getSplatValue by River Riddle · 3 years, 6 months ago
  19. ae40d62 [mlir] Refactor ElementsAttr's value access API by River Riddle · 3 years, 6 months ago
  20. cfb72fd3 [mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form. by Jacques Pienaar · 3 years, 7 months ago
  21. e41ebbe [mlir][RFC] Refactor layout representation in MemRefType by Vladislav Vinogradov · 3 years, 7 months ago
  22. 8276ac1 [mlir] Add alignment attribute to memref.global by Eugene Zhulenev · 3 years, 7 months ago
  23. ef97633 [mlir:OpConversion] Remove the remaing usages of the deprecated matchAndRewrite methods by River Riddle · 3 years, 8 months ago
  24. 4cf9bf6 [mlir][MemRef] Compute unused dimensions of a rank-reducing subviews using strides as well. by MaheshRavishankar · 3 years, 8 months ago
  25. f68939d [MLIR] Tighten type constraint on memref.global op def by Uday Bondhugula · 3 years, 8 months ago
  26. faf1c22 [Builder] Eliminate the StringRef/StringAttr forms of getSymbolRefAttr. by Chris Lattner · 3 years, 9 months ago
  27. 8c2ff7b [MLIR] Correct linkage of lowered globalop by William S. Moses · 3 years, 9 months ago
  28. 00a756d [mlir] Remove invalid DeallocOpLowering pattern insertion by Butygin · 3 years, 9 months ago
  29. 381c3b9 Dyanamic shape support for memref reassociation reshape ops by Yi Zhang · 3 years, 10 months ago
  30. 881dc34 [mlir] replace llvm.mlir.cast with unrealized_conversion_cast by Alex Zinenko · 3 years, 10 months ago
  31. 46ef86b [mlir] Move linalg::Expand/CollapseShapeOp to memref dialect. by Alexander Belyaev · 3 years, 10 months ago
  32. 75e5f0a [mlir] factor memref-to-llvm lowering out of std-to-llvm by Alex Zinenko · 3 years, 10 months ago