Table of Contents
- Installing LLVM
- The Structure of a Compiler
- Turning the Source File into an Abstract Syntax Tree
- Basics of IR Code Generation
- IR Generation for High-Level Language Constructs
- Advanced IR Generation
- Optimizing IR
- The TableGen Language
- JIT Compilation
- Debugging Using LLVM Tools
- The Target Description
- Instruction Selection
- Beyond Instruction Selection

