1. 264d245 When extending a memset range past the front, set the alignment of the by Dan Gohman · 15 years ago
  2. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  3. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  4. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  5. ff1e98c Fix PR4882, by making MemCpyOpt not dereference removed stores to get the by Chris Lattner · 15 years ago
  6. f41eaac enhance memcpy opt to turn memmoves into memcpy when the src/dest by Chris Lattner · 15 years ago
  7. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  8. 009e4f7 Fix two issues that Eli Friedman pointed out, where would misoptimized code like: by Owen Anderson · 16 years ago
  9. 19d4d12 Test for PR2401 by Owen Anderson · 16 years ago
  10. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  11. 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
  12. 9dcace3 Fix a bug in memcpyopt where the memcpy-memcpy transform was never being applied because by Owen Anderson · 16 years ago
  13. a8bd658 Refactor memcpyopt based on Chris' suggestions. Consolidate several functions by Owen Anderson · 17 years ago
  14. a723d1e Factor a bunch of functionality related to memcpy and memset transforms out of by Owen Anderson · 17 years ago