* Use alloca() to force GCC not to eliminate frame pointer
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 29 Aug 2003 04:22:54 +0000 (04:22 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 29 Aug 2003 04:22:54 +0000 (04:22 +0000)
commitcfd67c96dca998a9dbcd3bdafe8d8bb420f9c59d
tree7a57c46291d670545c909a63f484987f9f860b54
parent7905a6e5618c19d5fc923d35109924d9ccf7d0e7
* Use alloca() to force GCC not to eliminate frame pointer
* Break apart saving and restoring registers into separate functions
* Instead of saving single and double FP registers, just save the double
  registers -- aliasing helps preserve the single FP registers as well.
* Request just as much memory for a stub as we actually use

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8200 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9CodeEmitter.cpp