Skip to content
  1. Jan 30, 2007
    • Evan Cheng's avatar
      - In thumb mode, if size of MachineFunction is >= 2048, force LR to be · 7fa6964d
      Evan Cheng authored
        spilled (if it is not already).
      - If LR is spilled, use BL to implement far jumps. LR is not used as a GPR
        in thumb mode so it can be clobbered if it is properly spilled / restored
        in prologue / epilogue.
      - If LR is force spilled but no far jump has been emitted, try undo'ing the
        spill by:
        push lr -> delete
        pop pc -> bx lr
      
      llvm-svn: 33650
      7fa6964d
  2. Jan 29, 2007
  3. Jan 26, 2007
  4. Jan 23, 2007
  5. Jan 20, 2007
  6. Jan 19, 2007
  7. Jan 12, 2007
  8. Jan 02, 2007
  9. Dec 18, 2006
  10. Dec 14, 2006
  11. Dec 07, 2006
  12. Nov 28, 2006
  13. Nov 09, 2006
  14. Nov 08, 2006
  15. Oct 31, 2006
  16. Oct 26, 2006
  17. Oct 17, 2006
  18. Oct 06, 2006
  19. Sep 13, 2006
  20. Sep 11, 2006
  21. Sep 05, 2006
  22. Aug 17, 2006
  23. Aug 16, 2006
  24. Aug 09, 2006
  25. Aug 08, 2006
  26. Jul 21, 2006
  27. Jul 18, 2006
  28. Jul 11, 2006
  29. Jul 10, 2006
  30. Jun 27, 2006
Loading