summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/ConvertToCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add static pass registrationJacques Pienaar2019-03-291-0/+8
* Introduce memref bound checking.Uday Bondhugula2019-03-291-1/+1
* Add function attributes for ExtFunction, CFGFunction and MLFunction.Feng Liu2019-03-291-2/+3
* Add PassResult and have passes return PassResult to indicate failure/success.Jacques Pienaar2019-03-291-2/+3
* Add location specifier to MLIR Functions, and:Chris Lattner2019-03-291-2/+2
* Two unrelated API cleanups: remove the location processing stuff from custom opChris Lattner2019-03-291-1/+1
* Push location information more tightly into the IR, providing space for everyChris Lattner2019-03-291-1/+1
* Implement a module-level symbol table for functions, enforcing uniqueness ofChris Lattner2019-03-291-1/+1
* Move Pass.{h,cpp} from lib/IR/ to lib/Transforms/.Uday Bondhugula2019-03-291-1/+1
* Prepare for implementation of TensorFlow passes:Chris Lattner2019-03-291-12/+15
* Implement a proper function list in module, which auto-maintain the parentChris Lattner2019-03-291-21/+15
* Scaffolding for convertToCFG pass that replaces all instances of ML functions...Tatiana Shpeisman2019-03-291-0/+166
OpenPOWER on IntegriCloud