Skip to content
  1. Apr 12, 2010
  2. Mar 05, 2010
  3. Jan 05, 2010
  4. Dec 09, 2009
  5. Dec 03, 2009
  6. Nov 20, 2009
  7. Nov 13, 2009
  8. Nov 12, 2009
  9. Nov 10, 2009
  10. Nov 05, 2009
  11. Nov 03, 2009
  12. 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
  13. Oct 28, 2009
  14. Oct 26, 2009
  15. Oct 25, 2009
  16. Oct 23, 2009
  17. Oct 21, 2009
  18. Oct 20, 2009
  19. Oct 16, 2009
  20. Oct 13, 2009
  21. Oct 10, 2009
  22. Oct 02, 2009
  23. Oct 01, 2009
  24. Sep 30, 2009
  25. Sep 28, 2009
  26. 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
  27. Sep 18, 2009
Loading