For PR950:
[oota-llvm.git] / lib / Transforms / Scalar / PredicateSimplifier.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris LattnerConvert more Statistic's over to STATISTIC
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-06 Chris Lattneradd missing #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Nick LewyckyRemove commented line from earlier debugging.
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyFix 2006-10-25-AddSetCC. A relational operator (like...
2006-10-25 Nick LewyckyResurrect r1.25.
2006-10-25 Chris Lattnerhide symbols properly
2006-10-24 Chris LattnerRevert back to r1.21, which was the last revision of...
2006-10-23 Nick LewyckyRemove the Backwards operation. Resolving now works...
2006-10-22 Nick LewyckyFix similar missing optimization opportunity in XOR.
2006-10-22 Nick LewyckyWhoops! Add missing NULL check.
2006-10-22 Nick LewyckyHandle "if ((x|y) != 0)" for ints like we do for bools...
2006-10-22 Nick LewyckyAllocaInst can't return a null pointer. Fixes missed...
2006-10-12 Nick LewyckyReplace custom dispatch code with two uses of InstVisit...
2006-10-03 Nick LewyckySimplify logic further.
2006-10-03 Nick LewyckySimplify, now that predsimplify depends on break-crit...
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...