| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |