summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/ViewFunctionGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extra qualificationJacques Pienaar2019-03-291-4/+2
* Make FunctionPass::getFunction() return a reference to the function, instead ofChris Lattner2019-03-291-2/+2
* Remove const from mlir::Block.Chris Lattner2019-03-291-2/+2
* Continue pushing const out of the core IR types - in this case, remove constChris Lattner2019-03-291-10/+8
* Change Pass:getFunction() to return pointer instead of ref - NFCUday Bondhugula2019-03-291-1/+1
* Remove PassResult and have the runOnFunction/runOnModule functions return voi...River Riddle2019-03-291-2/+1
* Port all of the existing passes over to the new pass manager infrastructure. ...River Riddle2019-03-291-10/+7
* 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
* Update and generalize various passes to work on both CFG and ML functions,Chris Lattner2019-03-291-1/+1
* Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...Chris Lattner2019-03-291-5/+5
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-10/+9
* Minor renamings: Trim the "Stmt" prefix offChris Lattner2019-03-291-0/+105
OpenPOWER on IntegriCloud