[llvm-commits] Add support for VarArg function calls
Chad Rosier
mcrosier at apple.com
Thu Jul 5 11:43:17 PDT 2012
Jush,
Sorry for the belated response. LGTM.
Chad
On Jul 5, 2012, at 11:38 AM, Eric Christopher wrote:
> Can you resend it? Either I or Chad should take a quick look.
>
> Thanks!
>
> -eric
>
> On Jul 5, 2012, at 2:09 AM, Jush Lu wrote:
>
>> Hi,
>>
>> If there are no comments, I am going to commit this patch.
>>
>> Thanks,
>> Jush
>>
>> On Thu, Jun 28, 2012 at 10:43 AM, Jush Lu <jush.msn at gmail.com> wrote:
>> Hi,
>>
>> This patch turns on VarArg function calls for ARMFastISel, and I only modified few lines of code in this patch, because variadic function calls use base standard calling convention to pass arguments and return results, that means a variadic function call works as noraml function calls, All we need to do is to avoid using co-processor registers to pass arguments and results, then variadic function calls will work well.
>>
>> I've got commit access and I would like to commit this patch, please help me review, thanks.
>>
>> Jush
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120705/7f795b57/attachment.html>
More information about the llvm-commits
mailing list