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

Dale Johannesen dalej at apple.com
Sun Mar 16 19:38:39 PDT 2008


On Mar 16, 2008, at 7:25 PM, Chris Lattner wrote:

>
> 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 ?

Yep.  Hadn't got there yet.




More information about the llvm-commits mailing list