search for: gamma_chen

Displaying 20 results from an estimated 50 matches for "gamma_chen".

2012 Dec 04
2
[LLVMdev] LLVM documentation work help
...tra http site (not https) is created automatically. Because I cannot see it put html to the extra web from gh-pages of Makefile. Jonathan   --- 12/12/4 (二),Sean Silva <silvas at purdue.edu> 寫道: 寄件者: Sean Silva <silvas at purdue.edu> 主旨: Re: LLVM documentation work help 收件者: "gamma_chen" <gamma_chen at yahoo.com.tw> 副本: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu>, "Anoushe Jamshidi" <ajamshidi at gmail.com> 日期: 2012年12月4日,二,上午10:47 You may need a ".nojekyll" file. uvbook has one <https://github.com/nikhilm/uvbook/blob/...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...".nojekyll" file. uvbook has one < https://github.com/nikhilm/uvbook/blob/gh-pages/.nojekyll>. Also see < https://help.github.com/articles/files-that-start-with-an-underscore-are-missing >. Let me know if that doesn't work. -- Sean Silva On Mon, Dec 3, 2012 at 9:15 PM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > Sean, > > I can create html, pdf and epub, then put them on > <https://github.com/Jonathan2251/lbd/tree/gh-pages>. > The uvbook example as below can click the pdf link and pop up a download > window while I cannot. The uvbook link...
2012 Dec 04
5
[LLVMdev] LLVM documentation work help
...creating-project-pages-manually>. 2. make gh-pages (I modify file Makefile for my document name before do this) Jonathan --- 12/12/3 (一),Sean Silva <silvas at purdue.edu> 寫道: 寄件者: Sean Silva <silvas at purdue.edu> 主旨: Re: LLVM documentation work help 收件者: "Jonathan" <gamma_chen at yahoo.com.tw> 副本: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu>, "Anoushe Jamshidi" <ajamshidi at gmail.com> 日期: 2012年12月3日,一,下午2:48 Let me explain how uvbook does it. They use a feature of github called "github pages", which provides small stati...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
On Mon, Dec 3, 2012 at 11:09 PM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > I add the empty file .nojekyll to https://github.com/Jonathan2251/lbd/tree/gh-pages and do "make gh-pages" again. It's the same. I check the uvbook has the gh-pages as mine as follows, The book looks really good at <http://jonathan225...
2013 Aug 08
0
[LLVMdev] lld build
Le 8 août 2013 à 07:22, gamma_chen <gamma_chen at yahoo.com.tw> a écrit : > Hi, > > Currently, I can build lld/llvm on Fedora 17 but fail to build it on iMac. The commands I use as follows. Anyone can help me? Or is there the lld mail list I can post the question? > > Linux/Fedora can be built by the followin...
2012 Dec 04
1
[LLVMdev] LLVM documentation work help
...cuss with me first. I will pass the information to Sean when you choose a topic. Best regards Jonathan --- 12/12/4 (二),陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> 寫道: 寄件者: 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> 主旨: Re: [LLVMdev] LLVM documentation work help 收件者: "gamma_chen" <gamma_chen at yahoo.com.tw> 副本: "Sean Silva" <silvas at purdue.edu>, "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> 日期: 2012年12月4日,二,上午11:39 Hi Jonathan,   sorry for the hijack. Can I help you writing the document? Regards, chenwj On Tue, Dec 04,...
2013 Apr 23
0
[LLVMdev] Is the llvm ARM support big endian elf/obj output?
Hello There is not support for big endian ARM at all. On Tue, Apr 23, 2013 at 9:26 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > The llvm ARM backend is little endian elf output as my examination as > below. Is it support bid endian by other llc options as below? > > llc -filetype=obj -march=arm // little endian > llc -filetype=obj -march=? or -otheroption=? // to...
2013 Aug 08
2
[LLVMdev] lld build
Hi, Currently, I can build lld/llvm on Fedora 17 but fail to build it on iMac. The commands I use as follows. Anyone can help me? Or is there the lld mail list I can post the question? Linux/Fedora can be built by the following command cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_FLAGS=-std=c++11 -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" ../src/ make iMac
2013 Apr 23
3
[LLVMdev] Is the llvm ARM support big endian elf/obj output?
The llvm ARM backend is little endian elf output as my examination as below. Is it support bid endian by other llc options as below? llc  -filetype=obj -march=arm // little endian llc  -filetype=obj -march=? or -otheroption=? // to output big endian Jonathan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Nov 04
3
[LLVMdev] I can debug llvm source code by lldb on iMac
Ten days ago, I asked "Can I debug llvm source code by iMac Xcode?". I still cannot do it now, but I can debug llvm source code by iMac lldb. I write it down on section  "1.4  Create LLVM.xcodeproj of supporting cpu0 by terminal cmake command" of GammaLLVMBackendBook.pdf in https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7  Best regards Jonathan
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
Hi Jonathan, sorry for the hijack. Can I help you writing the document? Regards, chenwj On Tue, Dec 04, 2012 at 10:15:33AM +0800, gamma_chen wrote: > Sean, > > I can create html, pdf and epub, then put them on > <https://github.com/Jonathan2251/lbd/tree/gh-pages>. > The uvbook example as below can click the pdf link and pop up a download window > while I cannot. The uvbook link is put on http://username.github.c...
2013 Sep 05
0
[LLVMdev] C int type for 48bits cpu
On Sep 5, 2013, at 3:37 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > LLVM only support primitive type i32 and i64, no i48. The clang translate "C int type" to i32 too. My question is if a cpu is 48 bits register size, how to write the backend for 48 bits register architecture. Can someone help me with this pr...
2013 Sep 05
4
[LLVMdev] C int type for 48bits cpu
Hi, LLVM only support primitive type i32 and i64, no i48. The clang translate "C int type" to i32 too. My question is if a cpu is 48 bits register size, how to write the backend for 48 bits register architecture. Can someone help me with this problem? Jonathan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Nov 05
0
[LLVMdev] I can debug llvm source code by lldb on iMac
You should be able to create an xcode project using cmake and then use that to build and debug llvm (as you've discovered how to create an xcode project). Doug may know more. -eric On Sun, Nov 4, 2012 at 4:36 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > Ten days ago, I asked "Can I debug llvm source code by iMac Xcode?". I > still cannot do it now, but I can debug llvm source code by iMac lldb. I > write it down on section "1.4 Create LLVM.xcodeproj of supporting cpu0 > by t...
2012 Dec 04
2
[LLVMdev] LLVM documentation work help
...rialForCpu0.pdf as a work around solution. User can click the link and click left top button "ZIP" and get the epub and pdf. Jonathan --- 12/12/4 (二),Sean Silva <silvas at purdue.edu> 寫道: 寄件者: Sean Silva <silvas at purdue.edu> 主旨: Re: LLVM documentation work help 收件者: "gamma_chen" <gamma_chen at yahoo.com.tw> 副本: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu>, "Anoushe Jamshidi" <ajamshidi at gmail.com> 日期: 2012年12月4日,二,下午12:45 On Mon, Dec 3, 2012 at 11:09 PM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > I add the...
2012 Dec 03
3
[LLVMdev] LLVM documentation work help
...include` is that they are showing > parts of real compilable programs. If you just want to show a snippet > of code or terminal snippet, you can use `.. code-block::` and avoid > having lots of little files. > > -- Sean Silva > > On Thu, Nov 29, 2012 at 10:43 AM, Jonathan <gamma_chen at yahoo.com.tw> wrote: >> Sean, >> >> By try, I seems realize the github.com is free for register. So, just ignore my last mail. >> >> Anoushe, >> >> You can register with email and get an account on >> https://github.com/ >> >> I...
2012 Dec 03
0
[LLVMdev] LLVM documentation work help
...hilm/uvbook/blob/master/Makefile#L160>. It should be easy to reuse. I think that you should do this so that it is easy for anyone to read the book without leaving their browser. That will mean that more people read it and contribute. -- Sean Silva On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote: > Sean, > > The `.. code-block:: bash` is work. Thank your information. > > Currently, I can put reStructuredText files on github. But, your example uvbook seems put the html and pdf on different github directory. Do you put html and pdf on github with vers...
2014 Sep 30
2
[LLVMdev] Can libc++ build for arm cross compiler?
...ompile with correct compiler/linker flags (e.g. -target arm-linux-gnueabihf and some cmake tricks) Feel free to let me know if you have encountered any problem. Sincerely, Logan On Tue, Sep 30, 2014 at 5:22 PM, Richard Pennington <rich at pennware.com> wrote: > On 09/30/2014 02:37 AM, gamma_chen wrote: > > The following web say the libc++abi is ready on arm. > http://libcxxabi.llvm.org/spec.html > > I try to build libc++ and libc++abi for host x86_64(linux) and target > arm(linux) but fail. > I have read the web http://llvm.org/docs/HowToCrossCompileLLVM.html > &g...
2012 Nov 19
4
[LLVMdev] My documentation work
Sean, I refresh my book "Write a llvm backend tutorial for cpu0 version 3" in https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7 Best regards Jonathan
2013 Feb 20
0
[LLVMdev] Is va_arg correct on Mips backend?
Does it make a difference if you give the "-target" option to clang? $ clang -target mips-linux-gnu ch8_3.cpp -o ch8_3.bc -emit-llvm -c The .s file generated this way looks quite different from the one in your email. On Tue, Feb 19, 2013 at 5:06 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote: > I didn't have Mips board. I compile as the commands and check the asm > output as below. > > 1. Question: > The distance of caller arg[4] and arg[5] is 4 bytes. But the the callee > get every > arg[] by 8 bytes offset (arg_ptr1+8 or arg_ptr2+8)...