summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/LoopTiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Misc readability and doc / code comment related improvements - NFCUday Bondhugula2019-03-291-3/+3
* Update and generalize various passes to work on both CFG and ML functions,Chris Lattner2019-03-291-2/+2
* Extend InstVisitor and Walker to handle arbitrary CFG functions, expand theChris Lattner2019-03-291-6/+8
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-29/+29
* Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...Chris Lattner2019-03-291-8/+9
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-5/+5
* Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single newChris Lattner2019-03-291-3/+3
* Merge SSAValue, CFGValue, and MLValue together into a single Value class, whichChris Lattner2019-03-291-8/+5
* Refactor MLFunction to contain a StmtBlock for its body instead of inheritingChris Lattner2019-03-291-2/+2
* Refactor ForStmt: having it contain a StmtBlock instead of subclassingChris Lattner2019-03-291-8/+10
* Simplify memref-dependence-check's meta data structures / drop duplication andUday Bondhugula2019-03-291-2/+2
* Remove duplicate code / reuse right utilities from memref-dep-check / loop-tileUday Bondhugula2019-03-291-2/+2
* Extend loop tiling utility to handle non-constant loop bounds and bounds thatUday Bondhugula2019-03-291-32/+39
* Debug output / logging memref sizes in DMA generation + related changesUday Bondhugula2019-03-291-8/+5
* Updates to transformation/analysis passes/utilities. Update DMA generation passUday Bondhugula2019-03-291-1/+1
* Implement value type abstraction for locations.River Riddle2019-03-291-1/+1
* Complete migration to exclusive upper boundUday Bondhugula2019-03-291-7/+12
* Initialize Pass with PassID.Jacques Pienaar2019-03-291-0/+1
* Add static pass registrationJacques Pienaar2019-03-291-0/+6
* Introduce loop tiling code generation (hyper-rectangular case)Uday Bondhugula2019-03-291-0/+240
OpenPOWER on IntegriCloud