summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCFrameInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Squelch a warning about mismatch between sign of constant and sign of returnReid Spencer2007-04-041-1/+1
| | | | | | type. llvm-svn: 35674
* The PPC64 ELF ABI is "intended to use the same structure layout and calling ↵Nicolas Geoffray2007-04-031-7/+7
| | | | | | | | | convention rules as the 64-bit PowerOpen ABI" (Reference http://www.linux-foundation.org/spec/ELF/ppc64/). Change all ELF tests to ELF32. llvm-svn: 35624
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-251-15/+35
| | | | | | Nicolas Geoffray! llvm-svn: 34574
* 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