aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LibCallAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-141-9/+9
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-031-3/+4
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-211-5/+2
* LibCallAliasAnalysis doesn't use TargetData.Dan Gohman2009-07-311-2/+0
* Expose a public interface to this pass.Chris Lattner2008-06-051-40/+12
* Let libcall semantics decide whether it knows about functions Chris Lattner2008-06-051-2/+2
* Fix a typo in a comment.Dan Gohman2008-05-301-1/+1
* Use static and anonymous namespaces consistently with other passes.Dan Gohman2008-05-151-8/+8
* put LibCallAliasAnalysis into anonymous namespace to avoidTorok Edwin2008-05-091-1/+1
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-071-0/+169