Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / Transforms / Scalar / ABCD.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-03-27 Jeffrey YasskinRemove another memory leak from ABCD by using Edges...
2010-03-27 Jeffrey YasskinIn ABCD, change the non-null Bound*s to Bound&s.
2010-03-27 Jeffrey YasskinFix a memory leak in ABCD by giving ownership of Bound...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-09 Owen AndersonSmall cleanups.
2009-11-09 Owen AndersonRevert my previous patch to ABCD and fix things the...
2009-11-08 Owen AndersonFix an issue where the ordering of blocks within a...
2009-10-29 Nick LewyckyApply some cleanups. No functionality changes.
2009-10-28 Nick LewyckyAdd ABCD, a generalized implementation of the Eliminati...