aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LibCallAliasAnalysis.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-09-14Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-03Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman
2010-07-30LibCallAliasAnalysis uses multiple inheritance, so it needs to implementNick Lewycky
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-05-12More MSVC fixes -- class/struct conflicts.Bill Wendling
2008-06-05Expose a public interface to this pass.Chris Lattner