aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysis.cpp
AgeCommit message (Expand)Author
2004-03-15Deinline some virtual methods, provide better mod/ref answers through theChris Lattner
2004-01-30Improve mod/ref information based on the pointsToConstantMemory method.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-02-26Add new -no-aa implementationChris Lattner
2003-02-26Move BasicAA pass out to it's own header fileChris Lattner
2003-02-26 - Checkin of the alias analysis work:Chris Lattner
2003-02-09Implement knowledge in BasicAA that &A->field != &A and (P+1) != PChris Lattner
2003-02-09 - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]Chris Lattner
2003-02-07Don't bother counting alias results, allow the AliasAnalysisCounter to do that.Chris Lattner
2003-02-03Add statistics to basicAA passChris Lattner
2002-11-06Make query operations non-const to allow demand-driven analyses.Vikram S. Adve
2002-09-08* Add capability to recognize alias properties of the following common cases:Chris Lattner
2002-08-29Remove unneeded #includeChris Lattner
2002-08-22doxygenize commentsChris Lattner
2002-08-22Add missing #includeChris Lattner
2002-08-22Check-in new alias analysis infrastructureChris Lattner