Skip to content
  1. Sep 02, 2010
  2. Jul 15, 2010
  3. 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
  4. Jun 16, 2010
  5. Jun 02, 2010
  6. Apr 20, 2010
  7. Apr 09, 2010
  8. Feb 09, 2010
  9. Jan 06, 2010
  10. Dec 24, 2009
    • David Greene's avatar
      · 75a2efb0
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92093
      75a2efb0
  11. Dec 09, 2009
  12. Nov 24, 2009
  13. Nov 21, 2009
  14. Nov 20, 2009
  15. Nov 13, 2009
  16. Nov 12, 2009
  17. Nov 10, 2009
  18. Nov 05, 2009
  19. Nov 03, 2009
  20. Oct 30, 2009
  21. Oct 29, 2009
  22. Oct 26, 2009
Loading