similar to: [LLVMdev] [PATCH] Fix typo in MSP430MCTargetDesc.h

Displaying 20 results from an estimated 11000 matches similar to: "[LLVMdev] [PATCH] Fix typo in MSP430MCTargetDesc.h"

2011 Aug 30
1
[LLVMdev] [PATCH] Fix typo in MSP430MCTargetDesc.h
On Tue, Aug 30, 2011 at 3:26 PM, James Molloy <James.Molloy at arm.com> wrote: > Hi, > > Thanks! Committed in r138797. > > Cheers, > > James > Hi James Thanks for review. May I ask a question? If I summit a patch, should I send here or llvm-commits? I was told by a friend to send patches to llvm-commits. I'm confused... --Liu >> -----Original
2011 Aug 30
0
[LLVMdev] [PATCH] Fix typo in MSP430MCTargetDesc.h
Hi, Thanks! Committed in r138797. Cheers, James > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Liu > Sent: 30 August 2011 05:50 > To: LLVM Developers Mailing List > Subject: [LLVMdev] [PATCH] Fix typo in MSP430MCTargetDesc.h > > Hi! > > There is a typo in MSP430MCTargetDesc.h. >
2011 Aug 30
0
[LLVMdev] [PATCH] Fix typo in MSP430MCTargetDesc.h
On Tue, Aug 30, 2011 at 4:22 PM, James Molloy <james.molloy at arm.com> wrote: > Hi Liu, > > Please send it to llvm-commits. I committed it because I monitor both llvm-dev > and llvm-commits, but some people only look at the latter. > > Cheers, > > James Thank you to tell me that, you are a nice man. --Liu > >> -----Original Message----- >> From: Liu
2011 Jul 27
2
[LLVMdev] llvm-mc build failure
Dear llvm, Recently (approximately a week ago) Clang and LLVM started to failed at building. Assuming it was my incompetence, I cleared everything and started witha fresh checkout (not that I changed it though). I am on Ubuntu 10.04 LTS 64-Bit. And I configure and compile with CMake. The error message I get at approximatley 66% is as follows: Linking CXX executable ../../bin/llvm-mc
2011 Jul 28
0
[LLVMdev] llvm-mc build failure
Dawie Joubert <djjoubert at csir.co.za> writes: > Recently (approximately a week ago) Clang and LLVM started to failed at > building. Assuming it was my incompetence, I cleared everything and > started witha fresh checkout (not that I changed it though). I am on > Ubuntu 10.04 LTS 64-Bit. And I configure and compile with CMake. > > The error message I get at approximatley
2010 Aug 04
1
[LLVMdev] regarding multicore support for LLVM
It is so difficult ... Which FE? It need BE support? I didn't get it. 2010/8/4 vijay kumar <vijaygbvv at gmail.com> > Yeah OpenMP support. I read that it has a front end support but not the > back end. So are there any projects or teams looking at this issue. > > On Wed, Aug 4, 2010 at 7:24 AM, Liu <proljc at gmail.com> wrote: > >> Multicore? >> You
2010 Aug 03
5
[LLVMdev] regarding multicore support for LLVM
Hi all, I am new to this LLVM. I went through the documenation of LLVM but I didn't find any support for Multicore. Is there any such possibility where multicore architecture can be exploited using LLVM. Thanks Vijay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 05
2
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
hi all We want speed up our applications, so we want use llvm-gcc. I nerver cross build it for arm, and I didn't find enough information in llvm docs. Our cpu is cortex a8, anybody tell me how can I do? Step by step. THANK YOU! yours Liu -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 05
1
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
I place codesourcery toolchain 2010q1 there, but the sh tell me "CodeSourcery tarball not found in /root/tmp/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 ", does 2007q3 support ARM Cortex A8? What can I do? 2010/5/5 Eli Friedman <eli.friedman at gmail.com> > On Tue, May 4, 2010 at 8:57 PM, 爱好者 <proljc at gmail.com> wrote: > > hi all > >
2010 Aug 04
0
[LLVMdev] regarding multicore support for LLVM
On Aug 3, 2010, at 8:48 PM, Liu wrote: > It is so difficult ... > Which FE? It need BE support? I didn't get it. > > 2010/8/4 vijay kumar <vijaygbvv at gmail.com> > Yeah OpenMP support. I read that it has a front end support but not the back end. So are there any projects or teams looking at this issue. > > On Wed, Aug 4, 2010 at 7:24 AM, Liu <proljc at
2011 Aug 30
1
[LLVMdev] [PATCH] Fix typo in MipsMCTargetDesc.h
Hi! There is some typo in MipsMCTargetDesc.h. I've found them and fix it. Thanks! --Liu -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-typo-in-MipsMCTargetDesc.h.patch Type: text/x-patch Size: 1289 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110830/bbdd67cc/attachment.bin>
2011 Aug 30
1
[LLVMdev] [PATCH] Fix typo in BlackfinFrameLowering.h
Hi! There is a typo in BlackfinFrameLowering.h. I've found and fix it. Thanks! --Liu -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Fix-typo-in-BlackfinFrameLowering.h.patch Type: text/x-patch Size: 835 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110830/20cc447a/attachment.bin>
2011 Aug 30
1
[LLVMdev] [PATCH] Fix typo in SPUMCTargetDesc.h
Hi! There is a typo in SPUMCTargetDesc.h. I've found and fix it. Thanks! --Liu -------------- next part -------------- A non-text attachment was scrubbed... Name: 0004-Fix-typo-in-SPUMCTargetDesc.h.patch Type: text/x-patch Size: 1139 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110830/728d575f/attachment.bin>
2010 May 05
0
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
On Tue, May 4, 2010 at 8:57 PM, 爱好者 <proljc at gmail.com> wrote: > hi all >       We want speed up our applications, so we want use llvm-gcc. I nerver > cross build it for arm, and I didn't find enough information in llvm docs. >       Our cpu is cortex a8, anybody tell me how can I do? Step by step. > THANK YOU! > yours Liu Try the
2012 Jan 05
2
[LLVMdev] clang for opencl
> NVIDIA did not commit the CUDA patches, yet. But plans to? 2012/1/5 Liu <proljc at gmail.com>: > On Thu, Jan 5, 2012 at 11:39 PM, Xin Tong <xerox.time.tech at gmail.com> wrote: >> I do not know too much about clang, is opencl publicly supported in >> clang ? how about cuda ? > > Anton at ARM commited theOpenCL patches, already. > > NVIDIA did not
2010 Sep 10
3
[LLVMdev] Cross-compiling the ARM toolchain
On 10 September 2010 04:47, Liu <proljc at gmail.com> wrote: > trying this: > clang -march=armv7-a -mcpu=cortex-a9 -ccc-host-triple > arm-none-linux -ccc-gcc-name arm-none-linux-gnueabi-gcc a.c Hi Liu, That doesn't work for me. $ clang -march=armv7-a -mcpu=cortex-a9 -ccc-host-triple arm-none-linux -ccc-gcc-name arm-none-linux-gnueabi-gcc alias.c clang: warning: unknown
2010 Sep 10
0
[LLVMdev] Cross-compiling the ARM toolchain
trying this: clang -march=armv7-a -mcpu=cortex-a9 -ccc-host-triple arm-none-linux -ccc-gcc-name arm-none-linux-gnueabi-gcc a.c 2010/9/10 Emmanuel Blot <eblot.ml at gmail.com>: > Hello, > > Is there a quick tutorial to build the LLVM toolchain from a Linux or > Mac OS X x86 host for an ARM v4/v5/v6 ELF target? > It this configuration supported, and is it possible to build the
2010 Sep 09
2
[LLVMdev] Cross-compiling the ARM toolchain
Hello, Is there a quick tutorial to build the LLVM toolchain from a Linux or Mac OS X x86 host for an ARM v4/v5/v6 ELF target? It this configuration supported, and is it possible to build the Clang compiler for this host/target combination? I know about the installation page, but I keep failing to build this toolchain with LLVM 2.7. Maybe it is not (yet) supported? Thanks, Manu
2012 Jan 05
0
[LLVMdev] clang for opencl
On Thu, Jan 5, 2012 at 11:39 PM, Xin Tong <xerox.time.tech at gmail.com> wrote: > I do not know too much about clang, is opencl publicly supported in > clang ? how about cuda ? Anton at ARM commited theOpenCL patches, already. NVIDIA did not commit the CUDA patches, yet. > > Thanks > > Xin > _______________________________________________ > LLVM Developers mailing
2012 Jan 05
5
[LLVMdev] clang for opencl
I do not know too much about clang, is opencl publicly supported in clang ? how about cuda ? Thanks Xin