search for: seung

Displaying 20 results from an estimated 202 matches for "seung".

2008 Jan 27
3
[LLVMdev] Question to Chris
Thank you, Bill. Seems to be better. Anyway...Is there a way I can do what you showed for me? Thanks, Seung J. Lee ---- Original message ---- >Date: Sat, 26 Jan 2008 22:10:01 -0800 >From: Bill Wendling <isanbard at gmail.com> >Subject: Re: [LLVMdev] Question to Chris >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > >On Jan 26, 2008, at 9:48 AM, Seung Jae Lee...
2006 Nov 09
3
[LLVMdev] Is this bug in LLVM?
Hello. My name is Seung Jae Lee. I'd like to ask you onething about converting to ARM assembly code. I saved the simplest C code shown in your LLVM webpage as 'hello.c' And I made 'hello.bc' by "$ llvm-gcc hello.c -o hello". In order to make ARM assembly code, I typed "llc -march=arm hel...
2008 Jan 28
0
[LLVMdev] Question to Chris
Hi Seung, It should be fairly straight-forward to do in LLVM. Once you identify the loops, then identify the PHI nodes that you need to convert, then apply the transformation below. The fine details on how to create an instruction and replace one instruction with another are documented in the docs...
2008 Jan 28
1
[LLVMdev] Question to Chris
Bill, Depending on what Seung's problem is, converting *out* of SSA form may actually be the wrong thing to do. Seung needs to explain exactly problem he is unable solve using SSA form. --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.org/ On Jan 28, 2008, at 1:10 AM, Bill Wendling wrote: > Hi Seung, > &gt...
2008 Feb 13
4
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...p': No such file or directory ... ------------------------------------------------------- where llvmAsmParser.cpp is related to Bison so I am compelled to feel to try installing flex/bison on my machine, anyway. Forgive my ignorance, could you briefly tell me about that? Thank you in advance. Seung ---- Original message ---- >Date: Tue, 12 Feb 2008 18:20:59 -0800 >From: "Chuck Rose III" <cfr at adobe.com> >Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? >To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> &...
2011 Nov 24
2
[LLVMdev] arm neon intrinsics cross compile error on windows system
...piler specific. Stdint.h is one of them. The reason your Ubuntu stdint.h works is because, coincidentally, Clang's stdint.h uses the same layout and pre-processor built-ins as GCC. This is an implementation detail. Do not rely upon it. You should use Clang's stdint.h. Cheers, James From: Seung-yeon Choe [mailto:sychoe at gmail.com] Sent: 24 November 2011 05:42 To: James Molloy Cc: Anton Korobeynikov; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] arm neon intrinsics cross compile error on windows system Hello, I totally understood about this problem. codesourcery codebench arm eabi vers...
2008 Feb 13
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...I typically work on Vista32 or Vista64, but have compiled on XP as well. I don't know how up to date the LLVM docs related to Visual Studio compilation are. Thanks, Chuck. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Seung Jae Lee Sent: Tuesday, February 12, 2008 9:52 PM To: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? Thanks for your comment. I also tried for LLVM 2.2 but got the same compilation errors on VS2005. (I didn't modify anything before the compi...
2008 Feb 13
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
I simply found it at: http://getgnuwin32.sourceforge.net/ Seung ---- Original message ---- >Date: Tue, 12 Feb 2008 21:11:04 -0800 >From: "Ted Neward" <ted at tedneward.com> >Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? >To: "'LLVM Developers Mailing List'" <llvmdev at cs.uiuc...
2011 Nov 24
0
[LLVMdev] arm neon intrinsics cross compile error on windows system
...mpatible??) header but it is not standard library full set, right? On the other hand, even if I want to use other toolchain's glibc function, I have to replace them with headers in /lib/clang/*/include folder, right? Please show me the lights of solution one more time. :) Thanks and regards, Seung-yeon. 2011/11/24 James Molloy <James.Molloy at arm.com> > Hi,**** > > ** ** > > Just to clarify, some header files are compiler specific. Stdint.h is one > of them. The reason your Ubuntu stdint.h works is because, coincidentally, > Clang’s stdint.h uses the same layo...
2006 Oct 28
2
[LLVMdev] Question about uninstalling LLVM
Hello. Nice to meet you. My name is Seung Jae Lee, a graduate student in UIUC CEE, who is working in NCSA for the present. Nowadays I am trying to develop LLVM backend to spit out CHiMPS assembly code. In the process, I installed LLVM codes on my home directory in the host computer. But I don't think it was installed properly. While b...
2011 Nov 24
1
[LLVMdev] arm neon intrinsics cross compile error on windows system
...busted codesourcery toolchains stdint.h, it's okay to build. And also it was okay cuz clang called /usr/include/stdint.h first on Unbuntu linux. How could I avoid this conflict, not to be removed stdint.h of toolchian? I think arm_neon.h in clang lib folder can handle this. Thanks and regards Seung-yeon. 2011/11/24 James Molloy <james.molloy at arm.com> > Hi,**** > > ** ** > > > additionally, I also specified include dir of arm codesourcery latest > toolchain because of missing stdio.h and stdint.h .**** > > ** ** > > I think this is your problem. U...
2008 Feb 22
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Xi, I just installed VS2005 pro w/ SP1 for Win Vista. Thanks, Seung ---- Original message ---- >Date: Fri, 22 Feb 2008 12:36:43 +0800 >From: "Xi Wang" <xi.wang at gmail.com> >Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? >To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >...
2008 Feb 12
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hello all, Is there anyone has tried LLVM 2.1 on Visual Studio 2005? I did but not succeed due to some build errors. I seem to remember I read somewhere on this list it's compiled on VS2005 so I wonder... Have a good night. Thx, Seung
2008 Feb 13
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...the best place to report these and iterate until we fix them? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Seung Jae Lee > Sent: Tuesday, February 12, 2008 9:20 PM > To: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio > 2005? > > I simply found it at: > > http://getgnuwin32.sourceforge.net/ > > Seung > > ---- Original mes...
2011 Nov 24
0
[LLVMdev] arm neon intrinsics cross compile error on windows system
Hello, I totally understood about this problem. codesourcery codebench arm eabi version uses newlibc. but, arm gnu/linux version uses glibc. hm.. actually there is no problem. it was my mistake as james told me. Thanks. 2011/11/24 Seung-yeon Choe <sychoe at gmail.com> > Hello, James Molly. > > Thank you for your advices. > > Now I aware that this is the problem of stdint.h. And, codesourcery > toolchain also has stdint.h header file at same place of stdio.h > > Generally, Clang has "lib/clang/3....
2007 May 28
1
[LLVMdev] Usage of llvmc
...seem to be working for these -O options... Second, I'm still not sure about difference between *.s and *.ll. LLVM assembly *.s file can be made from llvm-gcc -S. Another assembly *.ll file comes from just llvm-gcc. Is the difference between these two extensions on the optimized state? Thanks, Seung J. Lee ---- Original message ---- >Date: Mon, 28 May 2007 00:08:47 -0700 (PDT) >From: Chris Lattner <sabre at nondot.org> >Subject: Re: [LLVMdev] Usage of llvmc >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > >On Mon, 28 May 2007, Seung Jae Lee wrote:...
2007 Feb 21
1
[LLVMdev] bugpoint usage
...llvm-gcc hello.c -o hello" to have the bytecode of 'hello.c'. And then I can have an x86 assembly mnemonics with "$ llc -march=x86 hello.bc" Where can I use -g? llvm-gcc and llc don't seem to have such an option -g. Forgive my ignorance. Would you mind telling me that? - Seung ---- Original message ---- >Date: Wed, 21 Feb 2007 09:03:17 -0800 (PST) >From: Fernando Magno Quintao Pereira <fernando at cs.ucla.edu> >Subject: Re: [LLVMdev] bugpoint usage >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > > >Hey, Seung, > >...
2008 Feb 13
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hola Seung, I don't know if 2.1 in particular worked. I updated the 2.2 win32 vstudio 2k5 files right before lockdown, so they should be building. You will need appropriate versions of flex and bison installed. I used the ones from getgnuwin32 on my machine. Good luck. Chuck. -----Original Message--...
2007 Feb 21
2
[LLVMdev] bugpoint usage
Thank you for this information. If so, is there any way to grasp which kinda data throw in and out in LLVM as shown in such a way in gdb? Thanks, Seung Jae Lee ---- Original message ---- >Date: Tue, 20 Feb 2007 23:54:04 -0600 >From: "John T. Criswell" <criswell at cs.uiuc.edu> >Subject: Re: [LLVMdev] bugpoint usage >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > >Seung Jae Lee wrote: >&g...
2006 Nov 30
2
[LLVMdev] Could not find include file 'llvm/Intrinsics.td'
...6th line of Target.td includes "llvm/Intrinsics.td". But this cannot find Intrinsics.td, I think. Of course, I indeed checked out that everything is in their positions including Intrinsics.td. Would you mind telling me reasons I might miss to run this successfully? Thank you very much. Seung Jae Lee