PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit
[oota-llvm.git] / lib / Analysis / TypeBasedAliasAnalysis.cpp
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...