summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LibCallAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM/AA] Delete the LibCallAliasAnalysis and all the associatedChandler Carruth2015-08-151-139/+0
* [PM/AA] Remove the function names and class names from doxygen commentsChandler Carruth2015-08-141-7/+5
* [PM/AA] Move the LibCall AA creation routine declaration to thatChandler Carruth2015-08-141-1/+0
* [PM/AA] Run clang-format over LibCallAliasAnalysis prior to makingChandler Carruth2015-08-141-17/+17
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-18/+19
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-2/+2
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+5
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-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
OpenPOWER on IntegriCloud