Skip to content
  1. Oct 16, 2007
  2. Oct 12, 2007
  3. Sep 06, 2007
    • David Greene's avatar
      · 65d2a697
      David Greene authored
      Pluggable coalescers inplementation.
      
      llvm-svn: 41743
      65d2a697
  4. Aug 14, 2007
  5. Jun 08, 2007
  6. May 08, 2007
  7. May 03, 2007
  8. May 02, 2007
  9. May 01, 2007
  10. Apr 26, 2007
  11. Apr 25, 2007
  12. Apr 17, 2007
    • Evan Cheng's avatar
      Copy coalescing change to prevent a physical register from being pin to a · b881bdab
      Evan Cheng authored
      long live interval that has low usage density.
      1. Change order of coalescing to join physical registers with virtual
         registers first before virtual register intervals become too long.
      2. Check size and usage density to determine if it's worthwhile to join.
      3. If joining is aborted, assign virtual register live interval allocation
         preference field to the physical register.
      4. Register allocator should try to allocate to the preferred register
         first (if available) to create identify moves that can be eliminated.
      
      llvm-svn: 36218
      b881bdab
  13. Mar 20, 2007
  14. Feb 25, 2007
  15. Feb 19, 2007
  16. Feb 17, 2007
  17. Feb 16, 2007
  18. Dec 19, 2006
  19. Dec 06, 2006
  20. Dec 02, 2006
  21. Nov 17, 2006
  22. Nov 08, 2006
  23. Nov 07, 2006
  24. Oct 24, 2006
  25. Aug 27, 2006
  26. Aug 02, 2006
  27. Aug 01, 2006
  28. Jul 20, 2006
  29. Jun 29, 2006
  30. May 12, 2006
  31. May 11, 2006
  32. Mar 26, 2006
  33. Feb 23, 2006
  34. Jan 23, 2006
  35. Dec 28, 2005
  36. Nov 21, 2005
Loading