blob: 2fc377f3aa49767f0beca9bc086d7c7bcc59f536 [file] [log] [blame]
Daniel Dunbar21e993c2012-04-19 16:31:37 +00001LLVM Design & Overview
2======================
3
Bill Wendling3950e9e2012-06-20 21:54:22 +00004.. toctree::
5 :hidden:
6
Sean Silvaf722b002012-12-07 10:36:55 +00007 LangRef
Bill Wendling3950e9e2012-06-20 21:54:22 +00008 GetElementPtr
9
Sean Silvaf722b002012-12-07 10:36:55 +000010* :doc:`LangRef`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000011
Bill Wendling19c75412012-06-20 09:49:06 +000012 Defines the LLVM intermediate representation.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000013
Bill Wendling19c75412012-06-20 09:49:06 +000014* `Introduction to the LLVM Compiler <http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000015
Bill Wendling19c75412012-06-20 09:49:06 +000016 Presentation providing a users introduction to LLVM.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000017
Bill Wendling19c75412012-06-20 09:49:06 +000018* `Intro to LLVM <http://www.aosabook.org/en/llvm.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000019
Bill Wendling19c75412012-06-20 09:49:06 +000020 Book chapter providing a compiler hacker's introduction to LLVM.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000021
Dmitri Gribenkoba2d6fb2012-12-19 12:51:48 +000022* `LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation
Bill Wendling19c75412012-06-20 09:49:06 +000023 <http://llvm.org/pubs/2004-01-30-CGO-LLVM.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000024
Bill Wendling19c75412012-06-20 09:49:06 +000025 Design overview.
Daniel Dunbar21e993c2012-04-19 16:31:37 +000026
Bill Wendling19c75412012-06-20 09:49:06 +000027* `LLVM: An Infrastructure for Multi-Stage Optimization
28 <http://llvm.org/pubs/2002-12-LattnerMSThesis.html>`_
Daniel Dunbar21e993c2012-04-19 16:31:37 +000029
Bill Wendling19c75412012-06-20 09:49:06 +000030 More details (quite old now).
Daniel Dunbar21e993c2012-04-19 16:31:37 +000031
Sean Silvaa7aec402013-01-11 02:28:08 +000032* :doc:`GetElementPtr`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000033
Bill Wendling19c75412012-06-20 09:49:06 +000034 Answers to some very frequent questions about LLVM's most frequently
35 misunderstood instruction.