1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Analysis/DataStructure
Chris Lattner a71b07eeca 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.

llvm-svn: 9659
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
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
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