summaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-03
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-21
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Rework scev-aa's basic computation so that it doesn't dependDan Gohman2010-06-30
* Fix a typo in a comment.Dan Gohman2010-06-18
* Add a comment.Dan Gohman2010-03-01
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner2010-01-20
* Make ScalarEvolutionAliasAnalysis slightly more aggressive, by making anDan Gohman2009-10-31
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Add some comments.Dan Gohman2009-08-29
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-26