summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysis.cpp
Commit message (Expand)AuthorAge
* Add new -no-aa implementationChris Lattner2003-02-26
* Move BasicAA pass out to it's own header fileChris Lattner2003-02-26
* - Checkin of the alias analysis work:Chris Lattner2003-02-26
* Implement knowledge in BasicAA that &A->field != &A and (P+1) != PChris Lattner2003-02-09
* - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]Chris Lattner2003-02-09
* Don't bother counting alias results, allow the AliasAnalysisCounter to do that.Chris Lattner2003-02-07
* Add statistics to basicAA passChris Lattner2003-02-03
* Make query operations non-const to allow demand-driven analyses.Vikram S. Adve2002-11-06
* * Add capability to recognize alias properties of the following common cases:Chris Lattner2002-09-08
* Remove unneeded #includeChris Lattner2002-08-29
* doxygenize commentsChris Lattner2002-08-22
* Add missing #includeChris Lattner2002-08-22
* Check-in new alias analysis infrastructureChris Lattner2002-08-22