Skip to content
  1. Aug 18, 2006
  2. Aug 14, 2006
  3. Aug 03, 2006
    • Chris Lattner's avatar
      · 3ff62017
      Chris Lattner authored
      Changes:
        1. Update an obsolete comment.
        2. Make the sorting by base an explicit (though still N^2) step, so
           that the code is more clear on what it is doing.
        3. Partition uses so that uses inside the loop are handled before uses
           outside the loop.
      
      Note that none of these changes currently changes the code inserted by LSR,
      but they are a stepping stone to getting there.
      
      This code is the result of some crazy pair programming with Nate. :)
      
      llvm-svn: 29493
      3ff62017
  4. Jul 27, 2006
  5. Jul 20, 2006
  6. Jul 19, 2006
  7. Jul 18, 2006
  8. Jul 14, 2006
  9. Jul 13, 2006
  10. Jul 12, 2006
  11. Jul 11, 2006
  12. Jul 10, 2006
  13. Jun 29, 2006
  14. Jun 28, 2006
  15. Jun 27, 2006
  16. Jun 26, 2006
  17. Jun 17, 2006
  18. Jun 15, 2006
  19. Jun 14, 2006
  20. Jun 12, 2006
  21. Jun 11, 2006
  22. Jun 09, 2006
  23. Jun 07, 2006
  24. Jun 02, 2006
  25. Jun 01, 2006
  26. May 31, 2006
Loading