aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCFrameInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Squelch a warning about mismatch between sign of constant and sign of returnReid Spencer2007-04-041-1/+1
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-031-7/+7
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-251-15/+35
* Make it easier for gdb to find the return address.Jim Laskey2006-12-061-13/+5
* make sure to safe LR8 in the right stack slot for PPC64Chris Lattner2006-11-181-2/+7
* This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey2006-11-161-0/+34
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-4/+4
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Remove file that is no longer used, and move include of MRegisterInfo.hNate Begeman2004-10-261-1/+0
* LR needs to be saved at 16-byte offset on a 64-bit archMisha Brukman2004-08-191-2/+2
* #include <map> is not necessary hereMisha Brukman2004-08-171-4/+2
* There is no need for a cast hereChris Lattner2004-08-161-1/+1
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-151-2/+2
* Replace PowerPCPEI.cpp with target independant PrologEpilogInserterNate Begeman2004-08-141-0/+45