Skip to content
  1. May 01, 2007
    • Evan Cheng's avatar
      eliminateFrameIndex() change. · 5662b21d
      Evan Cheng authored
      llvm-svn: 36626
      5662b21d
    • Evan Cheng's avatar
      Under normal circumstances, when a frame pointer is not required, we reserve · 77c545e6
      Evan Cheng authored
      argument space for call sites in the function immediately on entry to the
      current function. This eliminates the need for add/sub sp brackets around call
      sites. However, this is not always a good idea. If the "call frame" is large and
      the target load / store instructions have small immediate field to encode sp
      offset, this can cause poor codegen. In the worst case, this can make it
      impossible to scavenge a register if the reserved spill slot is pushed too far
      apart from sp / fp.
      
      llvm-svn: 36607
      77c545e6
  2. Apr 30, 2007
  3. Apr 29, 2007
  4. Apr 28, 2007
  5. Apr 27, 2007
  6. Apr 26, 2007
  7. Apr 25, 2007
  8. Apr 23, 2007
  9. Apr 22, 2007
  10. Apr 20, 2007
  11. Apr 19, 2007
  12. Apr 18, 2007
  13. Apr 17, 2007
  14. Apr 16, 2007
  15. Apr 13, 2007
  16. Apr 11, 2007
  17. Apr 10, 2007
  18. Apr 04, 2007
  19. Apr 03, 2007
Loading