1. 292e78c When removing a function from the function set and adding it to deferred, we by Nick Lewycky · 15 years ago
  2. 13e04ae Fix surprising missed optimization in mergefunc where we forgot to consider by Nick Lewycky · 15 years ago
  3. f1cec16 Teach mergefunc how to emit aliases safely again -- but keep it turned it off by Nick Lewycky · 15 years ago
  4. 375efe3 Arrays and vectors with different numbers of elements are not equivalent. by Nick Lewycky · 15 years ago
  5. 1880092 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 16 years ago
  6. 72a13d2 Use opt -S instead of piping bitcode output through llvm-dis. 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. 25675ac Given two identical weak functions, produce one internal function and two weak by Nick Lewycky · 16 years ago
  9. 42ded70 This test is wrong. If you have two weak functions F and G you can't make by Nick Lewycky · 16 years ago
  10. d694831 Fix tests not to emit IR output by Anton Korobeynikov · 17 years ago
  11. 3c6d34a Changes from Duncan's review: by Nick Lewycky · 17 years ago
  12. d01d42e Add a new MergeFunctions pass. It finds identical functions and merges them. by Nick Lewycky · 17 years ago