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