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
/
PPCCallingConv.td
Age
Commit message (
Expand
)
Author
2013-03-27
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-02-06
PPC calling convention cleanup.
Bill Schmidt
2013-01-17
This patch fixes PR13626 by providing i128 support in the return
Bill Schmidt
2013-01-17
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2012-11-05
On PowerPC64, integer return values (as well as arguments) are supposed
Ulrich Weigand
2012-04-17
Remove unused CCIfSubtarget.
Jay Foad
2012-03-06
Convert PowerPC to register mask operands.
Roman Divacky
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2010-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-02-16
Drop support for the InReg attribute on the ppc backend. This was used by
Rafael Espindola
2009-07-03
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2008-03-17
Make Complex long long/double/long double work
Dale Johannesen
2008-03-17
Next round of PPC32 ABI changes. Allow for gcc
Dale Johannesen
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-05
First round of ppc long double. call/return and
Dale Johannesen
2007-05-03
revert accidental commit
Chris Lattner
2007-05-03
add support for printing offset of global
Chris Lattner
2007-04-03
The PPC64 ELF ABI is "intended to use the same structure layout and calling c...
Nicolas Geoffray
2007-04-03
The ELF ABI specifies F1-F8 registers as argument registers for double, not
Nicolas Geoffray
2007-03-06
Switch PPC return lower to use an autogenerated CC description.
Chris Lattner