Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Duplicate use of LR, take 2. | Jim Laskey | 2007-02-27 | 1 | -0/+7 |
| | | | | llvm-svn: 34666 | ||||
* | Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrapping | Evan Cheng | 2007-02-27 | 1 | -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 Laskey | 2007-02-23 | 1 | -0/+7 |
| | | | | llvm-svn: 34533 | ||||
* | Add newline at end of file. | Reid Spencer | 2006-11-25 | 1 | -1/+1 |
| | | | | llvm-svn: 31902 | ||||
* | This is a general clean up of the PowerPC ABI. Address several problems and | Jim Laskey | 2006-11-16 | 1 | -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 |