llvm-6502/lib/Analysis/DataStructure
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
..
BottomUpClosure.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
DataStructure.cpp All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
DataStructureAA.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
DataStructureOpt.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
DataStructureStats.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
DSCallSiteIterator.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
GraphChecker.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
IPModRef.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Local.cpp All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
MemoryDepAnalysis.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Parallelize.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
PgmDependenceGraph.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Printer.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Steensgaard.cpp All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
TopDownClosure.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00