summaryrefslogtreecommitdiff
path: root/lib/Analysis/LibCallAliasAnalysis.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-21
* LibCallAliasAnalysis doesn't use TargetData.Dan Gohman2009-07-31
* Expose a public interface to this pass.Chris Lattner2008-06-05
* Let libcall semantics decide whether it knows about functions Chris Lattner2008-06-05
* Fix a typo in a comment.Dan Gohman2008-05-30
* Use static and anonymous namespaces consistently with other passes.Dan Gohman2008-05-15
* put LibCallAliasAnalysis into anonymous namespace to avoidTorok Edwin2008-05-09
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-07