1. 1e68724 Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1) by Daniel Neilson · 8 years ago
  2. 67cf9a7 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  3. 72bc23e Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  4. 79e6c74 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction by David Blaikie · 11 years ago
  5. 703e488 Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg! by Nick Lewycky · 11 years ago
  6. ff123d5 Fix the remaining TCL-style quotes found in the testsuite. This is by Chandler Carruth · 13 years ago
  7. 80ed9dc rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is by Chris Lattner · 14 years ago
  8. 02538ac Make BasicAliasAnalysis a normal AliasAnalysis implementation which by Dan Gohman · 15 years ago
  9. 1880092 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 16 years ago
  10. 72a13d2 Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 16 years ago
  11. 9737a63 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 16 years ago
  12. ef9a6fd Factor a bunch of functionality related to memcpy and memset transforms out of by Owen Anderson · 18 years ago[Renamed (94%) from llvm/test/Transforms/GVN/2008-02-24-MultipleUseofSRet.ll]
  13. 6ff0b82 Improve the return slot optimization to be both more aggressive (not limited to sret parameters), and by Owen Anderson · 18 years ago
  14. df1d2b0 Fix an issue where GVN was performing the return slot optimization when it was by Owen Anderson · 18 years ago