[llvm-commits] Add support for VarArg function calls
Jush Lu
jush.msn at gmail.com
Thu Jul 5 02:09:30 PDT 2012
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*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120705/2e87f7e7/attachment.html>
More information about the llvm-commits
mailing list