2021-01-20 |
Diego Caballero | Revert "[mlir][Affine] Add support for multi-store... |
blob | commitdiff |
2021-01-20 |
Diego Caballero | [mlir][Affine] Add support for multi-store producer... |
blob | commitdiff | diff to current |
2020-12-13 |
Christian Sigg | [mlir] Use mlir::OpState::operator->() to get to method... |
blob | commitdiff |
2020-12-02 |
Christian Sigg | Add `Operation* OpState::operator->()` to provide more... |
blob | commitdiff | diff to current |
2020-11-18 |
Diego Caballero | [mlir][Affine] Refactor affine fusion code in pass... |
blob | commitdiff | diff to current |
2020-08-08 |
Vincent Zhao | [MLIR] Consider AffineIfOp when getting the index set... |
blob | commitdiff | diff to current |
2020-07-09 |
Jeremy Bruestle | [MLIR] IR changes to add yield semantics for affine... |
blob | commitdiff | diff to current |
2020-07-07 |
River Riddle | [mlir][NFC] Remove usernames and google bug numbers... |
blob | commitdiff | diff to current |
2020-06-29 |
Rahul Joshi | [MLIR] Add variadic isa<> for Type, Value, and Attribute |
blob | commitdiff | diff to current |
2020-06-25 |
Rahul Joshi | [MLIR][NFC] Adopt variadic isa<> |
blob | commitdiff | diff to current |
2020-06-16 |
Uday Bondhugula | [MLIR] Fix memref region compute for 0-d memref accesses |
blob | commitdiff | diff to current |
2020-05-20 |
Diego Caballero | [mlir][Affine] Introduce affine memory interfaces |
blob | commitdiff | diff to current |
2020-05-11 |
Sean Silva | [mlir][Value] Add v.getDefiningOp<OpTy>() |
blob | commitdiff | diff to current |
2020-05-06 |
Uday Bondhugula | [MLIR][NFC] Fix/update debug messages for analysis... |
blob | commitdiff | diff to current |
2020-04-13 |
Uday Bondhugula | [MLIR] NFC cleanup/modernize memref-dataflow-opt /... |
blob | commitdiff | diff to current |
2020-04-09 |
Uday Bondhugula | [MLIR] ShapedType accessor minor fixes + add isDynamicD... |
blob | commitdiff | diff to current |
2020-04-08 |
Uday Bondhugula | [MLIR] Add support to use aligned_alloc to lower AllocO... |
blob | commitdiff | diff to current |
2020-04-07 |
Uday Bondhugula | [MLIR] fix/update affine data copy utility for max... |
blob | commitdiff | diff to current |
2020-03-28 |
Uday Bondhugula | [MLIR] Introduce full/partial tile separation using... |
blob | commitdiff | diff to current |
2020-03-26 |
Uday Bondhugula | [MLIR] Add flat affine constraints method to round... |
blob | commitdiff | diff to current |
2020-03-25 |
Uday Bondhugula | [MLIR][NFC] std::is_same || -> llvm::is_one_of |
blob | commitdiff | diff to current |
2020-03-20 |
Rob Suderman | [mlir][NFC] Cleanup AffineOps directory structure |
blob | commitdiff | diff to current |
2020-03-12 |
River Riddle | [mlir][SideEffects] Replace HasNoSideEffect with the... |
blob | commitdiff | diff to current |
2020-03-02 |
River Riddle | [mlir] Update several usages of IntegerType to properly... |
blob | commitdiff | diff to current |
2020-02-21 |
Rob Suderman | Move StandardOps/Ops.h to StandardOps/IR/Ops.h |
blob | commitdiff | diff to current |
2020-02-21 |
Lei Zhang | [mlir] Add a signedness semantics bit to IntegerType |
blob | commitdiff | diff to current |
2020-02-10 |
Frank Laub | [MLIR][Affine] NFC: Move AffineValueMap and MutableAffi... |
blob | commitdiff | diff to current |
2020-01-26 |
Mehdi Amini | Mass update the MLIR license header to mention "Part... |
blob | commitdiff | diff to current |
2020-01-14 |
Benjamin Kramer | Make helper functions static or move them into anonymou... |
blob | commitdiff | diff to current |
2020-01-11 |
River Riddle | [mlir] NFC: Remove Value::operator* and Value::operator... |
blob | commitdiff | diff to current |
2019-12-24 |
River Riddle | NFC: Replace ValuePtr with Value and remove it now... |
blob | commitdiff | diff to current |
2019-12-23 |
Mehdi Amini | Adjust License.txt file to use the LLVM license |
blob | commitdiff | diff to current |
2019-12-23 |
River Riddle | NFC: Introduce new ValuePtr/ValueRef typedefs to simpli... |
blob | commitdiff | diff to current |
2019-12-09 |
Kazuaki Ishizaki | Minor spelling tweaks |
blob | commitdiff | diff to current |
2019-11-18 |
Andy Davis | Fix Affine Loop Fusion test case reported on github. |
blob | commitdiff | diff to current |
2019-10-20 |
Kazuaki Ishizaki | Fix minor spelling tweaks (NFC) |
blob | commitdiff | diff to current |
2019-09-21 |
Uday Bondhugula | Upgrade/fix/simplify store to load forwarding |
blob | commitdiff | diff to current |
2019-09-18 |
MLIR Team | Unify error messages to start with lower-case. |
blob | commitdiff | diff to current |
2019-09-17 |
Uday Bondhugula | Add rewrite pattern to compose maps into affine load... |
blob | commitdiff | diff to current |
2019-08-30 |
River Riddle | Add support for early exit walk methods. |
blob | commitdiff | diff to current |
2019-08-20 |
River Riddle | NFC: Move AffineOps dialect to the Dialect sub-directory. |
blob | commitdiff | diff to current |
2019-08-19 |
River Riddle | NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect... |
blob | commitdiff | diff to current |
2019-08-17 |
Jacques Pienaar | Change from llvm::make_unique to std::make_unique |
blob | commitdiff | diff to current |
2019-08-10 |
River Riddle | NFC: Standardize the terminology used for parent ops... |
blob | commitdiff | diff to current |
2019-07-23 |
Alex Zinenko | Affine loop parallelism detection: conservatively handl... |
blob | commitdiff | diff to current |
2019-07-08 |
Jacques Pienaar | Remove dead code. |
blob | commitdiff | diff to current |
2019-07-03 |
Andy Davis | Globally change load/store/dma_start/dma_wait operation... |
blob | commitdiff | diff to current |
2019-06-20 |
Andy Davis | LoopFusion: adds support for computing forward computat... |
blob | commitdiff | diff to current |
2019-06-11 |
Andy Davis | Return dependence result enum to distiguish between... |
blob | commitdiff | diff to current |
2019-06-09 |
River Riddle | NFC: Rename FuncBuilder to OpBuilder and refactor to... |
blob | commitdiff | diff to current |
2019-06-02 |
Geoffrey Martin... | Some cleanup of ShapedType now that MemRef subclass... |
blob | commitdiff | diff to current |
2019-06-02 |
Geoffrey Martin... | Replace checks against numDynamicDims with hasStati... |
blob | commitdiff | diff to current |
2019-06-02 |
Andy Davis | LoopFusionUtils CL 2/n: Factor out and generalize... |
blob | commitdiff | diff to current |
2019-05-20 |
River Riddle | Replace Operation::isa with llvm::isa. |
blob | commitdiff | diff to current |
2019-05-20 |
River Riddle | Replace Operation::cast with llvm::cast. |
blob | commitdiff | diff to current |
2019-05-20 |
River Riddle | Add support for using llvm::dyn_cast/cast/isa for... |
blob | commitdiff | diff to current |
2019-05-20 |
MLIR Team | Automated rollback of changelist 247778391. |
blob | commitdiff | diff to current |
2019-05-20 |
River Riddle | Add support for using llvm::dyn_cast/cast/isa for... |
blob | commitdiff | diff to current |
2019-05-11 |
Andy Davis | Add memref dimension bounds as upper/lower bounds... |
blob | commitdiff | diff to current |
2019-05-11 |
River Riddle | Simplify the emission of various diagnostics create... |
blob | commitdiff | diff to current |
2019-04-08 |
River Riddle | Add new utilities for RTTI Operation casting: dyn_c... |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | Replace usages of Instruction with Operation in the... |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | Replace usages of Instruction with Operation in the... |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | Replace usages of "Op::operator->" with ".". |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | Replace usages of "operator->" with "." for the AffineOps. |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | NFC: Rename the 'for' operation in the AffineOps dialec... |
blob | commitdiff | diff to current |
2019-03-30 |
Chris Lattner | Various small cleanups to the code, mostly removing... |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | NFC: Rename the 'if' operation in the AffineOps dialect... |
blob | commitdiff | diff to current |
2019-03-30 |
Chris Lattner | Remove OpPointer, cleaning up a ton of code. This... |
blob | commitdiff | diff to current |
2019-03-30 |
Chris Lattner | Remove const from Value, Instruction, Argument, and... |
blob | commitdiff | diff to current |
2019-03-30 |
Chris Lattner | Remove const from mlir::Block. |
blob | commitdiff | diff to current |
2019-03-30 |
Chris Lattner | Move to new `const` model, part 1: remove ConstOpPointer. |
blob | commitdiff | diff to current |
2019-03-30 |
Jacques Pienaar | Remove some statements that required >C++11, add includ... |
blob | commitdiff | diff to current |
2019-03-30 |
Alex Zinenko | Rename BlockList into Region |
blob | commitdiff | diff to current |
2019-03-30 |
Uday Bondhugula | Change getMemoryFootprintBytes emitError to a warning |
blob | commitdiff | diff to current |
2019-03-30 |
Uday Bondhugula | Fix misc bugs / TODOs / other improvements to analysis... |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | Move the success/failure functions out of LogicalResult... |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | Rename Status to LogicalResult to avoid conflictions... |
blob | commitdiff | diff to current |
2019-03-30 |
Uday Bondhugula | Refactor and share common code across addAffineForOpDom... |
blob | commitdiff | diff to current |
2019-03-30 |
River Riddle | Convert ambiguous bool returns in /Analysis to use... |
blob | commitdiff | diff to current |
2019-03-30 |
Uday Bondhugula | Add FlatAffineConstraints::containsId to avoid using... |
blob | commitdiff | diff to current |
2019-03-29 |
MLIR Team | Use FlatAffineConstraints::unionBoundingBox to perform... |
blob | commitdiff | diff to current |
2019-03-29 |
MLIR Team | Adds loop attribute as a temporary work around to preve... |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Update addSliceBounds to deal with loops with floor... |
blob | commitdiff | diff to current |
2019-03-29 |
River Riddle | NFC. Move all of the remaining operations left in Built... |
blob | commitdiff | diff to current |
2019-03-29 |
Lei Zhang | Use consistent names for dialect op source files |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | A simple pass to detect and mark all parallel loops |
blob | commitdiff | diff to current |
2019-03-29 |
MLIR Team | Loop fusion for input reuse. |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Method to align/merge dimensional/symbolic identifiers... |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Change some of the debug messages to use emitError... |
blob | commitdiff | diff to current |
2019-03-29 |
MLIR Team | Fix bug in memref region computation with slice loop... |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Refactor AffineExprFlattener and move FlatAffineConstra... |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Fix for getMemRefSizeInBytes: unsigned -> uint64_t |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Misc. updates/fixes to analysis utils used for DMA... |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Fix + cleanup for getMemRefRegion() |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Automated rollback of changelist 232728977. |
blob | commitdiff | diff to current |
2019-03-29 |
Uday Bondhugula | Automated rollback of changelist 232717775. |
blob | commitdiff | diff to current |
2019-03-29 |
River Riddle | Rename the 'if' operation in the AffineOps dialect... |
blob | commitdiff | diff to current |
2019-03-29 |
River Riddle | NFC: Rename the 'for' operation in the AffineOps dialec... |
blob | commitdiff | diff to current |
2019-03-29 |
River Riddle | Address post submit review comments for removing Block... |
blob | commitdiff | diff to current |
next |