summaryrefslogtreecommitdiff
path: root/lib/Analysis/TypeBasedAliasAnalysis.cpp
Commit message (Expand)AuthorAge
* Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.Dan Gohman2010-09-14
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix a typo Devang noticed.Dan Gohman2010-08-03
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-02