[LLVMdev] [PATCH] Support for ARM Run-Time ABI (FP and Integer helper functions)

Sandeep Patel deeppatel1987 at gmail.com
Mon Sep 27 11:50:03 PDT 2010


On Mon, Sep 27, 2010 at 5:02 PM, Evzen Muller <evzen.muller at arm.com> wrote:
>
> To make it easier to review & commit I have split and cleaned-up our
> original
> "Support for ARM Run-Time ABI" patch, this part adds support for calls which
>
> can be mapped using setLibcallName.

As noted in the earlier thread on this, I'm pretty sure that we need
to only apply the AAPCS calling convention to exactly the set of
libcalls that you're adding here. Other libcalls outside this set
should use the "native" calling convention such as AAPCS-VFP.

deep



More information about the llvm-dev mailing list