llvm-6502/lib/Analysis
Chris Lattner 3b04a8ac45 Initial checkin of a simple mod/ref analysis for global variables. This is
still overly conservative and uses very simple data structures, but it is a
start, and allows elimination of a lot of loads.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14462 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-28 06:33:13 +00:00
..
DataStructure Moved IPModRef out of the public include dir 2004-06-28 00:41:23 +00:00
IPA Initial checkin of a simple mod/ref analysis for global variables. This is 2004-06-28 06:33:13 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data. 2004-06-19 08:05:58 +00:00
CFGPrinter.cpp
ConstantRange.cpp
Expressions.cpp Simplify code 2004-06-26 19:31:26 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
Makefile
PostDominators.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Remove distasteful method which is really part of the indvars pass 2004-06-24 06:52:20 +00:00
Trace.cpp
ValueNumbering.cpp