summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LibCallAliasAnalysis.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* 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