| Commit message (Expand) | Author | Age | Files | Lines |
| * | Automated rollback of changelist 232717775. | Uday Bondhugula | 2019-03-29 | 1 | -7/+7 |
| * | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The... | River Riddle | 2019-03-29 | 1 | -7/+7 |
| * | NFC: Rename affine_apply to affine.apply. This is the first step to adding a ... | River Riddle | 2019-03-29 | 1 | -1/+1 |
| * | Remove InstWalker and move all instruction walking to the api facilities on F... | River Riddle | 2019-03-29 | 1 | -5/+2 |
| * | Remove remaining usages of OperationInst in lib/Transforms. | River Riddle | 2019-03-29 | 1 | -5/+4 |
| * | Replace the walkOps/visitOperationInst variants from the InstWalkers with the... | River Riddle | 2019-03-29 | 1 | -1/+1 |
| * | Fold the functionality of OperationInst into Instruction. OperationInst still... | River Riddle | 2019-03-29 | 1 | -1/+1 |
| * | Define the AffineForOp and replace ForInst with it. This patch is largely mec... | River Riddle | 2019-03-29 | 1 | -81/+89 |
| * | Change AffineApplyOp to produce a single result, simplifying the code that | Chris Lattner | 2019-03-29 | 1 | -10/+8 |
| * | Change the ForInst induction variable to be a block argument of the body inst... | River Riddle | 2019-03-29 | 1 | -11/+15 |
| * | Drop AffineMap::Null and IntegerSet::Null | Nicolas Vasilache | 2019-03-29 | 1 | -4/+4 |
| * | Add cloning functionality to Block and Function, this also adds support for r... | River Riddle | 2019-03-29 | 1 | -7/+7 |
| * | loop unroll update: unroll factor one for a single iteration loop | Uday Bondhugula | 2019-03-29 | 1 | -1/+4 |
| * | Allocate private/local buffers for slices accurately during fusion | Uday Bondhugula | 2019-03-29 | 1 | -3/+8 |
| * | Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
| * | Standardize naming of statements -> instructions, revisting the code base to be | Chris Lattner | 2019-03-29 | 1 | -144/+144 |
| * | Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ... | Chris Lattner | 2019-03-29 | 1 | -7/+7 |
| * | Eliminate the using decls for MLFunction and CFGFunction standardizing on | Chris Lattner | 2019-03-29 | 1 | -4/+4 |
| * | Merge Operation into OperationInst and standardize nomenclature around | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
| * | Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new | Chris Lattner | 2019-03-29 | 1 | -9/+9 |
| * | Merge SSAValue, CFGValue, and MLValue together into a single Value class, which | Chris Lattner | 2019-03-29 | 1 | -9/+7 |
| * | Rename findFunction from the ML side of the house to be named getFunction(), | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
| * | Refactor MLFunction to contain a StmtBlock for its body instead of inheriting | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
| * | Refactor ForStmt: having it contain a StmtBlock instead of subclassing | Chris Lattner | 2019-03-29 | 1 | -9/+10 |
| * | Update/Fix LoopUtils::stmtBodySkew to handle loop step. | Uday Bondhugula | 2019-03-29 | 1 | -56/+64 |
| * | Move definitions of lopoUnroll* functions to LoopUtils.cpp. | Alex Zinenko | 2019-03-29 | 1 | -0/+117 |
| * | [MLIR] Make upper bound implementation exclusive | Nicolas Vasilache | 2019-03-29 | 1 | -10/+10 |
| * | Move transform utilities out to their own TransformUtils library, instead of | Chris Lattner | 2019-03-29 | 1 | -0/+316 |