Displaying 20 results from an estimated 7126 matches for "tutorial".
2019 Aug 29
3
404s within LLVM documentation
Hi all,
I'm currently in the process of updating the Kaleidoscope tutorials (first
and foremost, the ORC/BuildingAJIT ones), and I've noticed a fair few 404s
which are lingering within the current visible documentation. Some of these
don't seem to have linked to existing pages for a while.
I was wondering if there was a way to set up a check in the buildbot to
en...
2004 Sep 13
2
Astricon tutorials :: Open for registration again
We're now opening up registrations for the Astricon tutorials again.
We've been able to move to new conference rooms within the same hotel.
Register on line at http://www.astricon.net
We're sorry for the inconvienience our recent closing of the tutorials
may have caused you. You are welcome to contact us at info@astricon.net
to change your reservat...
2004 Mar 30
3
Added a Tutorial to the wiki!
Hey everybody,
I just added a tutorial page to the wiki, and created a brief introductory
tutorial to get a new user going. I plan to add more tutorials on basics
and more advanced coding as time permits. Take a look if you get a chance,
and give me feedback. You can access the tutorial page under the Latest
News section, or thro...
2011 Nov 18
0
How to burn MP4/MPEG4 to DVD playable on a DVD player?
...s of most DVD players' capabilities, the original MP4 files can't be played directly on regular home DVD players. Therefore, you need to convert and burn original MP4 files to a DVD format. And if you download the right software, you can burn MP4 to DVD (http://www.dvd-creator-converter.com/tutorials/convert-mp4-mpeg4-to-dvd.html). DVD Creator is exactly the professional MP4 (MPEG-4) to DVD converter that lets you convert and burn MP4 to DVD format. Well, this tutorial will show you the step-by-step guide on how to convert and burn MP4 to DVD format to play on home DVD player. Check it out now...
2009 Apr 14
4
[LLVMdev] LLVM OCaml Tutorial
I'm currently going through the LLVM OCaml bindings tutorial in preparation
for using LLVM in my own project. While the tutorial is very helpful, it
was somewhat hard to start due to the fact that I plan on using ocamllex and
ocmalyacc and the tutorial hand rolls their own lexer and parser.
I have managed to adapt almost all of the tutorial code into using...
2019 Apr 07
2
Moving docs?
Hi llvm-admin, (cc llvm-dev for visibility)
We’re working on some improvements to the documentation, and want to move things (e.g. the Kaleidoscope tutorial into a subdirectory) around without breaking any links to it. Is there a way to do forwards on the web page that you prefer?
-Chris
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...
2019 Oct 24
7
RFC: Adding IR Transformation examples/tutorial code to llvm-project
Hi,
I’d like to propose adding a new example directory (llvm/examples/IRTransforms) as a new home for example code used by various tutorials. After talking to a few people at the Developers meeting, it became clear to me that it would be valuable to have the code examples for various tutorials in-tree to keep them from bit-rotting and make it very easy to build them.
I’d suggest adding new IR pass examples to llvm/examples/IRTransform...
2019 Aug 29
2
404s within LLVM documentation
...t;
> The frequency of that run would depend on the frequency of dead-link
> discovery that the run could provide.
>
> Regards, Neil Nelson
> On 8/28/19 7:52 PM, Patrick Nappa via llvm-dev wrote:
>
> Hi all,
>
> I'm currently in the process of updating the Kaleidoscope tutorials (first
> and foremost, the ORC/BuildingAJIT ones), and I've noticed a fair few 404s
> which are lingering within the current visible documentation. Some of these
> don't seem to have linked to existing pages for a while.
>
> I was wondering if there was a way to set up a che...
2009 Apr 21
0
[LLVMdev] LLVM OCaml Tutorial
2009/4/13 Chris Wailes <chris.wailes at gmail.com>:
> I'm currently going through the LLVM OCaml bindings tutorial in preparation
> for using LLVM in my own project. While the tutorial is very helpful, it
> was somewhat hard to start due to the fact that I plan on using ocamllex and
> ocmalyacc and the tutorial hand rolls their own lexer and parser.
>
> I have managed to adapt almost all of the...
2010 Jun 03
2
[LLVMdev] [PATCH] docs/tutorial/ Kaleidoscope typos
Index: docs/tutorial/LangImpl6.html
===================================================================
--- docs/tutorial/LangImpl6.html (revision 105365)
+++ docs/tutorial/LangImpl6.html (working copy)
@@ -531,7 +531,7 @@
def unary-(v)
0-v;
-# Define > with the same precedence as >.
+# Define &...
2015 Apr 21
2
[LLVMdev] Function calls only being JIT'd once by Kaleidoscope with MCJIT?
On Tue, Apr 21, 2015 at 7:26 AM, Per Mildner <Per.Mildner at sics.se> wrote:
> Charlie Turner <charlesturner7c5 <at> gmail.com> writes:
>
> > I was planning on committing these changes with the corresponding
> > changes to the Kaleidoscope tutorial walk-through. Might be a bit of a
> > surprise to have no explanation of what MCJITHelper and friends is
> > doing.
> >
> > I'll try and make time to prepare some patches along these lines, as
> > well as updating future chapters with the same fix.
> >
> &...
2015 Apr 21
2
[LLVMdev] Function calls only being JIT'd once by Kaleidoscope with MCJIT?
On Tue, Apr 21, 2015 at 3:07 PM, Lang Hames <lhames at gmail.com> wrote:
> No progress since Charlie last looked at it.
Sorry, I meant to refer to the issue Per Mildner mentioned regarding
the tutorials not building due to RTTI - which I recall discussing
with you & Eric, but don't know what came of it.
> As Per suggested, it may be
> worth adding an explicit #error, or at least a comment, noting that the
> later examples are broken.
>
> Going forward, I see three options:...
2019 Aug 07
2
Trouble with ORCv2 Tutorial
Hi folks,
I'm working on migrating a JIT compiler from the old ORCv1 JIT APIs to
the newer ORCv2 ones and am having some trouble getting the code from
chapter 1 of the "Building a JIT" [1] tutorial working properly. I
have previously walked through the "My First Langauge" [2] tutorial
and that went smoothly using the provided JIT class, but using the one
from the JIT tutorial is giving me trouble.
Kaleidoscope builds fine using Clang and LLVM version 9, but fails on
an expression l...
2014 Jan 06
2
Announcing a new HA KVM tutorial!
Almost exactly two years ago, I released the first tutorial for building
an HA platform for KVM VMs. In that time, I have learned a lot, created
some tools to simplify management and refined the design to handle
corner-cases seen in the field.
Today, the culmination of that learning is summed up in the "2nd
Edition" of that tutorial, now call...
2012 Dec 14
1
[LLVMdev] CGO Tutorial on MCLinker and LLVM 2013 - Call for Participation
Dear LLVM user and developer,
We get a chance to give a tutorial on LLVM and MCLinker. The tutorial will
be co-located with CGO 2013 on Feb. 24 (Sunday morning) in Shenzhen, China.
If you are also interesting in these topics, welcome to join the tutorial!
Here is a website of the tutorial: http://code.google.com/p/mclinker/
We're also looking for addit...
2009 Apr 22
2
[LLVMdev] LLVM OCaml Tutorial
>
> I'm happy to apply any patches :) Even better if you wanted to extend
> the tutorial to support things like garbage collection.
As I go along in my project and explore these features I might be willing to
produce code for additional chapters but I don't think I have time to
dedicate to it now.
What was the problem? I just tested it out on fedora 10 and it worked
> after I...
2014 Oct 21
2
[LLVMdev] Updating Kaleidoscope tutorial
Hi there,
I've been working through the tutorial on using LLVM to implement a small
language (http://llvm.org/docs/tutorial/index.html), and I noticed that the
code in the tutorial is a bit out of sync with LLVM 3.5.
I managed to get the code working, and it appears to even be working
correctly. I'd like to help correct the tutorial so that...
2010 Jul 23
2
Tutorial Tinn-R
Hi,
does anyone know a tutorial for Tinn-R? During all my search I only found
R-Tutorials...
The problem now is: I would like to make Tinn-R an autosave. But since I had
several questions before concerning Tinn-R (for example, how to have Tinn-R
and R in one window or how do the new versions work), I think it is easier
to have a...
2005 Feb 18
3
Astricon 2004 tutorials available?
Does anyone know if the tutorial materials from Atricon 2004 are
available for download anywhere? I'm particularly interested in
Joachim Vanheuverzwijn's Performance and Scalability tutorial slides
(Asterisk - building your system for performance and scalability).
Thanks!