Skip to content
  1. Mar 20, 2007
  2. Feb 25, 2007
  3. Feb 19, 2007
  4. Feb 17, 2007
  5. Feb 16, 2007
  6. Dec 19, 2006
  7. Dec 06, 2006
  8. Dec 02, 2006
  9. Nov 17, 2006
  10. Nov 08, 2006
  11. Nov 07, 2006
  12. Oct 24, 2006
  13. Aug 27, 2006
  14. Aug 02, 2006
  15. Aug 01, 2006
  16. Jul 20, 2006
  17. Jun 29, 2006
  18. May 12, 2006
  19. May 11, 2006
  20. Mar 26, 2006
  21. Feb 23, 2006
  22. Jan 23, 2006
  23. Dec 28, 2005
  24. Nov 21, 2005
  25. Sep 21, 2005
  26. Aug 30, 2005
  27. 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
  28. Aug 22, 2005
  29. Apr 22, 2005
  30. Jan 23, 2005
  31. Jan 08, 2005
  32. Dec 15, 2004
  33. Dec 07, 2004
  34. Nov 18, 2004
Loading