aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LibCallAliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-2/+4
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-141-2/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-4/+4
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-4/+4
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-4/+4
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-031-4/+7
* LibCallAliasAnalysis uses multiple inheritance, so it needs to implementNick Lewycky2010-07-301-0/+10
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-221-3/+0
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-1/+1
* More MSVC fixes -- class/struct conflicts.Bill Wendling2009-05-121-1/+1
* Expose a public interface to this pass.Chris Lattner2008-06-051-0/+61