Skip to content
  1. Oct 08, 2009
  2. Aug 11, 2009
  3. Jul 09, 2009
  4. Jun 30, 2009
  5. Jun 06, 2009
  6. Nov 08, 2008
  7. Feb 10, 2008
  8. Dec 29, 2007
  9. Apr 23, 2007
  10. Mar 01, 2007
  11. Feb 07, 2007
  12. 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
  13. Jan 29, 2007
  14. Jan 25, 2007
  15. Jan 20, 2007
  16. Jan 19, 2007
Loading