- 23aa5a7 [mlir] Rename the Standard dialect to the Func dialect by River Riddle · 3 years, 2 months ago
- 78fb4f9 [SCF][MemRef] Enable SCF.Parallel Lowering to use Scope Op by William S. Moses · 3 years, 2 months ago
- dec8af7 [mlir] Move SelectOp from Standard to Arithmetic by River Riddle · 3 years, 3 months ago
- e084679 [mlir] Make locations required when adding/creating block arguments by River Riddle · 3 years, 4 months ago
- 755dc07 [mlir:Analysis] Move the LoopAnalysis library to Dialect/Affine/Analysis by River Riddle · 3 years, 4 months ago
- c0342a2 [mlir] Switching accessors to prefixed form (NFC) by Jacques Pienaar · 3 years, 5 months ago
- be0a7e9 Adjust "end namespace" comment in MLIR to match new agree'd coding style by Mehdi Amini · 3 years, 5 months ago
- 62fea88 [mlir] Update accessors prefixed form (NFC) by Jacques Pienaar · 3 years, 5 months ago
- cfb72fd3 [mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form. by Jacques Pienaar · 3 years, 7 months ago
- a54f4ea [MLIR] Replace std ops with arith dialect ops by Mogball · 3 years, 7 months ago
- 2a876a7 [mlir] Create a generic reduction detection utility by Diego Caballero · 3 years, 8 months ago
- 1ce752b [mlir] support reductions in SCF to OpenMP conversion by Alex Zinenko · 3 years, 8 months ago
- 973cb2c [MLIR][OMP] Ensure nested scf.parallel execute all iterations by William S. Moses · 3 years, 9 months ago
- 79d7f61 Rename FrozenRewritePatternList -> FrozenRewritePatternSet; NFC. by Chris Lattner · 4 years, 2 months ago
- dc4e913 [PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatternSet and insert -> add. NFC by Chris Lattner · 4 years, 2 months ago
- 3a506b3 Change OwningRewritePatternList to carry an MLIRContext with it. by Chris Lattner · 4 years, 2 months ago
- 0bf4a82 [mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. This is a preparation step to remove the corresponding methods from OpState. by Christian Sigg · 4 years, 5 months ago
- c4a0405 Add `Operation* OpState::operator->()` to provide more convenient access to members of Operation. by Christian Sigg · 4 years, 5 months ago
- 119545f [mlir] Add conversion from SCF parallel loops to OpenMP by Alex Zinenko · 4 years, 6 months ago