Skip to content
  1. Jul 11, 2011
  2. Jul 10, 2011
  3. Jul 09, 2011
  4. Jul 08, 2011
  5. Jul 07, 2011
  6. Jul 06, 2011
  7. Jul 05, 2011
    • Jim Grosbach's avatar
      ARM estimateStackSize() needs to account for simplified call frames. · ea53901d
      Jim Grosbach authored
      If the function allocates reserved stack space for callee argument frames,
      estimateStackSize() needs to account for that, as it doesn't show up as
      ordinary frame objects. Otherwise, a callee with a large argument list will
      throw off the calculations for whether to allocate an emergency spill slot
      and we get assert() failures in the register scavenger.
      
      rdar://9715469
      
      llvm-svn: 134415
      ea53901d
  8. Jul 02, 2011
Loading