Skip to content
  1. Jun 16, 2011
  2. Jun 02, 2011
  3. Apr 15, 2011
  4. Dec 15, 2010
  5. Sep 02, 2010
  6. Jul 15, 2010
  7. Jul 12, 2010
    • Rafael Espindola's avatar
      Convert the last use of getPhysicalRegisterRegClass and remove it. · 871c7247
      Rafael Espindola authored
      AggressiveAntiDepBreaker should not be using getPhysicalRegisterRegClass. An
      instruction might be using a register that can only be replaced with one from
      a subclass of getPhysicalRegisterRegClass.
      
      With this patch we use getMinimalPhysRegClass. This is correct, but
      conservative. We should check the uses of the register and select the
      largest register class that can be used in all of them.
      
      llvm-svn: 108122
      871c7247
  8. Jun 16, 2010
  9. Jun 02, 2010
  10. Apr 20, 2010
  11. Apr 09, 2010
  12. Feb 09, 2010
  13. Jan 06, 2010
  14. Dec 24, 2009
    • David Greene's avatar
      · 75a2efb0
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92093
      75a2efb0
  15. Dec 09, 2009
  16. Nov 24, 2009
  17. Nov 21, 2009
  18. Nov 20, 2009
  19. Nov 13, 2009
  20. Nov 12, 2009
  21. Nov 10, 2009
  22. Nov 05, 2009
  23. Nov 03, 2009
  24. Oct 30, 2009
  25. Oct 29, 2009
  26. Oct 26, 2009
Loading