1 .. _design_and_overview:
11 * `LLVM Language Reference Manual <LangRef.html>`_
13 Defines the LLVM intermediate representation.
15 * `Introduction to the LLVM Compiler <http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html>`_
17 Presentation providing a users introduction to LLVM.
19 * `Intro to LLVM <http://www.aosabook.org/en/llvm.html>`_
21 Book chapter providing a compiler hacker's introduction to LLVM.
23 * `LLVM: A Compilation Framework forLifelong Program Analysis & Transformation
24 <http://llvm.org/pubs/2004-01-30-CGO-LLVM.html>`_
28 * `LLVM: An Infrastructure for Multi-Stage Optimization
29 <http://llvm.org/pubs/2002-12-LattnerMSThesis.html>`_
31 More details (quite old now).
35 Answers to some very frequent questions about LLVM's most frequently
36 misunderstood instruction.