llvm-6502/lib/Analysis/IPA
Andrew Lenharth 632cd52162 Since there was interest on the mailing list, this is a utility pass that
uses DSA to make find targets of calls.  It provides a very convinient
interface to DSA results to do things with indirect calls, such as
write a devirtualizer (which I have and may commit one of these days).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28545 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-29 22:58:38 +00:00
..
Andersens.cpp Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
CallGraph.cpp Add a new CallGraph::getOrInsertFunction for clients to use when updating 2006-01-14 20:03:00 +00:00
CallGraphSCCPass.cpp Remove trailing whitespace 2005-04-21 21:13:18 +00:00
CallTargets.cpp Since there was interest on the mailing list, this is a utility pass that 2006-05-29 22:58:38 +00:00
FindUsedTypes.cpp Remove unused inclusion of SymbolTable.h 2006-01-10 03:48:34 +00:00
GlobalsModRef.cpp Malloc/Free have mod/ref effects. Do not allow CSE of function calls that 2005-04-22 05:36:59 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00