Skip the linear search if the answer is already known.
[oota-llvm.git] / lib / Transforms / Scalar / PredicateSimplifier.cpp
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...