1. fb78083 Stay rational; don't assert trying to take the square root of a negative value. by Nick Lewycky · 13 years ago
  2. e0aa54b This transform only handles two-operand AddRec's. Prevent it from trying to by Nick Lewycky · 14 years ago
  3. 658bdb5 The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which was by Nick Lewycky · 14 years ago
  4. def1949 Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 14 years ago
  5. 80386c10 -disable-output is no longer needed with -analyze. by Dan Gohman · 16 years ago
  6. 1880092 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 16 years ago
  7. 9737a63 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 16 years ago
  8. 432af7a Add -disable-output to a bunch of tests that don't care about the output. by Dan Gohman · 16 years ago
  9. 0bddac1 Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, by Dan Gohman · 17 years ago
  10. a78669c While testing particular algorithms to compute loop iteration count the brute by Wojciech Matyjewicz · 17 years ago
  11. ddb265b Now that ScalarEvolution::print writes to the correct stream, there is by Wojciech Matyjewicz · 18 years ago
  12. 6d207a7 Add two test cases to cover apintification change. by Zhou Sheng · 19 years ago