aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-8/+8
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+12
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-271-6/+11
* -enable-tbaa is on by default now.Dan Gohman2010-12-161-1/+1
* Add some comments.Dan Gohman2010-10-201-0/+4
* Run tbaa before basicaa, since that's how it's expected to be used.Dan Gohman2010-10-181-1/+1
* Make TypeBasedAliasAnalysis default to doing nothing, with a command-lineDan Gohman2010-10-181-1/+1
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Add a simple testcase for tbaa.Dan Gohman2010-10-111-0/+58