llvm-6502/lib/Analysis
Chris Lattner 15869aa2c7 All DSGraphs keep a reference to the targetdata they are created with. This is
used to eliminate the hard coded, hacked in, sparc specific, global TargetData.
Changing the TargetData used to actually match the code fixes problems, and
eliminates a crash.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9659 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-02 22:27:28 +00:00
..
DataStructure All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
IPA Including the symbol table in the FindUsedTypes analysis was the WRONG way 2003-11-02 01:28:41 +00:00
LiveVar Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
AliasAnalysis.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
AliasAnalysisCounter.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
AliasAnalysisEvaluator.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
AliasSetTracker.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
BasicAliasAnalysis.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
CFGPrinter.cpp Make sure to print labels on nodes without names 2003-10-22 16:30:58 +00:00
ConstantRange.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Expressions.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
InductionVariable.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
InstCount.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Interval.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
IntervalPartition.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LoadValueNumbering.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LoopInfo.cpp Do not add unreachable code to a natural loop! 2003-10-22 16:41:21 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
PostDominators.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
PrintSCC.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ValueNumbering.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00