[llvm-commits] [llvm] r48439 - in /llvm/trunk/lib/Target/PowerPC: PPCCallingConv.td PPCISelLowering.cpp

Chris Lattner clattner at apple.com
Sun Mar 16 19:25:02 PDT 2008


On Mar 16, 2008, at 7:13 PM, Dale Johannesen wrote:

> Author: johannes
> Date: Sun Mar 16 21:13:43 2008
> New Revision: 48439
>
> URL: http://llvm.org/viewvc/llvm-project?rev=48439&view=rev
> Log:
> Next round of PPC32 ABI changes.  Allow for gcc
> behavior where a callee thinks a param will be
> present in memory, even though the ABI doc says
> it doesn't have to be.  Handle complex long long
> and complex double (4 and 8 return regs).

Nice!  Does this fix http://llvm.org/PR816 ?

-Chris



More information about the llvm-commits mailing list