Skip to content
  1. Apr 26, 2007
  2. Apr 25, 2007
  3. 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
  4. Mar 20, 2007
  5. Feb 25, 2007
  6. Feb 19, 2007
  7. Feb 17, 2007
  8. Feb 16, 2007
  9. Dec 19, 2006
  10. Dec 06, 2006
  11. Dec 02, 2006
  12. Nov 17, 2006
  13. Nov 08, 2006
  14. Nov 07, 2006
  15. Oct 24, 2006
  16. Aug 27, 2006
  17. Aug 02, 2006
  18. Aug 01, 2006
  19. Jul 20, 2006
  20. Jun 29, 2006
  21. May 12, 2006
  22. May 11, 2006
  23. Mar 26, 2006
  24. Feb 23, 2006
  25. Jan 23, 2006
  26. Dec 28, 2005
  27. Nov 21, 2005
  28. Sep 21, 2005
  29. Aug 30, 2005
  30. Aug 24, 2005
    • Chris Lattner's avatar
      Keep track of which registers are related to which other registers. · 22e91cc3
      Chris Lattner authored
      Use this information to avoid doing expensive interval intersections for
      registers that could not possible be interesting.  This speeds up linscan
      on ia64 compiling kc++ in release mode from taking 7.82s to 4.8s(!), total
      itanium llc time on this program is 27.3s now.  This marginally speeds up
      PPC and X86, but they appear to be limited by other parts of linscan, not
      this code.
      
      On this program, on itanium, live intervals now takes 41% of llc time.
      
      llvm-svn: 22986
      22e91cc3
  31. Aug 22, 2005
  32. Apr 22, 2005
  33. Jan 23, 2005
  34. Jan 08, 2005
Loading