llvm-6502/lib/Analysis
Chris Lattner 0e74412cee * First try at implementing TD pass this does not merge global nodes yet,
among other things.
  * Significant rewrite of TD pass to avoid potentially N^2 algorithms if
    possible.  It is still not complete, but at least it's checked in now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4215 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-17 04:26:54 +00:00
..
DataStructure * First try at implementing TD pass this does not merge global nodes yet, 2002-10-17 04:26:54 +00:00
IPA Make users of FindUsedTypes not have problems with linkage. This fixes 2002-09-24 00:07:21 +00:00
LiveVar
AliasAnalysis.cpp * Add capability to recognize alias properties of the following common cases: 2002-09-08 18:45:18 +00:00
AliasSetTracker.cpp First try at implementing the AliasSetTracker class. I'm sure it will need 2002-09-26 21:49:07 +00:00
ConstantRange.cpp
Expressions.cpp
InductionVariable.cpp Added capability to get execution count of a loop if it is a predictable 2002-10-11 05:34:32 +00:00
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp Added helper functions in LoopInfo: isLoopExit and numBackEdges. 2002-10-11 05:31:10 +00:00
Makefile Use PARALLEL_DIRS. 2002-10-11 16:08:17 +00:00
PostDominators.cpp Handle post dominance correctly in the case where blocks do not have a path to 2002-10-04 14:50:20 +00:00
ValueNumbering.cpp Convert BasicVN to be an ImmutablePass 2002-09-25 22:27:25 +00:00