Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup...
[oota-llvm.git] / lib / Analysis / LibCallAliasAnalysis.cpp
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