1. d463e07 fix incorrectly upgraded test by Chris Lattner · 18 years ago
  2. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  3. 9aafdcf For PR1319: by Reid Spencer · 18 years ago
  4. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  5. 1eda0f6 Propagate ValueRanges across equality. by Nick Lewycky · 18 years ago
  6. 419c6f5 New predicate simplifier! by Nick Lewycky · 18 years ago
  7. eacb702 For PR950: by Reid Spencer · 18 years ago
  8. 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 18 years ago
  9. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
  10. 7a2ed81 Emitting raw bytecode is awfully rude. Add -disable-output. Clarify the test. by Nick Lewycky · 18 years ago
  11. f5d9134 Improve cvs ignoring of test results. by Reid Spencer · 18 years ago
  12. 30b3b1c Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes by Nick Lewycky · 18 years ago
  13. aa596f3 This testcase was logically wrong! Fixing, and including the test for the by Nick Lewycky · 18 years ago
  14. 5062250 Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed by Nick Lewycky · 18 years ago
  15. 802fe27 AllocaInst can't return a null pointer. Fixes missed optimization by Nick Lewycky · 18 years ago
  16. 5c8c5d9 Move break-crit-edges before the predicate simplifier. Allows us to by Nick Lewycky · 18 years ago
  17. af2f1fe Once we're down to "setcc type constant1, constant2", at least come up by Nick Lewycky · 18 years ago
  18. 406fc0c Use a total ordering to compare instructions. Fixes infinite loop in resolve(). by Nick Lewycky · 18 years ago
  19. b46de1b Enable dejagnu tests for predicate simplifier. by Nick Lewycky · 18 years ago
  20. dc08cd5 Replace EquivalenceClasses with a custom-built data structure. Many common by Nick Lewycky · 18 years ago
  21. a3a68bd Improve handling of SelectInst. by Nick Lewycky · 18 years ago
  22. 838f36f This program crashes the PredicateSimplifier. Not marked XFAIL because by Nick Lewycky · 18 years ago
  23. 05450ae Add PredicateSimplifier pass. Collapses equal variables into one form by Nick Lewycky · 18 years ago