search for: jonathan2251

Displaying 20 results from an estimated 41 matches for "jonathan2251".

2012 Dec 04
2
[LLVMdev] LLVM documentation work help
Sean, It is not work even though I change the PDF link as you indicated. I think I can just use directory/link https://github.com/Jonathan2251/lbd/tree/gh-pages instead http://jonathan2251.github.com/lbd/WriteAnLLVMBackendTutorialForCpu0.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...
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://jonathan2251.github.com/lbd/>! I think if you change the PDF link to <http://jonathan2251.github.com/lbd/WriteAnLLVMB...
2012 Dec 04
2
[LLVMdev] LLVM documentation work help
Sean, 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, https://github.com/nikhilm/uvbook/tree/gh-pages https://github.com/Jonathan2251/lbd/tree/gh-pages In addition to gh-pages, uvbook has the the other web site on http...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
> It is not work even though I change the PDF link as you indicated. I think I can just use directory/link https://github.com/Jonathan2251/lbd/tree/gh-pages instead http://jonathan2251.github.com/lbd/WriteAnLLVMBackendTutorialForCpu0.pdf as a work around solution. User can click the link and click left top button "ZIP" and get the epub and pdf. <http://jonathan2251.github.com/lbd/WriteAnLLVMBackendTutorialForCpu0.pdf&gt...
2012 Dec 04
5
[LLVMdev] LLVM documentation work help
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.com/... while the "make gh-pages" put them on https://github.com/username/...  How can I have the download link like uvbo...
2012 Dec 21
2
[LLVMdev] "Write An LLVM Backend Tutorial For Cpu0"
FYI: http://jonathan2251.github.com/lbd/index.html
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...cles/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 is put on > http://username.github.com/... while the "make gh-pages" put them on > https://github.com/username/... How can I have the dow...
2013 Jan 11
0
[LLVMdev] Requesting Feedback on my LLVM How-To
...t be best to make this an externally-hosted tutorial that we could link to (we already do this for at least two other tutorials). You may want to put this tutorial standalone on github with Sphinx and publish it with github-pages. It might be convenient to copy the setup that <https://github.com/Jonathan2251/lbd> has, which makes it easy to host the generated pages on github-pages (see <http://jonathan2251.github.com/lbd/> for the generated version). However, I think that the part of the tutorial that deals just with how to coerce Xcode into properly building a project that interfaces with LL...
2013 Dec 05
6
[LLVMdev] llvm backend tutorial
Hi, I am writing an llvm backend tutorial through my learning process of llvm backend study and implementation. Web as follows, http://jonathan2251.github.com/lbd/index.html It include 10,000 lines of sources code for 1. Step by step, create an llvm backend for the Cpu0 which beginning from a CPU design for school teaching purpose in system programming. 2. ELF linker for Cpu0 which extended from lld. 3. elf2hex extended from llvm-objump. 4....
2013 Apr 06
2
[LLVMdev] How to compile object C with clang into llvm IR?
Following came from tools/clang/test/CodeGenObjC/message-arrays.m. But I don't know how to compile it at terminal command since no clang_cc1 executable file. Can some one help me? I am writing the llvm backend document --http://jonathan2251.github.com/lbd/index.html now. I use "clang -c hello.cpp -emit-llvm" to compile C++ but don't know how to compile Object-C. // RUN: %clang_cc1 -emit-llvm -o %t %s void f0(id a) { // This should have an implicit cast [ a print: "hello" ]; } @interface A -(void) m: (int)...
2014 Mar 06
4
[LLVMdev] llvm-mc and endianess.
...l work quite well, I have a correct output ELF format except that generated code is little-endian. I've understood that the endianess of the LLVM chain is controlled by the DataLayout class, but it appear to me that llvm-mc does not make use of such class. I've seen a backend (CPU0, http://jonathan2251.github.io/lbd/genobj.html) that defines two different targets and performs the byte swapping as part of the 'EmitInstruction'. Is it the right way? Could somebody confirm my understanding and give me some tips about endianess in llvm-mc? Thanks, Dominique T. [http://...
2013 Jan 10
4
[LLVMdev] Requesting Feedback on my LLVM How-To
I've been writing up my experience embedding LLVM in a Cocoa app. If anyone would like to see it and give feedback, I'd appreciate it. It's still not finished, but the first part is there: http://roderickmann.org/stuff/LLVMTut/HowToEmbedLLVMWithXcode.html If it's worthy, hopefully it'll end up in the LLVM docs. -- Rick
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.com/... while > the "make gh-pages" put them on https://github.com/username/... How can I have > the dow...
2012 Nov 29
2
[LLVMdev] LLVM documentation work help
...You can register with email and get an account on https://github.com/ I have put the our document reStructuredText on git.hub.com. You can clone it without register. After you get an account and I add it to collaborators, then you can do check in with our project as follows, https://github.com/Jonathan2251/lbd.git Jonathan On 2012/11/29, at 下午7:13, Sean Silva <silvas at purdue.edu> wrote: >> I am happy to introduce Anoushe, my llvm backend documentation work helper for English and edit. > > Awesome! Great to see people helping out. Thank you both for working on this. > >&...
2012 Dec 03
3
[LLVMdev] LLVM documentation work help
...gt;> https://github.com/ >> >> I have put the our document reStructuredText on git.hub.com. You can clone it without register. >> After you get an account and I add it to collaborators, then you can do check in with our project as follows, >> >> https://github.com/Jonathan2251/lbd.git >> >> Jonathan >> >> On 2012/11/29, at 下午7:13, Sean Silva <silvas at purdue.edu> wrote: >> >>>> I am happy to introduce Anoushe, my llvm backend documentation work helper for English and edit. >>> >>> Awesome! Great to se...
2013 Dec 06
0
[LLVMdev] llvm backend tutorial
...ill likely add much work to what you have already accomplished. -- Mikael 2013/12/5 Jonathan <gamma_chen at yahoo.com.tw> > Hi, > > I am writing an llvm backend tutorial through my learning process of llvm > backend study and implementation. Web as follows, > > http://jonathan2251.github.com/lbd/index.html > > It include 10,000 lines of sources code for > > 1. Step by step, create an llvm backend for the Cpu0 which beginning from > a CPU design for school teaching purpose in system programming. > 2. ELF linker for Cpu0 which extended from lld. > 3. elf2h...
2012 Dec 21
0
[LLVMdev] "Write An LLVM Backend Tutorial For Cpu0"
Hi Chris, On Thu, Dec 20, 2012 at 10:24:39PM -0800, Chris Lattner wrote: > FYI: > http://jonathan2251.github.com/lbd/index.html Do you think it's O.K. to put the link somewhere else on the web site? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/...
2013 Apr 15
1
[LLVMdev] What is the front end pattern?
I find this pattern as below from <llvm-source-tree>/test/CodeGen/Mips/alloca.ll. Do you know what front end pattern can be translated into this pattern alloca with variable argument %size as below? Can some one help me? I am writing the llvm backend document --http://jonathan2251.github.com/lbd/index.html now. %tmp1 = alloca i8, i32 %size, align 4 // has %size variable, not pattern, alloca i8, align 4 define i32 @twoalloca(i32 %size) nounwind { entry: ... ? %tmp1 = alloca i8, i32 %size, align 4 } Jonathan -------------- next part -------------- An HTML attachment was scr...
2012 Dec 03
0
[LLVMdev] LLVM documentation work help
...thub.com/ >>> >>> I have put the our document reStructuredText on git.hub.com. You can clone it without register. >>> After you get an account and I add it to collaborators, then you can do check in with our project as follows, >>> >>> https://github.com/Jonathan2251/lbd.git >>> >>> Jonathan >>> >>> On 2012/11/29, at 下午7:13, Sean Silva <silvas at purdue.edu> wrote: >>> >>>>> I am happy to introduce Anoushe, my llvm backend documentation work helper for English and edit. >>>> >>&...
2012 Dec 22
2
[LLVMdev] "Write An LLVM Backend Tutorial For Cpu0"
...mentation. I'm not sure if anybody else wants such a page though. -- Sean Silva On Fri, Dec 21, 2012 at 12:25 AM, 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> wrote: > Hi Chris, > > On Thu, Dec 20, 2012 at 10:24:39PM -0800, Chris Lattner wrote: >> FYI: >> http://jonathan2251.github.com/lbd/index.html > > Do you think it's O.K. to put the link somewhere else on the web site? > > Regards, > chenwj > > -- > Wei-Ren Chen (陳韋任) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788...