[PATCH] make arm-use-movt and arm-reserve-r9 options available for all arm

Jeroen Hofstee llvm at myspectrum.nl
Thu Aug 15 12:38:19 PDT 2013


Hello,

As discussed in [1] and [2] the flag, preventing movt /
movw instructions and having a platform specific r9 is also
useful outside of IOS. It is separated in two patches since
the movt relies on an change in clang [3] and the r9 one
is trivial.

I don't have commit privileges, so it would be nice
if someone can pick this up (preferably close before the clang
change). The r9 change is supposed to go first. It would be nice
if the movt patch is close before the clang patch, to prevent
warnings / errors)

Regards,
Jeroen

[1] 
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130805/183980.html
[2] 
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130812/184064.html
[3] 
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130812/086064.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-arm-reserve-r9.patch
Type: text/x-patch
Size: 883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130815/63bf265c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-arm-use-movt.patch
Type: text/x-patch
Size: 1420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130815/63bf265c/attachment-0001.bin>


More information about the llvm-commits mailing list