summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/CallGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-131-56/+25
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-1/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-1/+1
* 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-1/+1
* Fix 'the the' typo.Alexander Belyaev2019-11-201-1/+1
* Add support for nested symbol references.River Riddle2019-11-111-1/+3
* Add support for canonicalizing callable regions during inlining.River Riddle2019-10-101-11/+31
* Add initial callgraph support.River Riddle2019-09-231-0/+212
* Add interfaces for call-like/callable operations.River Riddle2019-09-231-0/+31
OpenPOWER on IntegriCloud