| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix MacOS build | Mehdi Amini | 2019-04-01 | 1 | -1/+2 |
| * | Replace usages of Instruction with Operation in the Transforms/ directory. | River Riddle | 2019-03-29 | 1 | -3/+3 |
| * | Replace usages of Instruction with Operation in the /Analysis directory. | River Riddle | 2019-03-29 | 1 | -2/+1 |
| * | Introduce affine terminator | Alex Zinenko | 2019-03-29 | 1 | -5/+5 |
| * | Replace usages of Instruction with Operation in the /IR directory. | River Riddle | 2019-03-29 | 1 | -14/+13 |
| * | Make FunctionPass::getFunction() return a reference to the function, instead of | Chris Lattner | 2019-03-29 | 1 | -2/+2 |
| * | Replace usages of "operator->" with "." for the AffineOps. | River Riddle | 2019-03-29 | 1 | -38/+38 |
| * | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ... | River Riddle | 2019-03-29 | 1 | -1/+2 |
| * | Remove OpPointer, cleaning up a ton of code. This also moves Ops to using | Chris Lattner | 2019-03-29 | 1 | -20/+19 |
| * | Cleanup for changes failing with std=c++11 | Jacques Pienaar | 2019-03-29 | 1 | -0/+3 |
| * | Remove some statements that required >C++11, add includes and qualify names. ... | Jacques Pienaar | 2019-03-29 | 1 | -0/+1 |
| * | Move the success/failure functions out of LogicalResult and into the mlir nam... | River Riddle | 2019-03-29 | 1 | -2/+2 |
| * | Rename Status to LogicalResult to avoid conflictions with the Status in xla/t... | River Riddle | 2019-03-29 | 1 | -4/+4 |
| * | Add a basic model to set tile sizes + some cleanup | Uday Bondhugula | 2019-03-29 | 1 | -15/+149 |
| * | Move UtilResult into the Support directory and rename it to Status. Status pr... | River Riddle | 2019-03-29 | 1 | -5/+5 |
| * | Change Pass:getFunction() to return pointer instead of ref - NFC | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
| * | Remove PassResult and have the runOnFunction/runOnModule functions return voi... | River Riddle | 2019-03-29 | 1 | -6/+4 |
| * | Port all of the existing passes over to the new pass manager infrastructure. ... | River Riddle | 2019-03-29 | 1 | -7/+5 |
| * | Refactor AffineExprFlattener and move FlatAffineConstraints out of IR into | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
| * | 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 |
| * | Misc. updates/fixes to analysis utils used for DMA generation; update DMA | Uday Bondhugula | 2019-03-29 | 1 | -3/+4 |
| * | Add -tile-sizes command line option for loop tiling; clean up cl options for | Uday Bondhugula | 2019-03-29 | 1 | -10/+20 |
| * | Automated rollback of changelist 232717775. | Uday Bondhugula | 2019-03-29 | 1 | -2/+1 |
| * | NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The... | River Riddle | 2019-03-29 | 1 | -1/+2 |
| * | Refactor the affine analysis by moving some functionality to IR and some to A... | River Riddle | 2019-03-29 | 1 | -1/+1 |
| * | Refactor common code getting memref access in getMemRefRegion - NFC | Uday Bondhugula | 2019-03-29 | 1 | -1/+2 |
| * | Remove remaining usages of OperationInst in lib/Transforms. | River Riddle | 2019-03-29 | 1 | -3/+2 |
| * | Define the AffineForOp and replace ForInst with it. This patch is largely mec... | River Riddle | 2019-03-29 | 1 | -41/+45 |
| * | Change the ForInst induction variable to be a block argument of the body inst... | River Riddle | 2019-03-29 | 1 | -6/+7 |
| * | Wrap cl::opt flags within passes in a category with the pass name. This impro... | River Riddle | 2019-03-29 | 1 | -1/+6 |
| * | Misc readability and doc / code comment related improvements - NFC | Uday Bondhugula | 2019-03-29 | 1 | -3/+3 |
| * | Update and generalize various passes to work on both CFG and ML functions, | Chris Lattner | 2019-03-29 | 1 | -2/+2 |
| * | Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the | Chris Lattner | 2019-03-29 | 1 | -6/+8 |
| * | Standardize naming of statements -> instructions, revisting the code base to be | Chris Lattner | 2019-03-29 | 1 | -29/+29 |
| * | Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ... | Chris Lattner | 2019-03-29 | 1 | -8/+9 |
| * | 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 | -3/+3 |
| * | Merge SSAValue, CFGValue, and MLValue together into a single Value class, which | Chris Lattner | 2019-03-29 | 1 | -8/+5 |
| * | 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 | -8/+10 |
| * | Simplify memref-dependence-check's meta data structures / drop duplication and | Uday Bondhugula | 2019-03-29 | 1 | -2/+2 |
| * | Remove duplicate code / reuse right utilities from memref-dep-check / loop-tile | Uday Bondhugula | 2019-03-29 | 1 | -2/+2 |
| * | Extend loop tiling utility to handle non-constant loop bounds and bounds that | Uday Bondhugula | 2019-03-29 | 1 | -32/+39 |
| * | Debug output / logging memref sizes in DMA generation + related changes | Uday Bondhugula | 2019-03-29 | 1 | -8/+5 |
| * | Updates to transformation/analysis passes/utilities. Update DMA generation pass | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
| * | Implement value type abstraction for locations. | River Riddle | 2019-03-29 | 1 | -1/+1 |
| * | Complete migration to exclusive upper bound | Uday Bondhugula | 2019-03-29 | 1 | -7/+12 |
| * | Initialize Pass with PassID. | Jacques Pienaar | 2019-03-29 | 1 | -0/+1 |
| * | Add static pass registration | Jacques Pienaar | 2019-03-29 | 1 | -0/+6 |