llvm-6502/lib/Analysis
Owen Anderson 9cb7f49ee9 Completely merge the implementation details of DomTree and PostDomTree.
Also, add a FIXME for a bug in PostDomTree calculation I noticed while writing this,


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42593 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-03 21:25:45 +00:00
..
IPA Add a new DenseSet abstraction. 2007-09-30 00:47:20 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
BasicAliasAnalysis.cpp
CFGPrinter.cpp
ConstantFolding.cpp Rewrite sqrt and powi to use anyfloat. By popular demand. 2007-10-02 17:43:59 +00:00
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp
LoopPass.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
Makefile
MemoryDependenceAnalysis.cpp
PostDominators.cpp Completely merge the implementation details of DomTree and PostDomTree. 2007-10-03 21:25:45 +00:00
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ScalarEvolution.cpp Build the correct range for loops with unusual bounds. Fix from Jay Foad. 2007-09-27 14:12:54 +00:00
ScalarEvolutionExpander.cpp
Trace.cpp
ValueNumbering.cpp