aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Revert r44626, which turned off the use of readonlyDuncan Sands2007-12-121-12/+4
* Commit 44487 broke bootstrap of llvm-gcc-4.2. It isDuncan Sands2007-12-051-4/+12
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-4/+4
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-011-7/+32
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-3/+3
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Fix build error.Lauro Ramos Venancio2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* Removed unneeded <iostream> #include.Bill Wendling2006-11-171-1/+0
* For PR780:Reid Spencer2006-06-071-5/+1
* For PR780:Reid Spencer2006-06-071-0/+1
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Make this more efficient by only making one virtual method call.Chris Lattner2005-03-231-4/+6
* Make this a bit more aggressiveChris Lattner2005-03-231-1/+1
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* Adjust to new alias analysis interfacesChris Lattner2004-12-151-7/+4
* Properly extern this.Chris Lattner2004-12-081-1/+3
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Changes to work with the changes to the AliasAnalysis interface. The -no-aaChris Lattner2004-05-231-28/+67
* Deinline some virtual methods, provide better mod/ref answers through theChris Lattner2004-03-151-5/+21
* Improve mod/ref information based on the pointsToConstantMemory method.Chris Lattner2004-01-301-2/+9
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add new -no-aa implementationChris Lattner2003-02-261-0/+19
* Move BasicAA pass out to it's own header fileChris Lattner2003-02-261-258/+7
* - Checkin of the alias analysis work:Chris Lattner2003-02-261-78/+187
* Implement knowledge in BasicAA that &A->field != &A and (P+1) != PChris Lattner2003-02-091-0/+17
* - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]Chris Lattner2003-02-091-2/+2
* Don't bother counting alias results, allow the AliasAnalysisCounter to do that.Chris Lattner2003-02-071-24/+6
* Add statistics to basicAA passChris Lattner2003-02-031-7/+28
* Make query operations non-const to allow demand-driven analyses.Vikram S. Adve2002-11-061-5/+5
* * Add capability to recognize alias properties of the following common cases:Chris Lattner2002-09-081-12/+79
* Remove unneeded #includeChris Lattner2002-08-291-1/+0
* doxygenize commentsChris Lattner2002-08-221-9/+8
* Add missing #includeChris Lattner2002-08-221-0/+1
* Check-in new alias analysis infrastructureChris Lattner2002-08-221-0/+155