1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Analysis
Chris Lattner 7f45e655a8 Separate the call graph implementation from its interface. This implements
the rough idea sketched out in http://nondot.org/sabre/LLVMNotes/CallGraphClass.txt,
allowing new spiffy implementations of the callgraph interface to be built.

Many thanks to Saem Ghani for contributing this!

llvm-svn: 24944
2005-12-22 06:07:52 +00:00
..
DataStructure Prefix DSA specific options with dsa. 2005-12-19 20:14:38 +00:00
IPA Separate the call graph implementation from its interface. This implements 2005-12-22 06:07:52 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasSetTracker.cpp
BasicAliasAnalysis.cpp prevent cse of readcyclecounter 2005-11-11 19:02:54 +00:00
CFGPrinter.cpp
ConstantFolding.cpp Move some constant folding functions into LLVMAnalysis since they are used 2005-10-27 16:00:10 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PostDominators.cpp post-dom-frontiers requires proper post-dominance 2005-11-18 07:28:26 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
ScalarEvolutionExpander.cpp Fix a problem that Nate noticed with LSR: 2005-10-30 06:24:33 +00:00
Trace.cpp
ValueNumbering.cpp