llvm-mirror/lib/Analysis
Chris Lattner f2009dbddb This is a substantial rewrite of the AliasSetTracker class which now uses
a union-find based algorithm, is significantly faster, and is more general.
It will also scale to handle call instructions correctly, which is a nice
added bonus.

This includes a new pass -print-alias-sets which can be used to show how
alias sets are formed for a particular analysis.

llvm-svn: 5619
2003-02-24 20:37:56 +00:00
..
DataStructure Fix resolution of indirect function calls... whoops 2003-02-14 23:27:18 +00:00
IPA
LiveVar
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp Rename options 2003-02-11 23:12:09 +00:00
AliasSetTracker.cpp This is a substantial rewrite of the AliasSetTracker class which now uses 2003-02-24 20:37:56 +00:00
Expressions.cpp
InductionVariable.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp
LoopInfo.cpp Dramatically simplify building of natural loops and fix a bug where the BBMap 2003-02-22 21:33:11 +00:00
Makefile
PostDominators.cpp
PrintSCC.cpp
ValueNumbering.cpp