Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Analysis / ScalarEvolutionAliasAnalysis.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
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 GohmanIntroduce a symbolic constant for ~0u for use with...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-06-30 Dan GohmanRework scev-aa's basic computation so that it doesn...
2010-06-18 Dan GohmanFix a typo in a comment.
2010-03-01 Dan GohmanAdd a comment.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in a few more passes.
2009-10-31 Dan GohmanMake ScalarEvolutionAliasAnalysis slightly more aggress...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-08-29 Dan GohmanAdd some comments.
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...