Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
title A mostly gentle introduction to LLVM
date 2022-04
authors
William Woodruff
conference
UMD-CSEC Colloquium
resources
label path
Slides
A mostly gentle introduction to LLVM.pdf

We're going on a whirlwind tour of LLVM!

In this talk, we'll go from the Clang frontend and its AST, to LLVM IR's syntax and semantics, to the vagaries of code generation and lowering, and finally to a collection of things that LLVM wasn't meant to do (but that we'll make it do anyways).