From e9b16ec28a7929421f99aecd93c1535fd7a5471a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 Oct 2007 06:27:55 +0000 Subject: add a skeleton for part 4 llvm-svn: 43246 --- llvm/docs/tutorial/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'llvm/docs/tutorial/index.html') diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index 56d9dd2b8ca..99278fae89a 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -29,8 +29,8 @@
  1. The basic language, with its lexer
  2. Implementing a Parser and AST
  3. -
  4. Implementing code generation to LLVM IR
  5. -
  6. Adding JIT codegen support
  7. +
  8. Implementing Code Generation to LLVM IR
  9. +
  10. Adding JIT and Optimizer Support
  11. Extending the language: if/then/else
  12. Extending the language: operator overloading
  13. Extending the language: mutable variables
  14. @@ -38,7 +38,8 @@
  • Advanced Topics
      -
    1. Writing an Optimization for LLVM
    2. +
    3. Writing + an Optimization for LLVM
  • -- cgit v1.2.3