Re: LLVM-Cross compiler for ARM

2013-08-28 Thread Renato Golin
On 28 August 2013 18:17, pavan p m wrote: > Thanks Renato, Yes, i wanted to cross-compile from x86_64 to ARM. More > specifically, I needed to do it for the cortex m0 processor. > My eventual goal would be to tweak a certain part of the instruction > scheduler specific to the project I am working

Re: LLVM-Cross compiler for ARM

2013-08-28 Thread Renato Golin
On 28 August 2013 01:18, pavan p m wrote: > Hello, > Is there any LLVM cross-compiler built for ARM. If not, then could you > provide some pointers where I could start creating one? > Hi Pavan, Most binary releases cross-compile by default, so the chances that your current copy of Clang can alr

LLVM-Cross compiler for ARM

2013-08-28 Thread pavan p m
Hello, Is there any LLVM cross-compiler built for ARM. If not, then could you provide some pointers where I could start creating one? -- Regards, Pavan ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/l

Re: Any plans for "ifunc-ing" more glibc routines?

2013-08-28 Thread Will Newton
On 27 August 2013 22:53, Michael Hudson-Doyle wrote: >> I am not aware of any immediate plans for adding new functions, but we >> have a few JIRA cards open to write better implementations of various >> string functions. memset in particular looks like it should be fairly >> easy to optimise furt