summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCFrameInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Make it easier for gdb to find the return address.Jim Laskey2006-12-061-13/+5
| | | | llvm-svn: 32277
* make sure to safe LR8 in the right stack slot for PPC64Chris Lattner2006-11-181-2/+7
| | | | llvm-svn: 31839
* This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey2006-11-161-0/+34
| | | | | | | | | 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
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-4/+4
| | | | | | redundant after the change. llvm-svn: 23759
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-0/+42
llvm-svn: 23743
OpenPOWER on IntegriCloud