Skip to content
  1. May 01, 2007
    • Nate Begeman's avatar
      llvm bug #1350, parts 1, 2, and 3. · 27a625a7
      Nate Begeman authored
      llvm-svn: 36618
      27a625a7
    • 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 24, 2007
  9. Apr 23, 2007
Loading