index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCFrameInfo.h
Age
Commit message (
Expand
)
Author
2009-12-18
Fix wrong frame pointer save offset in the 64-bit PowerPC SVR4 ABI.
Tilmann Scheller
2009-11-25
Fix compiler warnings.
Dale Johannesen
2009-11-24
Do not store R31 into the caller's link area on PPC.
Dale Johannesen
2009-09-27
Use explicit structs instead of std::pair to map callee saved regs to spill s...
Tilmann Scheller
2009-08-15
Add support for the PowerPC 64-bit SVR4 ABI.
Tilmann Scheller
2009-07-03
Various small changes related to the Condition Register on PowerPC.
Tilmann Scheller
2009-07-03
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-04-04
Squelch a warning about mismatch between sign of constant and sign of return
Reid Spencer
2007-04-03
The PPC64 ELF ABI is "intended to use the same structure layout and calling c...
Nicolas Geoffray
2007-02-25
implement support for the linux/ppc function call ABI. Patch by
Chris Lattner
2006-12-06
Make it easier for gdb to find the return address.
Jim Laskey
2006-11-18
make sure to safe LR8 in the right stack slot for PPC64
Chris Lattner
2006-11-16
This is a general clean up of the PowerPC ABI. Address several problems and
Jim Laskey
2005-10-16
More PPC32 -> PPC changes, as well as merging some classes that were
Nate Begeman
2005-10-14
Rename PowerPC*.h to PPC*.h
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-26
Remove file that is no longer used, and move include of MRegisterInfo.h
Nate Begeman
2004-08-19
LR needs to be saved at 16-byte offset on a 64-bit arch
Misha Brukman
2004-08-17
#include <map> is not necessary here
Misha Brukman
2004-08-16
There is no need for a cast here
Chris Lattner
2004-08-15
Make this compile on gc 3.4.1 (static_cast to non-const type was not
Alkis Evlogimenos
2004-08-14
Replace PowerPCPEI.cpp with target independant PrologEpilogInserter
Nate Begeman