Skip to content
  1. Feb 02, 2010
  2. Feb 01, 2010
  3. Jan 31, 2010
  4. Jan 30, 2010
  5. Jan 29, 2010
  6. Jan 27, 2010
  7. Jan 25, 2010
  8. Jan 24, 2010
  9. Jan 23, 2010
  10. Jan 22, 2010
  11. Jan 21, 2010
  12. Jan 19, 2010
    • Dan Gohman's avatar
      When doing address-mode sinking, expand the base register first, rather · ca19445d
      Dan Gohman authored
      than the scaled register. This makes it more likely that subsequent
      AddrModeMatcher queries will match the new address the same way as the
      old, instead of accidentally matching what had been the base register
      as the new scaled register, and then failing to match the scaled register.
      This fixes some problems with address-mode sinking multiple muls into a
      block, which will be a lot more common with some upcoming
      LoopStrengthReduction changes.
      
      llvm-svn: 93935
      ca19445d
    • Bob Wilson's avatar
      Fix a crash in scalarrepl for memcpy/memmove where the source and destination · 58d59fe3
      Bob Wilson authored
      are the same.  I had already fixed a similar problem where the source and
      destination were different bitcasts derived from the same alloca, but the
      previous fix still did not handle the case where both operands are exactly
      the same value.  Radar 7552893.
      
      llvm-svn: 93848
      58d59fe3
  13. Jan 17, 2010
  14. Jan 12, 2010
  15. Jan 09, 2010
  16. Jan 08, 2010
Loading