The CorrelatedExpressionElimination pass is known to be buggy. Remove it.
[oota-llvm.git] / include / llvm / LinkAllPasses.h
2008-01-27 Bill WendlingThe CorrelatedExpressionElimination pass is known to...
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2008-01-06 Chris Lattnerfix an accidental commit that broke all the testers :(
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-05 Owen AndersonDidn't mean to commit this.
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-14 Owen AndersonRemove RLE from the headers, since the pass itself...
2007-08-07 Devang PatelBegin loop index split pass.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-23 Owen AndersonForgot to commit this file.
2007-07-11 Owen AndersonAdd FastDSE, a new algorithm for doing dead store elimi...
2007-05-29 Owen AndersonPut GVN-PRE in all the right places.
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-07 Chris Lattneradd loop rot
2007-03-31 Chris LattnerSplit the sdisel code munging stuff out into its own...
2007-02-20 Chris Lattnerremove some passes
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Reid SpencerFor PR1072:
2007-01-07 Chris Lattnerremove an old instrumentation pass that is not used...
2006-12-13 John CriswellRemove DSA header files.
2006-12-13 John CriswellRemove DSA.
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-21 Reid SpencerFix the documentation for this file.
2006-08-21 Reid SpencerFor PR885: