[llvm-commits] [PATCH][Review Please] Optimize ARM Position Independent Code Generation

Evan Cheng evan.cheng at apple.com
Tue Jul 31 17:47:34 PDT 2012


Hi Yin,

Can you provide some assembly code so we can understand what you are trying to do?

Thanks,

Evan

On Jul 30, 2012, at 10:55 AM, Yin Ma <yinma at codeaurora.org> wrote:

> Hi
> 
> Currently LLVM ARM backend is still using the x86 way to generate position independent code. The algorithm retrieves the pointer of global offset table at first. However, GCC has been using the label relative offset to computer position independent code. The GCC way results smaller code size in ARM architecture. This patch is to implement GCC way to generate position independent code.
> 
> In the attachment.
> pic.diff is the code patch
> the rest of four files are the test validation results before and after code changed
> 
> Please give a review
>  
> Thanks,
>  
>                     Yin
> <report.simple.new.txt><report.simple.org.txt><cross.new><cross.org><pic.diff>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120731/c0feeecc/attachment.html>


More information about the llvm-commits mailing list