aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCFrameInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong frame pointer save offset in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-181-1/+1
* Fix compiler warnings.Dale Johannesen2009-11-251-4/+4
* Do not store R31 into the caller's link area on PPC.Dale Johannesen2009-11-241-4/+16
* Use explicit structs instead of std::pair to map callee saved regs to spill s...Tilmann Scheller2009-09-271-154/+154
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-151-20/+123
* Various small changes related to the Condition Register on PowerPC.Tilmann Scheller2009-07-031-15/+16
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-031-18/+18
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-031-1/+92
* 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