Skip to content
  1. Mar 11, 2010
  2. Feb 16, 2010
  3. Feb 13, 2010
  4. Feb 05, 2010
  5. 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
  6. Jan 05, 2010
  7. Dec 17, 2009
  8. Dec 08, 2009
  9. Dec 03, 2009
  10. Oct 31, 2009
  11. Oct 16, 2009
  12. Sep 16, 2009
  13. Sep 02, 2009
  14. Aug 26, 2009
  15. Aug 23, 2009
  16. Aug 13, 2009
  17. Aug 12, 2009
  18. Aug 11, 2009
  19. Jul 31, 2009
  20. Jul 25, 2009
  21. Jul 22, 2009
  22. Jul 20, 2009
  23. Jul 10, 2009
  24. Jul 03, 2009
  25. Jun 15, 2009
  26. Jun 02, 2009
  27. May 04, 2009
  28. Apr 07, 2009
  29. Mar 27, 2009
  30. Mar 26, 2009
  31. Mar 13, 2009
  32. Mar 12, 2009
    • Duncan Sands's avatar
      Revert commit 66140 since it caused several failures · 1f853d6a
      Duncan Sands authored
      in the Ada testcase.  Reverting this only covers up
      the real problem, which is a nasty conceptual difficulty
      in the phi elimination pass: when eliminating phi nodes
      in landing pads, the register copies need to come before
      the invoke, not at the end of the basic block which is
      too late...  See PR3784.
      
      llvm-svn: 66826
      1f853d6a
  33. Mar 05, 2009
  34. Feb 20, 2009
  35. Feb 13, 2009
Loading