search for: 2ec92dba

Displaying 3 results from an estimated 3 matches for "2ec92dba".

2012 Aug 07
2
[LLVMdev] ARM eabi calling convention
On Tue, Aug 7, 2012 at 10:59 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote: >>> See ARMCallingConv.td:113. The alignment of the arg is checked and if >>> it's 8-byte aligned, the proper registers are chosen. >> >> Are you sure? In this case, it looks like the frontend is translating the argument type to [2 x i32], so it's not going to have
2012 Aug 08
0
[LLVMdev] ARM eabi calling convention
> Which is how llvm-gcc lowered this. This is a clang bug. > >> Probably all the "alignment" logic needs to be moved upper to frontend... > > There have been several proposals to unify all this argument passing > logic, but most have focused on doing it later in the backend. A long time ago I did this for ppc on llvm-gcc by adding dummy arguments when passing in
2012 Aug 09
1
[LLVMdev] ARM eabi calling convention
...> LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120808/2ec92dba/attachment.html>