summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Duplicate use of LR, take 2.Jim Laskey2007-02-271-0/+7
| | | | llvm-svn: 34666
* Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrappingEvan Cheng2007-02-271-7/+0
| | | | | | | | | to infinite loop: PPCMachineFunctionInfo.h updated: 1.2 -> 1.3 PPCRegisterInfo.cpp updated: 1.110 -> 1.111 PPCRegisterInfo.h updated: 1.28 -> 1.29 llvm-svn: 34652
* Don't spill LR as a callee saved register.Jim Laskey2007-02-231-0/+7
| | | | llvm-svn: 34533
* Add newline at end of file.Reid Spencer2006-11-251-1/+1
| | | | llvm-svn: 31902
* This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey2006-11-161-0/+43
bugs including making sure that the TOS links back to the previous frame, that the maximum call frame size is not included twice when using frame pointers, no longer growing the frame on calls, double storing of SP and a cleaner/faster dynamic alloca. llvm-svn: 31792
OpenPOWER on IntegriCloud