1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include/llvm/Analysis
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
..
AliasAnalysis.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
AliasSetTracker.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
CallGraph.h When someone includes CallGraph.h, make sure that they link in CallGraph.cpp 2003-10-30 05:17:30 +00:00
ConstantsScanner.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
DataStructure.h All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
DependenceGraph.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
Dominators.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
DSGraph.h All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
DSGraphTraits.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
DSNode.h All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
DSSupport.h All DSGraphs keep a reference to the targetdata they are created with. This is 2003-11-02 22:27:28 +00:00
Expressions.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
FindUnsafePointerTypes.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
FindUsedTypes.h Including the symbol table in the FindUsedTypes analysis was the WRONG way 2003-11-02 01:28:41 +00:00
InductionVariable.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
InstForest.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
Interval.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
IntervalIterator.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
IntervalPartition.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
IPModRef.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
LoadValueNumbering.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
LoopInfo.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
MemoryDepAnalysis.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
PgmDependenceGraph.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
PostDominators.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
ValueNumbering.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
Verifier.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00