[LLVMdev] Publication: Languages Used in LLVM During Compilation

Sean Silva chisophugis at gmail.com
Mon Aug 4 14:11:13 PDT 2014


Slide 9 is misleading. Sema is not a "pipeline" step which transforms the
AST. Parse calls into Sema while parsing to construct the AST.

Other than that, a very handy presentation!

-- Sean Silva


On Mon, Aug 4, 2014 at 3:28 AM, Adam Husar <ihusar at fit.vutbr.cz> wrote:

> Hello,
>   for one course at our Brno University of Technology, I made a
> presentation about languages used in LLVM during compilation.
> I think also other may find it useful, so I am sending it
> here, so you can add it somewhere on the web if you will
> would like to.
>   It is not exactly a publication, rather lecture
> slides.
>
> Title: Languages Used in LLVM During Compilation
> Date: 30th April 2014
> Author: Adam Husar, FIT BUT, ihusar at fit.vutbr.cz
> Abstract:
> Presentation deals with intermediate presentations
> used in LLVM during compilation from a high-level
> programming language into assembly language.
> It briefly describes clang's AST, then LLVM IR,
> and also Selection DAG and Machine Code repesentations.
>
>
> It can be dowloaded here http://www.uschovna.cz/en/
> zasilka/AIXP5T3ST6UCPPH6-KFV/?set_lang=en,
> or I can send it also directly through email.
>
> Best regards
>   Adam Husar
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140804/c28bd8c9/attachment.html>


More information about the llvm-dev mailing list