Evan Cheng 7158e08b8e Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in
prologue and epilogue if the adjustment is 8. Similarly, use pushl / popl if
the adjustment is 4 in 32-bit mode.

In the epilogue, takes care to pop to a caller-saved register that's not live
at the exit (either return or tailcall instruction).
rdar://8771137


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122783 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-03 22:53:22 +00:00
..
2010-11-27 20:43:02 +00:00
2010-10-11 21:08:42 +00:00
2010-11-30 09:23:54 +00:00
2010-11-29 22:34:55 +00:00
2010-10-08 05:12:30 +00:00
2011-01-01 21:58:41 +00:00
2010-10-07 20:56:25 +00:00
2010-10-05 21:58:12 +00:00
2010-10-01 05:08:18 +00:00
2010-12-02 20:17:34 +00:00
2010-11-27 20:43:02 +00:00
2010-10-03 22:52:07 +00:00
2010-12-20 20:10:50 +00:00