LLVM Tutorial: Table of Contents
  1. An Introduction to LLVM: Basic Concepts and Design
  2. Basic Tutorials
    1. Tutorial 1: A First Function
    2. Tutorial 2: A More Complicated Function
    3. Tutorial 3: Reading and Writing Bitcode
    4. Tutorial 4: Running Optimizations
    5. Tutorial 5: Invoking the JIT
  3. Example: Using LLVM to execute a simple language in JIT