Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 1 | .. _design_and_overview: |
| 2 | |
| 3 | LLVM Design & Overview |
| 4 | ====================== |
| 5 | |
Bill Wendling | 3950e9e | 2012-06-20 21:54:22 +0000 | [diff] [blame] | 6 | .. toctree:: |
| 7 | :hidden: |
| 8 | |
| 9 | GetElementPtr |
| 10 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 11 | * `LLVM Language Reference Manual <LangRef.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 12 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 13 | Defines the LLVM intermediate representation. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 14 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 15 | * `Introduction to the LLVM Compiler <http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 16 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 17 | Presentation providing a users introduction to LLVM. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 18 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 19 | * `Intro to LLVM <http://www.aosabook.org/en/llvm.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 20 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 21 | Book chapter providing a compiler hacker's introduction to LLVM. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 22 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 23 | * `LLVM: A Compilation Framework forLifelong Program Analysis & Transformation |
| 24 | <http://llvm.org/pubs/2004-01-30-CGO-LLVM.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 25 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 26 | Design overview. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 27 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 28 | * `LLVM: An Infrastructure for Multi-Stage Optimization |
| 29 | <http://llvm.org/pubs/2002-12-LattnerMSThesis.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 30 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 31 | More details (quite old now). |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 32 | |
Bill Wendling | 3950e9e | 2012-06-20 21:54:22 +0000 | [diff] [blame] | 33 | * :ref:`gep` |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 34 | |
Bill Wendling | 19c7541 | 2012-06-20 09:49:06 +0000 | [diff] [blame] | 35 | Answers to some very frequent questions about LLVM's most frequently |
| 36 | misunderstood instruction. |