Skip to content
  1. Nov 05, 2009
  2. Nov 03, 2009
  3. Oct 31, 2009
    • Dan Gohman's avatar
      Make -print-machineinstrs more readable. · 34341e69
      Dan Gohman authored
       - Be consistent when referring to MachineBasicBlocks: BB#0.
       - Be consistent when referring to virtual registers: %reg1024.
       - Be consistent when referring to unknown physical registers: %physreg10.
       - Be consistent when referring to known physical registers: %RAX
       - Be consistent when referring to register 0: %reg0
       - Be consistent when printing alignments: align=16
       - Print jump table contents.
       - Don't print host addresses, in general.
       - and various other cleanups.
      
      llvm-svn: 85682
      34341e69
  4. Oct 28, 2009
  5. Oct 26, 2009
  6. Oct 25, 2009
  7. Oct 23, 2009
  8. Oct 21, 2009
  9. Oct 20, 2009
  10. Oct 16, 2009
  11. Oct 13, 2009
  12. Oct 10, 2009
  13. Oct 02, 2009
  14. Oct 01, 2009
  15. Sep 30, 2009
  16. Sep 28, 2009
  17. Sep 23, 2009
    • David Goodwin's avatar
      Fix bug in kill flag updating for post-register-allocation scheduling. When... · a4c98a3e
      David Goodwin authored
      Fix bug in kill flag updating for post-register-allocation scheduling. When the kill flag of a superreg needs to be cleared because there are one or more subregs live, we instead add implicit-defs of those subregs and leave the kill flag on the superreg. This allows us to end the live-range of the superreg without ending the live-ranges of the subregs.
      
      llvm-svn: 82629
      a4c98a3e
  18. Sep 18, 2009
  19. Sep 06, 2009
  20. Sep 04, 2009
  21. Sep 01, 2009
  22. Aug 31, 2009
  23. Aug 29, 2009
  24. Aug 25, 2009
  25. Aug 23, 2009
  26. Aug 12, 2009
Loading