summaryrefslogtreecommitdiff
path: root/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
Commit message (Expand)AuthorAge
* -enable-tbaa is on by default now.Dan Gohman2010-12-16
* Add some comments.Dan Gohman2010-10-20
* Run tbaa before basicaa, since that's how it's expected to be used.Dan Gohman2010-10-18
* Make TypeBasedAliasAnalysis default to doing nothing, with a command-lineDan Gohman2010-10-18
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Add a simple testcase for tbaa.Dan Gohman2010-10-11