aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/TypeBasedAliasAnalysis.cpp
AgeCommit message (Expand)Author
2010-10-21Add some more documentation.Dan Gohman
2010-10-21Explain what "constant" means here.Dan Gohman
2010-10-21Update comments.Dan Gohman
2010-10-20Factor out the main aliasing check into a separate function.Dan Gohman
2010-10-20Fix comments; the type graph is currently a tree, not a DAG.Dan Gohman
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-18Make TypeBasedAliasAnalysis default to doing nothing, with a command-lineDan Gohman
2010-10-18Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory.Dan Gohman
2010-10-14Tolerate a null parent pointer.Dan Gohman
2010-10-11Support AA chaining.Dan Gohman
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-09-14Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.Dan Gohman
2010-09-14Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-03Fix a typo Devang noticed.Dan Gohman
2010-08-02Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman