aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopDependenceAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* fixed some typos in method comments, reworded some comments for clarityJohn Mosby2009-12-071-7/+7
* remove a few dead insertion methods.Chris Lattner2009-08-241-2/+0
* SIV/MIV classification for LDA.Andreas Bolka2009-08-071-0/+8
* ZIV tester for LDA.Andreas Bolka2009-08-051-0/+2
* Restrict LDA to affine subscripts.Andreas Bolka2009-08-031-0/+9
* Skeleton for pairwise subscript testing.Andreas Bolka2009-07-291-5/+11
* Simplify LDA-internal interface.Andreas Bolka2009-07-281-1/+1
* Forward-declare raw_ostream.Andreas Bolka2009-07-241-1/+1
* Cache dependence computation using FoldingSet.Andreas Bolka2009-07-231-4/+40
* Minor cosmetics: indentation, formatting, naming.Andreas Bolka2009-07-231-23/+23
* Use AA to check objects before LDA.Andreas Bolka2009-07-011-0/+2
* Drop redundant print impl.Andreas Bolka2009-06-301-3/+0
* Minimal LDA interface, maximally conservative tester.Andreas Bolka2009-06-281-0/+5
* LDA analysis output scaffolding.Andreas Bolka2009-06-281-1/+8
* Scaffolding for LDA pass.Andreas Bolka2009-06-241-0/+52