Fixing a typo in configure.ac.
[oota-llvm.git] / test / Transforms / PredicateSimplifier /
2007-09-20 Nick LewyckyExcuse me.
2007-09-20 Nick LewyckyFix optimization. %x = sub %x, %y does not imply that...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Chris Lattnerfix incorrectly upgraded test
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-18 Nick LewyckyPropagate ValueRanges across equality.
2007-01-11 Nick LewyckyNew predicate simplifier!
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-10-28 Nick LewyckyEmitting raw bytecode is awfully rude. Add -disable...
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
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...