Skip to content
  1. Oct 25, 2009
  2. Oct 23, 2009
  3. Oct 21, 2009
  4. Oct 20, 2009
  5. Oct 16, 2009
  6. Oct 13, 2009
  7. Oct 10, 2009
  8. Oct 02, 2009
  9. Oct 01, 2009
  10. Sep 30, 2009
  11. Sep 28, 2009
  12. 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
  13. Sep 18, 2009
  14. Sep 06, 2009
  15. Sep 04, 2009
  16. Sep 01, 2009
  17. Aug 31, 2009
  18. Aug 29, 2009
  19. Aug 25, 2009
  20. Aug 23, 2009
  21. Aug 12, 2009
  22. Aug 11, 2009
  23. Aug 10, 2009
  24. Aug 01, 2009
  25. Jul 29, 2009
  26. Jul 14, 2009
  27. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  28. May 05, 2009
Loading