| Commit message (Expand) | Author | Age | Files | Lines |
* | [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p... | River Riddle | 2020-01-11 | 1 | -2/+2 |
* | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -13/+12 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V... | River Riddle | 2019-12-22 | 1 | -15/+15 |
* | NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in... | River Riddle | 2019-12-18 | 1 | -4/+4 |
* | NFC - fix name / comments - isAccessInvariant | Uday Bondhugula | 2019-12-04 | 1 | -3/+18 |
* | Refactor dependencies to expose Vector transformations as patterns - NFC | Nicolas Vasilache | 2019-12-03 | 1 | -12/+9 |
* | Unify vector op names with other dialects. | Jean-Michel Gorius | 2019-11-22 | 1 | -2/+1 |
* | Replace some remnant uses of "inst" with "op". | Sean Silva | 2019-11-06 | 1 | -3/+3 |
* | NFC: Remove trivial builder get methods. | River Riddle | 2019-10-17 | 1 | -1/+1 |
* | Add rewrite pattern to compose maps into affine load/stores | Uday Bondhugula | 2019-09-17 | 1 | -1/+1 |
* | Clean up build trip count analysis method - avoid mutating IR | Uday Bondhugula | 2019-09-14 | 1 | -39/+24 |
* | NFC: Move AffineOps dialect to the Dialect sub-directory. | River Riddle | 2019-08-20 | 1 | -1/+1 |
* | Move Linalg and VectorOps dialects to the Dialect subdir - NFC | Nicolas Vasilache | 2019-08-19 | 1 | -1/+1 |
* | NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory. | River Riddle | 2019-08-19 | 1 | -1/+1 |
* | Add a higher-order vector.extractelement operation in MLIR | Nicolas Vasilache | 2019-08-09 | 1 | -1/+2 |
* | Globally change load/store/dma_start/dma_wait operations over to affine.load/... | Andy Davis | 2019-07-03 | 1 | -18/+28 |
* | NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ... | River Riddle | 2019-06-09 | 1 | -1/+1 |
* | Remove "size" property of affine maps. | MLIR Team | 2019-06-01 | 1 | -2/+2 |
* | Add user iterators to IRObjects, i.e. Values. | River Riddle | 2019-05-20 | 1 | -2/+2 |
* | Replace Operation::isa with llvm::isa. | River Riddle | 2019-05-20 | 1 | -2/+2 |
* | Replace Operation::cast with llvm::cast. | River Riddle | 2019-05-20 | 1 | -1/+1 |
* | Add support for using llvm::dyn_cast/cast/isa for operation casts and rep... | River Riddle | 2019-05-20 | 1 | -4/+4 |
* | Automated rollback of changelist 247778391. | MLIR Team | 2019-05-20 | 1 | -4/+4 |
* | Add support for using llvm::dyn_cast/cast/isa for operation casts and rep... | River Riddle | 2019-05-20 | 1 | -4/+4 |
* | Add support for basic remark diagnostics. This is the minimal functionali... | River Riddle | 2019-05-06 | 1 | -1/+1 |
* | Cleanup SuperVectorization dialect printing and parsing. | Nicolas Vasilache | 2019-03-29 | 1 | -1/+1 |
* | Refactor vectorization patterns | Nicolas Vasilache | 2019-03-29 | 1 | -40/+45 |
* | Rename InstOperand to OpOperand. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Make vectorization aware of loop semantics | Nicolas Vasilache | 2019-03-29 | 1 | -21/+15 |
* | Give the Vectorize pass a virtualVectorSize argument. | Nicolas Vasilache | 2019-03-29 | 1 | -12/+9 |
* | Replace usages of Instruction with Operation in the /Analysis directory. | River Riddle | 2019-03-29 | 1 | -22/+22 |
* | Replace usages of Instruction with Operation in the /IR directory. | River Riddle | 2019-03-29 | 1 | -5/+5 |
* | Rename the Instruction class to Operation. This just renames the class, usage... | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Replace usages of "Op::operator->" with ".". | River Riddle | 2019-03-29 | 1 | -5/+5 |
* | Replace usages of "operator->" with "." for the AffineOps. | River Riddle | 2019-03-29 | 1 | -17/+17 |
* | Using getContext() instead of getInstruction()->getContext() on Operation (NFC) | Mehdi Amini | 2019-03-29 | 1 | -1/+1 |
* | Various small cleanups to the code, mostly removing const_cast's. | Chris Lattner | 2019-03-29 | 1 | -3/+3 |
* | Remove OpPointer, cleaning up a ton of code. This also moves Ops to using | Chris Lattner | 2019-03-29 | 1 | -21/+14 |
* | Remove const from Value, Instruction, Argument, and the various methods on the | Chris Lattner | 2019-03-29 | 1 | -27/+26 |
* | Move to new `const` model, part 1: remove ConstOpPointer. | Chris Lattner | 2019-03-29 | 1 | -12/+10 |
* | Rename BlockList into Region | Alex Zinenko | 2019-03-29 | 1 | -1/+1 |
* | NFC: Remove a stray print in mlir::buildTripCountMapAndOperands. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Extend loop unrolling and unroll-jamming to non-matching bound operands and | Uday Bondhugula | 2019-03-29 | 1 | -53/+107 |
* | NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ... | River Riddle | 2019-03-29 | 1 | -1/+0 |
* | Use consistent names for dialect op source files | Lei Zhang | 2019-03-29 | 1 | -1/+1 |
* | Refactor AffineExprFlattener and move FlatAffineConstraints out of IR into | Uday Bondhugula | 2019-03-29 | 1 | -3/+2 |
* | Address post submit review comments for removing Block::findInstPositionInBlock. | River Riddle | 2019-03-29 | 1 | -3/+5 |
* | Remove findInstPositionInBlock from the Block api. | River Riddle | 2019-03-29 | 1 | -7/+18 |
* | Refactor the affine analysis by moving some functionality to IR and some to A... | River Riddle | 2019-03-29 | 1 | -2/+3 |