llvm-6502/lib/Analysis
Vikram S. Adve 355e2ca1f4 Use a separate globals graph to hold externally visible nodes.
This changes both the bottom-up and top-down propagation so that
globals and other external objects do not have to appear in every
function, but only in functions in which they are referenced or
they can be used to access something else that is referenced.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3170 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-30 22:05:22 +00:00
..
DataStructure Use a separate globals graph to hold externally visible nodes. 2002-07-30 22:05:22 +00:00
IPA * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:17 +00:00
LiveVar * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:15 +00:00
Expressions.cpp Add #include removed from ConstantHandling.h 2002-05-06 17:53:10 +00:00
InductionVariable.cpp * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:17 +00:00
Interval.cpp * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:17 +00:00
IntervalPartition.cpp Declare that these passes only depend on the CFG of the function 2002-07-30 16:27:52 +00:00
LoopInfo.cpp Declare that these passes only depend on the CFG of the function 2002-07-30 16:27:52 +00:00
Makefile Convert over to new style makefile where libraries by default build .o files 2002-07-23 17:52:24 +00:00
PostDominators.cpp Declare that these passes only depend on the CFG of the function 2002-07-30 16:27:52 +00:00