| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Replace usages of Instruction with Operation in the Transforms/ directory. | River Riddle | 2019-03-29 | 1 | -8/+8 | 
| *  | Introduce affine terminator | Alex Zinenko | 2019-03-29 | 1 | -3/+4 | 
| *  | Replace usages of Instruction with Operation in the /IR directory. | River Riddle | 2019-03-29 | 1 | -1/+1 | 
| *  | Make FunctionPass::getFunction() return a reference to the function, instead of | Chris Lattner | 2019-03-29 | 1 | -1/+1 | 
| *  | Replace usages of "operator->" with "." for the AffineOps. | River Riddle | 2019-03-29 | 1 | -8/+8 | 
| *  | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ... | River Riddle | 2019-03-29 | 1 | -1/+1 | 
| *  | Remove OpPointer, cleaning up a ton of code.  This also moves Ops to using | Chris Lattner | 2019-03-29 | 1 | -4/+4 | 
| *  | Rename BlockList into Region | Alex Zinenko | 2019-03-29 | 1 | -2/+2 | 
| *  | Extend loop unrolling and unroll-jamming to non-matching bound operands and | Uday Bondhugula | 2019-03-29 | 1 | -30/+25 | 
| *  | Move the success/failure functions out of LogicalResult and into the mlir nam... | River Riddle | 2019-03-29 | 1 | -6/+6 | 
| *  | Rename Status to LogicalResult to avoid conflictions with the Status in xla/t... | River Riddle | 2019-03-29 | 1 | -12/+12 | 
| *  | Move UtilResult into the Support directory and rename it to Status. Status pr... | River Riddle | 2019-03-29 | 1 | -14/+13 | 
| *  | Change Pass:getFunction() to return pointer instead of ref - NFC | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 | 
| *  | NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ... | River Riddle | 2019-03-29 | 1 | -1/+0 | 
| *  | Remove PassResult and have the runOnFunction/runOnModule functions return voi... | River Riddle | 2019-03-29 | 1 | -4/+2 | 
| *  | Port all of the existing passes over to the new pass manager infrastructure. ... | River Riddle | 2019-03-29 | 1 | -13/+9 | 
| *  | Define a PassID class to use when defining a pass. This allows for the type u... | River Riddle | 2019-03-29 | 1 | -3/+1 | 
| *  | NFC: Refactor the files related to passes. | River Riddle | 2019-03-29 | 1 | -1/+1 | 
| *  |     Automated rollback of changelist 232717775. | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 | 
| *  | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The... | 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 | -10/+10 | 
| *  | Remove remaining usages of OperationInst in lib/Transforms. | River Riddle | 2019-03-29 | 1 | -6/+4 | 
| *  | Replace the walkOps/visitOperationInst variants from the InstWalkers with the... | 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 | -39/+47 | 
| *  | Change AffineApplyOp to produce a single result, simplifying the code that | Chris Lattner | 2019-03-29 | 1 | -4/+2 | 
| *  | Change the ForInst induction variable to be a block argument of the body inst... | River Riddle | 2019-03-29 | 1 | -3/+5 | 
| *  | Wrap cl::opt flags within passes in a category with the pass name. This impro... | River Riddle | 2019-03-29 | 1 | -1/+6 | 
| *  | Add cloning functionality to Block and Function, this also adds support for r... | River Riddle | 2019-03-29 | 1 | -4/+4 | 
| *  | Fix outdated comments | Uday Bondhugula | 2019-03-29 | 1 | -6/+5 | 
| *  | Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the | Chris Lattner | 2019-03-29 | 1 | -6/+6 | 
| *  | Standardize naming of statements -> instructions, revisting the code base to be | Chris Lattner | 2019-03-29 | 1 | -50/+50 | 
| *  | Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up.  I ... | Chris Lattner | 2019-03-29 | 1 | -4/+4 | 
| *  | Eliminate the using decls for MLFunction and CFGFunction standardizing on | Chris Lattner | 2019-03-29 | 1 | -5/+5 | 
| *  | Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new | Chris Lattner | 2019-03-29 | 1 | -4/+3 | 
| *  | Merge SSAValue, CFGValue, and MLValue together into a single Value class, which | Chris Lattner | 2019-03-29 | 1 | -3/+3 | 
| *  | Refactor MLFunction to contain a StmtBlock for its body instead of inheriting | Chris Lattner | 2019-03-29 | 1 | -2/+2 | 
| *  | Refactor ForStmt: having it contain a StmtBlock instead of subclassing | Chris Lattner | 2019-03-29 | 1 | -1/+1 | 
| *  | Initialize Pass with PassID. | Jacques Pienaar | 2019-03-29 | 1 | -1/+2 | 
| *  | Add static pass registration | Jacques Pienaar | 2019-03-29 | 1 | -1/+8 | 
| *  | Introduce memref bound checking. | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 | 
| *  | Simplify FunctionPass to eliminate the CFGFunctionPass/MLFunctionPass | Chris Lattner | 2019-03-29 | 1 | -2/+2 | 
| *  | Change typedef to using to be consistent across the codebase | Lei Zhang | 2019-03-29 | 1 | -1/+1 | 
| *  | Split BuiltinOps out of StandardOps. | Jacques Pienaar | 2019-03-29 | 1 | -1/+1 | 
| *  | [MLIR] AffineMap value type | Nicolas Vasilache | 2019-03-29 | 1 | -4/+4 | 
| *  | [MLIR] Cleanup AffineExpr | Nicolas Vasilache | 2019-03-29 | 1 | -1/+1 | 
| *  | [MLIR] Remove uses of AffineExpr* outside of IR | Nicolas Vasilache | 2019-03-29 | 1 | -3/+2 | 
| *  | Extend loop unroll/unroll-and-jam to affine bounds + refactor related code. | Uday Bondhugula | 2019-03-29 | 1 | -15/+42 | 
| *  | Misc changes to builder's and Transforms/ API to allow code generation. | Uday Bondhugula | 2019-03-29 | 1 | -3/+1 | 
| *  | Add PassResult and have passes return PassResult to indicate failure/success. | Jacques Pienaar | 2019-03-29 | 1 | -3/+4 | 
| *  | Extend getConstantTripCount to deal with a larger subset of loop bounds; make... | Uday Bondhugula | 2019-03-29 | 1 | -0/+216 |