Displaying 2 results from an estimated 2 matches for "6041638c".
2010 Sep 17
0
[LLVMdev] Support for ARM Run-Time ABI
...ists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: deep-llvm-libcall-rename.diff
Type: application/octet-stream
Size: 9112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100917/6041638c/attachment.obj>
2010 Sep 17
2
[LLVMdev] Support for ARM Run-Time ABI
Dear all,
I just sent a patch to llvm-commits about ARM RT-EABI support when
choosing "arm/thumb*-eabi-*" triple.
It involves three changes described in the path:
1. Floating point helpers (instead of GNU ones). This is supported by
GCC as well, in EABI mode.
2. Reminder lowering, using ABI helper too.
3. Memset, changing the order of arguments, as required by the ABI.
Please