summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/MemRefDataFlowOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename InstOperand to OpOperand.River Riddle2019-03-291-2/+2
* Replace usages of Instruction with Operation in the Transforms/ directory.River Riddle2019-03-291-11/+11
* Replace usages of Instruction with Operation in the /IR directory.River Riddle2019-03-291-3/+3
* Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner2019-03-291-3/+3
* Replace usages of "Op::operator->" with ".".River Riddle2019-03-291-7/+7
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-4/+4
* NFC: Rename the 'if' operation in the AffineOps dialect to 'affine.if'.River Riddle2019-03-291-1/+1
* Remove OpPointer, cleaning up a ton of code. This also moves Ops to usingChris Lattner2019-03-291-4/+3
* NFC: Remove 'Result' from the analysis manager api to better reflect the impl...River Riddle2019-03-291-2/+2
* Change Pass:getFunction() to return pointer instead of ref - NFCUday Bondhugula2019-03-291-3/+4
* Implement the initial AnalysisManagement infrastructure, with the introductio...River Riddle2019-03-291-5/+5
* Use consistent names for dialect op source filesLei Zhang2019-03-291-1/+1
* Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle2019-03-291-6/+3
* Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle2019-03-291-13/+9
* Define a PassID class to use when defining a pass. This allows for the type u...River Riddle2019-03-291-3/+1
* NFC: Refactor the files related to passes.River Riddle2019-03-291-1/+1
* Automated rollback of changelist 232728977.Uday Bondhugula2019-03-291-1/+1
* Automated rollback of changelist 232717775.Uday Bondhugula2019-03-291-4/+4
* Rename the 'if' operation in the AffineOps dialect to 'affine.if' and namespaceRiver Riddle2019-03-291-1/+1
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...River Riddle2019-03-291-4/+4
* NFC: Rename affine_apply to affine.apply. This is the first step to adding a ...River Riddle2019-03-291-1/+1
* Remove InstWalker and move all instruction walking to the api facilities on F...River Riddle2019-03-291-11/+6
* Refactor common code getting memref access in getMemRefRegion - NFCUday Bondhugula2019-03-291-2/+3
* Remove remaining usages of OperationInst in lib/Transforms.River Riddle2019-03-291-16/+14
* Replace the walkOps/visitOperationInst variants from the InstWalkers with the...River Riddle2019-03-291-2/+2
* Update dma-generate pass to (1) work on blocks of instructions (instead of justUday Bondhugula2019-03-291-3/+2
* Address documentation/readability related comments from cl/227252907 on memrefUday Bondhugula2019-03-291-6/+13
* Extend loop-fusion's slicing utility + other fixes / updatesUday Bondhugula2019-03-291-5/+12
* Misc readability and doc / code comment related improvements - NFCUday Bondhugula2019-03-291-3/+2
* Update and generalize various passes to work on both CFG and ML functions,Chris Lattner2019-03-291-5/+7
* Introduce PostDominanceInfo, fix properlyDominates() for InstructionsUday Bondhugula2019-03-291-3/+21
* Fix ASAN failure in memref-dataflow-optUday Bondhugula2019-03-291-3/+3
* Introduce memref store to load forwarding - a simple memref dataflow analysisUday Bondhugula2019-03-291-0/+243
OpenPOWER on IntegriCloud