aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/CallGraph.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang1-0/+1
2024-09-10Reland [MLIR] Make resolveCallable customizable in CallOpInterface (#107989)Henrich Lauko1-1/+1
2024-09-10Revert "[MLIR] Make `resolveCallable` customizable in `CallOpInterface`" (#10...Matthias Springer1-1/+1
2024-09-10[MLIR] Make `resolveCallable` customizable in `CallOpInterface` (#100361)Henrich Lauko1-1/+1
2023-10-26Apply clang-tidy fixes for misc-include-cleaner in CallGraph.cpp (NFC)Mehdi Amini1-1/+5
2023-10-21Apply clang-tidy fixes for llvm-qualified-auto in CallGraph.cpp (NFC)Mehdi Amini1-1/+1
2022-09-09[mlir][CallGraph] Add special call graph node for representing unknown calleesMarkus Böck1-7/+12
2020-10-16[mlir] Update SCCP and the Inliner to use SymbolTableCollection for symbol lo...River Riddle1-12/+19
2020-08-30Improve doc comments for several methods returning boolsKamlesh Kumar1-1/+1
2020-05-07[mlir] Add NamedAttrListJacques Pienaar1-1/+2
2020-05-04[mlir][IR] Add a Region::getOps method that returns a range of immediately ne...River Riddle1-3/+2
2020-04-29Rename NamedAttributeList to MutableDictionaryAttrJacques Pienaar1-1/+1
2020-03-18[mlir] Add support for detecting single use callables in the Inliner.River Riddle1-0/+17
2020-03-10[mlir][NFC] Move the operation interfaces out of Analysis/ and into a new Int...River Riddle1-7/+1
2020-02-08[mlir] Add a utility method on CallOpInterface for resolving the callable.River Riddle1-21/+7
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini1-1/+1
2020-01-13[mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle1-56/+25
2020-01-11[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle1-1/+1
2019-12-23NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle1-1/+1
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini1-13/+4
2019-12-22NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle1-1/+1
2019-11-20Fix 'the the' typo.Alexander Belyaev1-1/+1
2019-11-11Add support for nested symbol references.River Riddle1-1/+3
2019-10-10Add support for canonicalizing callable regions during inlining.River Riddle1-11/+31
2019-09-23Add initial callgraph support.River Riddle1-0/+212
2019-09-23Add interfaces for call-like/callable operations.River Riddle1-0/+31