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