aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFrameInfo.h
AgeCommit message (Expand)Author
2009-12-18Fix wrong frame pointer save offset in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller
2009-11-25Fix compiler warnings.Dale Johannesen
2009-11-24Do not store R31 into the caller's link area on PPC.Dale Johannesen
2009-09-27Use explicit structs instead of std::pair to map callee saved regs to spill s...Tilmann Scheller
2009-08-15Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller
2009-07-03Various small changes related to the Condition Register on PowerPC.Tilmann Scheller
2009-07-03Refactor ABI code in the PowerPC backend.Tilmann Scheller
2009-07-03Implement the SVR4 ABI for PowerPC.Tilmann Scheller
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-04-04Squelch a warning about mismatch between sign of constant and sign of returnReid Spencer
2007-04-03The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray
2007-02-25implement support for the linux/ppc function call ABI. Patch byChris Lattner
2006-12-06Make it easier for gdb to find the return address.Jim Laskey
2006-11-18make sure to safe LR8 in the right stack slot for PPC64Chris Lattner
2006-11-16This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-26Remove file that is no longer used, and move include of MRegisterInfo.hNate Begeman
2004-08-19LR needs to be saved at 16-byte offset on a 64-bit archMisha Brukman
2004-08-17#include <map> is not necessary hereMisha Brukman
2004-08-16There is no need for a cast hereChris Lattner
2004-08-15Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos
2004-08-14Replace PowerPCPEI.cpp with target independant PrologEpilogInserterNate Begeman