summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysis.cpp
Commit message (Expand)AuthorAge
* Fix a copy+paste error in a comment.Dan Gohman2008-05-30
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Revert r44626, which turned off the use of readonlyDuncan Sands2007-12-12
* Commit 44487 broke bootstrap of llvm-gcc-4.2. It isDuncan Sands2007-12-05
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-01
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed unneeded <iostream> #include.Bill Wendling2006-11-17
* For PR780:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-01
* Remove trailing whitespaceMisha Brukman2005-04-21
* Make this more efficient by only making one virtual method call.Chris Lattner2005-03-23
* Make this a bit more aggressiveChris Lattner2005-03-23
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Adjust to new alias analysis interfacesChris Lattner2004-12-15
* Properly extern this.Chris Lattner2004-12-08
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Changes to work with the changes to the AliasAnalysis interface. The -no-aaChris Lattner2004-05-23
* Deinline some virtual methods, provide better mod/ref answers through theChris Lattner2004-03-15
* Improve mod/ref information based on the pointsToConstantMemory method.Chris Lattner2004-01-30
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* 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