[PM/AA] Run clang-format over LibCallAliasAnalysis prior to making
[oota-llvm.git] / lib / Analysis / LibCallAliasAnalysis.cpp
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over LibCallAliasAnalysis...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2009-07-31 Dan GohmanLibCallAliasAnalysis doesn't use TargetData.
2008-06-05 Chris LattnerExpose a public interface to this pass.
2008-06-05 Chris LattnerLet libcall semantics decide whether it knows about...
2008-05-30 Dan GohmanFix a typo in a comment.
2008-05-15 Dan GohmanUse static and anonymous namespaces consistently with...
2008-05-09 Torok Edwinput LibCallAliasAnalysis into anonymous namespace to...
2008-05-07 Chris LattnerAdd a new LibCallAliasAnalysis pass, which is parameterized