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 Remove trailing whitespace 2005-04-21 21:13:18 +00:00
DataStructureOpt.cpp Remove trailing whitespace 2005-04-21 21:13:18 +00:00
DataStructureStats.cpp Add explicit iostream #includes 2006-01-22 23:19:18 +00:00
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 don't bother building the archive version of this library 2005-10-24 01:08:20 +00:00
Printer.cpp For PR801: 2006-06-27 16:49:46 +00:00
Steensgaard.cpp Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
TopDownClosure.cpp Add explicit iostream #includes 2006-01-22 23:19:18 +00:00