[llvm-commits] [Patch} ARM EABI memset

Renato Golin rengolin at systemcall.org
Fri May 20 14:23:21 PDT 2011


Hi,

Just making sure people received my first email, as it bounced...

cheers,
--renato

On 20 May 2011 10:04, Renato Golin <renato.golin at arm.com> wrote:
> RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically,
> __eabi_memset accepts parameters (ptr, size, value) in a different
> order than GNU's memset (ptr, value, size), therefore the special
> lowering in AAPCS mode.
>
> This patch includes the lib call naming, specially lowering when in
> EABI mode and additional test to make sure we get the right behaviour
> on both modes.
>
> Extracted yesterday. Please, let me know if it's good, so I can commit.
>
> cheers,
> --renato
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: memset.patch
Type: text/x-diff
Size: 6065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110520/ac55812a/attachment.patch>


More information about the llvm-commits mailing list