llvm-6502/lib/Analysis
Chris Lattner 2af8c5185a Finally fix (the right way) the problem where functions like this:
void foo() {
  G = 1;
}

would have an empty DSGraph even though G (a global) is directly used
in the function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20619 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-15 17:14:09 +00:00
..
DataStructure Finally fix (the right way) the problem where functions like this: 2005-03-15 17:14:09 +00:00
IPA This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
AliasSetTracker.cpp
BasicAliasAnalysis.cpp Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilation 2005-03-09 16:29:52 +00:00
CFGPrinter.cpp
ConstantRange.cpp
Expressions.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
Makefile
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Export two methods for getting -X and A-B. 2005-03-09 05:34:41 +00:00
Trace.cpp
ValueNumbering.cpp