Skip to content
  1. Oct 03, 2008
  2. Oct 02, 2008
    • Owen Anderson's avatar
      Use a multimap rather than a map for holding the list of copies to insert, so... · c5b45fec
      Owen Anderson authored
      Use a multimap rather than a map for holding the list of copies to insert, so we don't lose copies when two of them have
      the same source.  I don't know what I was thinking when I wrote this originally.
      Note: There's probably a more efficient way to do this, but I need to think about it some more, and about what determinism
      guarantees need to be present.
      
      llvm-svn: 56964
      c5b45fec
  3. Oct 01, 2008
  4. Sep 26, 2008
  5. Sep 24, 2008
  6. Sep 23, 2008
  7. Sep 22, 2008
  8. Sep 04, 2008
  9. Aug 14, 2008
  10. Aug 13, 2008
  11. Aug 07, 2008
  12. Aug 06, 2008
  13. Aug 05, 2008
  14. Jul 30, 2008
  15. Jul 29, 2008
  16. Jul 26, 2008
    • Owen Anderson's avatar
      Fix the issues originally addressed in r54070. After thinking about it some... · 54912b3e
      Owen Anderson authored
      Fix the issues originally addressed in r54070.  After thinking about it some more, I realized that the right thing to do
      is to have StrongPHIElimination use its knowledge of the PHIs before they're erased to update the intervals appropriate.  This is
      both simpler and more accurate than the alternative, which was having LIA figure it out when it renumbered things, plus it's just
      the right thing to do!
      
      llvm-svn: 54077
      54912b3e
  17. Jul 25, 2008
  18. Jul 24, 2008
  19. Jun 05, 2008
  20. Jun 04, 2008
  21. May 30, 2008
  22. May 13, 2008
  23. Apr 02, 2008
  24. Apr 01, 2008
  25. Mar 31, 2008
  26. Mar 29, 2008
  27. Mar 26, 2008
  28. Mar 25, 2008
  29. Mar 24, 2008
Loading