Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes
[oota-llvm.git] / test / Transforms / PredicateSimplifier /
2006-10-26 Nick LewyckyHandling of setlt/le/gt/ge is broken at the moment...
2006-10-26 Nick LewyckyThis testcase was logically wrong! Fixing, and includin...
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-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
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-19 Nick LewyckyEnable dejagnu tests for predicate simplifier.
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-02 Nick LewyckyImprove handling of SelectInst.
2006-08-31 Nick LewyckyThis program crashes the PredicateSimplifier. Not marke...
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...