[LLVMdev] 'Implementing a language with LLVM' tutorial

Kelly Wilson wilsonkk at shaw.ca
Sun Nov 11 14:41:40 PST 2007


Hey Chris:

Here are the diffs for the next few chapters of the tutorial that I have
edited. Please note that there is one recurring fix (straight-forward is
changed to straightforward). Once again, these are simple changes, not
including any real content changes.

Thanks,
K.Wilson


On Sun, 2007-11-04 at 23:14 -0800, Chris Lattner wrote:
> Hi All,
> 
> LLVM has long needed a tutorial for people who are interested in using  
> it to implement their favorite language and to demonstrate how to use  
> the JIT.  To help solve this, I've put together a little tutorial that  
> runs through the implementation and extension of a toy language here:
> 
>    http://llvm.org/docs/tutorial/
> 
> At this point, the tutorial is feature complete, but might still need  
> some final editing.  Before I try to get other sites to link to it, I  
> thought it would be good to get some more eyeballs on it and get some  
> thoughts and feedback from you.
> 
> Anyone have thoughts or feedback? :)
> 
> -Chris
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LangImpl3.diff
Type: text/x-patch
Size: 11183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071111/c78e604d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LangImpl4.diff
Type: text/x-patch
Size: 8585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071111/c78e604d/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LangImpl5.diff
Type: text/x-patch
Size: 10988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071111/c78e604d/attachment-0002.bin>


More information about the llvm-dev mailing list