Remove Value::getNameLen
[oota-llvm.git] / lib / Transforms / Scalar / PredicateSimplifier.cpp
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-23 Nick LewyckyStyle changes only. Remove dead code, fix a comment.
2006-09-21 Nick LewyckyDon't rewrite ConstantExpr::get.
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-18 Nick LewyckyWalk down the dominator tree instead of the control...
2006-09-13 Nick LewyckyAdd some more consistency checks.
2006-09-13 Nick LewyckyFix unionSets so that it can merge correctly.
2006-09-13 Nick LewyckyErase dead instructions.
2006-09-11 Nick LewyckySkip the linear search if the answer is already known.
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-02 Nick LewyckyImprove handling of SelectInst.
2006-09-01 Nick LewyckyDon't confuse canonicalize and lookup. Fixes predsimpli...
2006-08-31 Nick LewyckyProperties where both Values weren't in the union ...
2006-08-30 Nick LewyckyMove to using the EquivalenceClass ADT. Removes SynSets.
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...