1) Improve comments.
[oota-llvm.git] / lib / Target / PowerPC / PPCFrameInfo.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-04-04 Reid SpencerSquelch a warning about mismatch between sign of consta...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-02-25 Chris Lattnerimplement support for the linux/ppc function call ABI...
2006-12-06 Jim LaskeyMake it easier for gdb to find the return address.
2006-11-18 Chris Lattnermake sure to safe LR8 in the right stack slot for PPC64
2006-11-16 Jim LaskeyThis is a general clean up of the PowerPC ABI. Address...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-26 Nate BegemanRemove file that is no longer used, and move include...
2004-08-19 Misha BrukmanLR needs to be saved at 16-byte offset on a 64-bit...
2004-08-17 Misha Brukman#include <map> is not necessary here
2004-08-16 Chris LattnerThere is no need for a cast here
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...