Displaying 4 results from an estimated 4 matches for "055566".
2007 Nov 13
2
[LLVMdev] 'Implementing a language with LLVM' tutorial
...n wrote:
> Hey Chris:
>
> Here are the diffs for the next few chapters of the tutorial that I
> have
> edited.
Nice! You are an excellent editor, I'm impressed. I committed these
without any changes here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071112/055566.html
Thank you for the help with this.
> Please note that there is one recurring fix (straight-forward is
> changed to straightforward).
Noted, I'll try to teach my fingers :)
-Chris
2007 Nov 11
0
[LLVMdev] 'Implementing a language with LLVM' tutorial
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
2007 Nov 13
0
[LLVMdev] 'Implementing a language with LLVM' tutorial
...> Here are the diffs for the next few chapters of the tutorial that I
> > have
> > edited.
>
> Nice! You are an excellent editor, I'm impressed. I committed these
> without any changes here:
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071112/055566.html
>
> Thank you for the help with this.
>
> > Please note that there is one recurring fix (straight-forward is
> > changed to straightforward).
>
> Noted, I'll try to teach my fingers :)
>
> -Chris
-------------- next part --------------
A non-text attach...
2007 Nov 05
13
[LLVMdev] 'Implementing a language with LLVM' tutorial
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