aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LibCallAliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+8
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* 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