llvm-mirror/lib/Analysis
Chris Lattner a84b1da40f - Checkin of the alias analysis work:
* Takes into account the size of the memory reference to determine aliasing.
    * Expose mod/ref information in a more consistent way
    * BasicAA can now disambiguate A[i][1] and A[j][2] for conservative request
      sizes

llvm-svn: 5633
2003-02-26 19:26:51 +00:00
..
DataStructure Fix resolution of indirect function calls... whoops 2003-02-14 23:27:18 +00:00
IPA Implement optimization for direct function call case. This dramatically 2003-02-05 21:59:58 +00:00
LiveVar
AliasAnalysis.cpp - Checkin of the alias analysis work: 2003-02-26 19:26:51 +00:00
AliasAnalysisCounter.cpp Allow counting multiple passes, and print the pass name counted 2003-02-07 20:39:17 +00:00
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