aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
AgeCommit message (Expand)Author
2010-03-01Add a comment.Dan Gohman
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-01-20adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner
2009-10-31Make ScalarEvolutionAliasAnalysis slightly more aggressive, by making anDan Gohman
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-08-29Add some comments.Dan Gohman
2009-08-26Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman