| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the ForInst induction variable to be a block argument of the body inst... | River Riddle | 2019-03-29 | 1 | -3/+4 |
| * | Drop AffineMap::Null and IntegerSet::Null | Nicolas Vasilache | 2019-03-29 | 1 | -2/+2 |
| * | Allow operations to hold a blocklist and add support for parsing/printing a b... | River Riddle | 2019-03-29 | 1 | -0/+8 |
| * | Update dma-generate: update for multiple load/store op's per memref | Uday Bondhugula | 2019-03-29 | 1 | -0/+5 |
| * | Add cloning functionality to Block and Function, this also adds support for r... | River Riddle | 2019-03-29 | 1 | -2/+1 |
| * | Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int. | River Riddle | 2019-03-29 | 1 | -2/+2 |
| * | Update fusion cost model + some additional infrastructure and debug informati... | Uday Bondhugula | 2019-03-29 | 1 | -14/+93 |
| * | Allocate private/local buffers for slices accurately during fusion | Uday Bondhugula | 2019-03-29 | 1 | -4/+9 |
| * | LoopFusion improvements: | MLIR Team | 2019-03-29 | 1 | -25/+31 |
| * | Minor code cleanup - NFC. | Uday Bondhugula | 2019-03-29 | 1 | -6/+8 |
| * | LoopFusion: automate selection of source loop nest slice depth and destinatio... | MLIR Team | 2019-03-29 | 1 | -30/+48 |
| * | Simplify compositions of AffineApply | Nicolas Vasilache | 2019-03-29 | 1 | -2/+4 |
| * | Delete FuncBuilder::createChecked. It is perhaps still a good idea, but has no | Chris Lattner | 2019-03-29 | 1 | -2/+1 |
| * | Fix 0-d memref corner case for getMemRefRegion() | Uday Bondhugula | 2019-03-29 | 1 | -0/+9 |
| * | Extend loop-fusion's slicing utility + other fixes / updates | Uday Bondhugula | 2019-03-29 | 1 | -64/+57 |
| * | Misc readability and doc / code comment related improvements - NFC | Uday Bondhugula | 2019-03-29 | 1 | -16/+13 |
| * | Complete TODOs / cleanup for loop-fusion utility | Uday Bondhugula | 2019-03-29 | 1 | -10/+1 |
| * | Introduce PostDominanceInfo, fix properlyDominates() for Instructions | Uday Bondhugula | 2019-03-29 | 1 | -77/+0 |
| * | Introduce memref store to load forwarding - a simple memref dataflow analysis | Uday Bondhugula | 2019-03-29 | 1 | -0/+95 |
| * | Merge the verifier logic for all functions into a unified framework, this | 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 | -76/+76 |
| * | Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ... | Chris Lattner | 2019-03-29 | 1 | -12/+12 |
| * | Eliminate the using decls for MLFunction and CFGFunction standardizing on | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
| * | Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(), | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
| * | Merge Operation into OperationInst and standardize nomenclature around | Chris Lattner | 2019-03-29 | 1 | -3/+3 |
| * | Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new | Chris Lattner | 2019-03-29 | 1 | -2/+2 |
| * | Merge SSAValue, CFGValue, and MLValue together into a single Value class, which | Chris Lattner | 2019-03-29 | 1 | -9/+9 |
| * | Rename findFunction from the ML side of the house to be named getFunction(), | Chris Lattner | 2019-03-29 | 1 | -1/+1 |
| * | Refactor ForStmt: having it contain a StmtBlock instead of subclassing | Chris Lattner | 2019-03-29 | 1 | -3/+3 |
| * | Computation slice update: adds parameters to insertBackwardComputationSlice w... | MLIR Team | 2019-03-29 | 1 | -9/+34 |
| * | Pass loop depth 1 to memref dependence check when constructing dependence con... | MLIR Team | 2019-03-29 | 1 | -1/+1 |
| * | Simplify memref-dependence-check's meta data structures / drop duplication and | Uday Bondhugula | 2019-03-29 | 1 | -4/+10 |
| * | Update / complete a TODO for addBoundsForForStmt | Uday Bondhugula | 2019-03-29 | 1 | -2/+5 |
| * | Type system: replace Type::getBitWidth with getIntOrFloatBitWidth | Alex Zinenko | 2019-03-29 | 1 | -2/+14 |
| * | Loop Fusion pass update: introduce utilities to perform generalized loop fusi... | MLIR Team | 2019-03-29 | 1 | -0/+129 |
| * | Remove duplicate code / reuse right utilities from memref-dep-check / loop-tile | Uday Bondhugula | 2019-03-29 | 1 | -3/+4 |
| * | 'memref-bound-check': extend to store op's as well | Uday Bondhugula | 2019-03-29 | 1 | -0/+59 |
| * | FlatAffineConstraints API cleanup; add normalizeConstraintsByGCD(). | Uday Bondhugula | 2019-03-29 | 1 | -3/+0 |
| * | Generate strided DMAs from -dma-generate | Uday Bondhugula | 2019-03-29 | 1 | -27/+31 |
| * | Complete multiple unhandled cases for DmaGeneration / getMemRefRegion; | Uday Bondhugula | 2019-03-29 | 1 | -12/+40 |
| * | FlatAffineConstraints::composeMap: return failure instead of asserting on sem... | Uday Bondhugula | 2019-03-29 | 1 | -1/+4 |
| * | Debug output / logging memref sizes in DMA generation + related changes | Uday Bondhugula | 2019-03-29 | 1 | -0/+12 |
| * | Updates to transformation/analysis passes/utilities. Update DMA generation pass | Uday Bondhugula | 2019-03-29 | 1 | -33/+115 |
| * | Automatic DMA generation for simple cases. | Uday Bondhugula | 2019-03-29 | 1 | -1/+65 |
| * | Generalize / improve DMA transfer overlap; nested and multiple DMA support; r... | Uday Bondhugula | 2019-03-29 | 1 | -0/+62 |