Skip to content
  1. Oct 23, 2009
  2. Oct 21, 2009
  3. Oct 20, 2009
  4. Oct 16, 2009
  5. Oct 13, 2009
  6. Oct 10, 2009
  7. Oct 02, 2009
  8. Oct 01, 2009
  9. Sep 30, 2009
  10. Sep 28, 2009
  11. 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
  12. Sep 18, 2009
  13. Sep 06, 2009
  14. Sep 04, 2009
  15. Sep 01, 2009
  16. Aug 31, 2009
  17. Aug 29, 2009
  18. Aug 25, 2009
  19. Aug 23, 2009
  20. Aug 12, 2009
  21. Aug 11, 2009
  22. Aug 10, 2009
  23. Aug 01, 2009
  24. Jul 29, 2009
  25. Jul 14, 2009
  26. 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
  27. May 05, 2009
  28. Apr 09, 2009
    • Bob Wilson's avatar
      Fix pr3954. The register scavenger asserts for inline assembly with · 51856173
      Bob Wilson authored
      register destinations that are tied to source operands.  The
      TargetInstrDescr::findTiedToSrcOperand method silently fails for inline
      assembly.  The existing MachineInstr::isRegReDefinedByTwoAddr was very
      close to doing what is needed, so this revision makes a few changes to
      that method and also renames it to isRegTiedToUseOperand (for consistency
      with the very similar isRegTiedToDefOperand and because it handles both
      two-address instructions and inline assembly with tied registers).
      
      llvm-svn: 68714
      51856173
Loading