diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-05-30 03:36:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-05-30 03:36:58 +0000 |
| commit | 0ec0649bc24f3242d818874c61cc45366179bc53 (patch) | |
| tree | d95b1eb4bef8d79e68c5661441d215787d9de9d6 /llvm/docs/index.html | |
| parent | ec43d5d7800bab953c7de46ff4616d049113b736 (diff) | |
| download | bcm5719-llvm-0ec0649bc24f3242d818874c61cc45366179bc53.tar.gz bcm5719-llvm-0ec0649bc24f3242d818874c61cc45366179bc53.zip | |
replace the intro tutorial from 2004 with a more recent work.
llvm-svn: 132310
Diffstat (limited to 'llvm/docs/index.html')
| -rw-r--r-- | llvm/docs/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index e8b5a44e7d2..f9ebaa196ef 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -43,9 +43,8 @@ your documentation.</p> <ul> <li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM intermediate representation.</li> -<li><a href="http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html">Introduction to the LLVM Compiler </a> - Presentation describing LLVM.</li> -<li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">The LLVM Compiler Framework and -Infrastructure Tutorial</a> - Tutorial for writing passes, exploring the system.</li> +<li><a href="http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html">Introduction to the LLVM Compiler </a> - Presentation providing a users introduction to LLVM.</li> +<li><a href="http://www.aosabook.org/en/llvm.html">Intro to LLVM</a> - book chapter providing a compiler hacker's introduction to LLVM.</li> <li><a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation</a> - Design overview.</li> <li><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for |

