summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-03-23Make this more efficient by only making one virtual method call.Chris Lattner1-4/+6
2005-03-23Make this a bit more aggressiveChris Lattner1-1/+1
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner1-0/+1
2004-12-15Adjust to new alias analysis interfacesChris Lattner1-7/+4
2004-12-08Properly extern this.Chris Lattner1-1/+3
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman1-1/+1
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+1
2004-05-23Changes to work with the changes to the AliasAnalysis interface. The -no-aaChris Lattner1-28/+67
2004-03-15Deinline some virtual methods, provide better mod/ref answers through theChris Lattner1-5/+21
2004-01-30Improve mod/ref information based on the pointsToConstantMemory method.Chris Lattner1-2/+9
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-02-26Add new -no-aa implementationChris Lattner1-0/+19
2003-02-26Move BasicAA pass out to it's own header fileChris Lattner1-258/+7
2003-02-26 - Checkin of the alias analysis work:Chris Lattner1-78/+187
2003-02-09Implement knowledge in BasicAA that &A->field != &A and (P+1) != PChris Lattner1-0/+17
2003-02-09 - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]Chris Lattner1-2/+2
2003-02-07Don't bother counting alias results, allow the AliasAnalysisCounter to do that.Chris Lattner1-24/+6
2003-02-03Add statistics to basicAA passChris Lattner1-7/+28
2002-11-06Make query operations non-const to allow demand-driven analyses.Vikram S. Adve1-5/+5
2002-09-08* Add capability to recognize alias properties of the following common cases:Chris Lattner1-12/+79
2002-08-29Remove unneeded #includeChris Lattner1-1/+0
2002-08-22doxygenize commentsChris Lattner1-9/+8
2002-08-22Add missing #includeChris Lattner1-0/+1
2002-08-22Check-in new alias analysis infrastructureChris Lattner1-0/+155