Reapply commit 112699, speculatively reverted by echristo, since
[oota-llvm.git] / include / llvm / Transforms / Utils / SSAUpdater.h
2010-09-02 Duncan SandsReapply commit 112699, speculatively reverted by echris...
2010-09-01 Eric ChristopherSpeculatively revert 112699 and 112702, they seem to...
2010-09-01 Duncan SandsIf PrototypeValue is erased in the middle of using...
2010-08-29 Chris Lattnerimplement SSAUpdater::RewriteUseAfterInsertions, a...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-04-17 Bob WilsonRe-commit my previous SSAUpdater changes. The previous...
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-04-01 Bob WilsonRewrite another SSAUpdater function to avoid recursion.
2010-04-01 Bob WilsonChange another SSAUpdater function to avoid recursion.
2010-04-01 Bob WilsonThe SSAUpdater should avoid recursive traversals of...
2010-03-31 Bob WilsonRewrite part of the SSAUpdater to be more careful about...
2009-12-22 Chris Lattnercomment fix: weakvh -> tracking vh
2009-10-24 Dan GohmanAdd an explicit keyword.
2009-10-16 Duncan SandsStrip trailing white space.
2009-10-10 Chris Lattneradd a simple helper method.
2009-10-10 Chris Lattneradd ability for clients of SSAUpdater to find out about the
2009-10-10 Chris Lattneradd the ability to get a rewritten value from the middl...
2009-10-10 Chris Lattnerrename GetValueInBlock -> GetValueAtEndOfBlock to bette...
2009-10-10 Chris LattnerImplement an efficient and fully general SSA update...