Skip to content
  1. Feb 19, 2007
    • Reid Spencer's avatar
      For PR1207: · da81bf4d
      Reid Spencer authored
      Revert patches that caused the problem. Evan, please investigate and reapply
      when you've discovered the problem.
      
      llvm-svn: 34399
      da81bf4d
  2. Feb 17, 2007
  3. Feb 16, 2007
  4. Dec 19, 2006
  5. Dec 06, 2006
  6. Dec 02, 2006
  7. Nov 17, 2006
  8. Nov 08, 2006
  9. Nov 07, 2006
  10. Oct 24, 2006
  11. Aug 27, 2006
  12. Aug 02, 2006
  13. Aug 01, 2006
  14. Jul 20, 2006
  15. Jun 29, 2006
  16. May 12, 2006
  17. May 11, 2006
  18. Mar 26, 2006
  19. Feb 23, 2006
  20. Jan 23, 2006
  21. Dec 28, 2005
  22. Nov 21, 2005
  23. Sep 21, 2005
  24. Aug 30, 2005
  25. 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
  26. Aug 22, 2005
  27. Apr 22, 2005
  28. Jan 23, 2005
  29. Jan 08, 2005
  30. Dec 15, 2004
  31. Dec 07, 2004
  32. Nov 18, 2004
Loading