Add some more documentation.
[oota-llvm.git] / lib / Analysis / TypeBasedAliasAnalysis.cpp
2010-10-21 Dan GohmanAdd some more documentation.
2010-10-21 Dan GohmanExplain what "constant" means here.
2010-10-21 Dan GohmanUpdate comments.
2010-10-20 Dan GohmanFactor out the main aliasing check into a separate...
2010-10-20 Dan GohmanFix comments; the type graph is currently a tree, not...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-18 Dan GohmanMake TypeBasedAliasAnalysis default to doing nothing...
2010-10-18 Dan GohmanUse chaining in TypeBasedAliasAnalysis::pointsToConstan...
2010-10-14 Dan GohmanTolerate a null parent pointer.
2010-10-11 Dan GohmanSupport AA chaining.
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-14 Dan GohmanConvert TBAA to use the new TBAATag field of AliasAnaly...
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 GohmanFix a typo Devang noticed.
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...