summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/Utils/InliningUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-131-1/+1
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-10/+10
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-17/+17
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-18/+18
* Add a couple useful LLVM_DEBUG's to the inliner.Sean Silva2019-12-181-1/+7
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-6/+5
* Add support for inlining calls with different arg/result types from the calla...River Riddle2019-10-031-32/+102
* Update the Inliner pass to work on SCCs of the CallGraph.River Riddle2019-10-031-0/+3
* Add the initial inlining infrastructure.River Riddle2019-09-051-0/+287
OpenPOWER on IntegriCloud