summaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-23 06:27:55 +0000
committerChris Lattner <sabre@nondot.org>2007-10-23 06:27:55 +0000
commitc0b42e95587b06e7494ad62350c1b7ceae99dc69 (patch)
tree108181a48f7374eac68f5f7e359ecea95cf351e8 /docs/tutorial/index.html
parent35abbf518ff83d9bfe882ec9c9bc8b990b07b9a3 (diff)
downloadllvm-c0b42e95587b06e7494ad62350c1b7ceae99dc69.tar.gz
llvm-c0b42e95587b06e7494ad62350c1b7ceae99dc69.tar.bz2
llvm-c0b42e95587b06e7494ad62350c1b7ceae99dc69.tar.xz
add a skeleton for part 4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index 56d9dd2b8c..99278fae89 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -29,8 +29,8 @@
<ol>
<li><a href="LangImpl1.html">The basic language, with its lexer</a></li>
<li><a href="LangImpl2.html">Implementing a Parser and AST</a></li>
- <li><a href="LangImpl3.html">Implementing code generation to LLVM IR</a></li>
- <li>Adding JIT codegen support</li>
+ <li><a href="LangImpl3.html">Implementing Code Generation to LLVM IR</a></li>
+ <li><a href="LangImpl4.html">Adding JIT and Optimizer Support</a></li>
<li>Extending the language: if/then/else</li>
<li>Extending the language: operator overloading</li>
<li>Extending the language: mutable variables</li>
@@ -38,7 +38,8 @@
</ol></li>
<li>Advanced Topics
<ol>
- <li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">Writing an Optimization for LLVM</a></li>
+ <li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">Writing
+ an Optimization for LLVM</a></li>
</ol></li>
</ol>