search for: lbd

Displaying 20 results from an estimated 62 matches for "lbd".

Did you mean: bd
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 Sil...
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/WriteAnLLVMBacke...
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://n...
2006 Jul 25
1
login to ms access db very slow on samba 3.x
...r help will, of course, be highly appreciated. maybe we have misconfigured something? oli relevant sections of /etc/samba/smb.conf: **************************** # Global parameters [global] [.......] veto oplock files = /*.doc/*.xls/*.pdf/*.mdb/*.bsd/*.MDB/*.BSD/*.bsa/*.BSA/*.lbd/*.LBD/*.ldb/*.LDB/ veto files = /lost*found/.bash_profile/.bashrc/aquota.*/.ARK_NOBACKUP/ lock spin time = 15 lock spin count = 100 socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=2920 sync always = no strict sync = no kernel oplocks =...
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> wo...
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 uvbook e...
2006 Jul 27
0
SOLVED - Re: login to ms access db very slow on samba 3.x
...; > relevant sections of > > /etc/samba/smb.conf: > > **************************** > > > > # Global parameters > > [global] > > > > [.......] > > veto oplock files = > > /*.doc/*.xls/*.pdf/*.mdb/*.bsd/*.MDB/*.BSD/*.bsa/*.BSA/*.lbd/*. > LBD/*.ldb/*.LDB/ > > veto files = > > /lost*found/.bash_profile/.bashrc/aquota.*/.ARK_NOBACKUP/ > > lock spin time = 15 > > lock spin count = 100 > > socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=2920 > > sy...
2012 Dec 21
2
[LLVMdev] "Write An LLVM Backend Tutorial For Cpu0"
FYI: http://jonathan2251.github.com/lbd/index.html
2004 Dec 07
2
Problem with more than 1T B
Hello, I'm using linux kernel 2.6.8-24. I configured it with "CONFIGURE_EXT3_FS=y" and installed "e2fsprogs". Now I try formatting my 2,5 TB HDD (Raid5 12x250GB) how can I do this? the system internal tool does only format 1TB. Thanks Bye
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...at-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 downloa...
2013 Jan 11
0
[LLVMdev] Requesting Feedback on my LLVM How-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 LLVM w...
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. Cpu0 verilog so...
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) arg0, ...; @end...
2014 Mar 06
4
[LLVMdev] llvm-mc and endianess.
...ve 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://www.spacebel.b...
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 downloa...
2012 Nov 29
2
[LLVMdev] LLVM documentation work help
...ister 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
...://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 pe...
2013 Dec 06
0
[LLVMdev] llvm backend tutorial
...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. elf2hex extended fro...
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/~chenwj