llvm-6502/lib/Analysis/DataStructure
Andrew Lenharth cc131c4032 add some missing externals
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28955 91177308-0d34-0410-b5e6-96231b3b80d8
2006-06-28 01:16:06 +00:00
..
BottomUpClosure.cpp Do partial inlining in BU. This resolves more call sites. Also add options to merge in globals during recursion and to back annotate DSNodes when function pointers are resolved. This makes PA work for a whole lot more things (unresolved call sites being what has been killing various DSA based passes) 2006-06-19 18:23:36 +00:00
CallTargets.cpp move header 2006-06-16 14:33:53 +00:00
CompleteBottomUp.cpp Add a error message to cbu to match bu 2006-06-16 14:43:36 +00:00
DataStructure.cpp Fix a bug, don't drop indirect call sites, especially if there is nothing known about them yet, and restore a simple version of a removed function 2006-06-19 15:42:47 +00:00
DataStructureAA.cpp
DataStructureOpt.cpp
DataStructureStats.cpp
EquivClassGraphs.cpp Remove dead variable 2006-05-12 17:41:45 +00:00
GraphChecker.cpp slightly more useful error message 2006-04-25 19:33:41 +00:00
Local.cpp add some missing externals 2006-06-28 01:16:06 +00:00
Makefile
Printer.cpp For PR801: 2006-06-27 16:49:46 +00:00
Steensgaard.cpp
TopDownClosure.cpp