Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Analysis / TypeBasedAliasAnalysis.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2010-12-16 Dan GohmanUpdate a comment.
2010-12-15 Dan GohmanEnable TBAA by default.
2010-11-12 Dan GohmanRe-disable TBAA for now; it broke MultiSource/Applicati...
2010-11-12 Dan GohmanEnable TBAA.
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-08 Dan GohmanImplement getModRefBehavior for TypeBasedAliasAnalysis.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-10-25 Dan GohmanSupport TBAA attachments on calls. This is somewhat...
2010-10-25 Dan GohmanFix chaining in TBAA's pointsToConstantMemory.
2010-10-25 Dan GohmanOnly read one bit for testing for a readonly type,...
2010-10-25 Dan GohmanAdd a comment.
2010-10-21 Dan GohmanAdd some more documentation.
2010-10-21 Dan GohmanExplain what "constant" means here.
2010-10-21 Dan GohmanUpdate comments.
2010-10-20 Dan GohmanFactor out the main aliasing check into a separate...
2010-10-20 Dan GohmanFix comments; the type graph is currently a tree, not...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-18 Dan GohmanMake TypeBasedAliasAnalysis default to doing nothing...
2010-10-18 Dan GohmanUse chaining in TypeBasedAliasAnalysis::pointsToConstan...
2010-10-14 Dan GohmanTolerate a null parent pointer.
2010-10-11 Dan GohmanSupport AA chaining.
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
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...