Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / include / llvm / Analysis / LibCallAliasAnalysis.h
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-30 Nick LewyckyLibCallAliasAnalysis uses multiple inheritance, so...
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-05-12 Bill WendlingMore MSVC fixes -- class/struct conflicts.
2008-06-05 Chris LattnerExpose a public interface to this pass.