summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysis.cpp
Commit message (Expand)AuthorAge
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-06
* Be more conservative in the face of volatile.Dan Gohman2010-08-06
* Fix a comment.Dan Gohman2010-08-06
* Move all the logic for function attributes and call attributes out of theDan Gohman2010-08-06
* Yes, we can do better, but this is not the place for it.Dan Gohman2010-08-05
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-03
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* Make AliasAnalysis::getModRefInfo conservative in the face of volatility.Dan Gohman2010-08-03
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-07
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-29
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* use the new isNoAlias method to simplify some code, only do an escaping check...Chris Lattner2009-11-23
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Global Aliases are not identifiable objects.Dan Gohman2009-08-27
* Make AliasAnalysis and related classes useDan Gohman2009-07-25
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-14
* If a function only reads memory, then we know that...Duncan Sands2009-02-13
* Fix a crasher: we need to check that the function is non-null before using it!Owen Anderson2009-02-06
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-05
* Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...Owen Anderson2009-02-04
* Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th...Owen Anderson2009-02-03
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-03
* 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