Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / include / llvm / Analysis / LoopDependenceAnalysis.h
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...
2009-12-07 John Mosbyfixed some typos in method comments, reworded some...
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-07 Andreas BolkaSIV/MIV classification for LDA.
2009-08-05 Andreas BolkaZIV tester for LDA.
2009-08-03 Andreas BolkaRestrict LDA to affine subscripts.
2009-07-29 Andreas BolkaSkeleton for pairwise subscript testing.
2009-07-28 Andreas BolkaSimplify LDA-internal interface.
2009-07-24 Andreas BolkaForward-declare raw_ostream.
2009-07-23 Andreas BolkaCache dependence computation using FoldingSet.
2009-07-23 Andreas BolkaMinor cosmetics: indentation, formatting, naming.
2009-07-01 Andreas BolkaUse AA to check objects before LDA.
2009-06-30 Andreas BolkaDrop redundant print impl.
2009-06-28 Andreas BolkaMinimal LDA interface, maximally conservative tester.
2009-06-28 Andreas BolkaLDA analysis output scaffolding.
2009-06-24 Andreas BolkaScaffolding for LDA pass.