summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LibCallAliasAnalysis.h
Commit message (Expand)AuthorAge
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* LibCallAliasAnalysis uses multiple inheritance, so it needs to implementNick Lewycky2010-07-30
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* More MSVC fixes -- class/struct conflicts.Bill Wendling2009-05-12
* Expose a public interface to this pass.Chris Lattner2008-06-05