[llvm-commits] CVS: llvm-www/Documentation.html

Misha Brukman brukman at cs.uiuc.edu
Wed Jun 2 14:35:14 PDT 2004


Changes in directory llvm-www:

Documentation.html updated: 1.9 -> 1.10

---
Log message:

Fix grammar, wrap long lines.


---
Diffs of the changes:  (+16 -11)

Index: llvm-www/Documentation.html
diff -u llvm-www/Documentation.html:1.9 llvm-www/Documentation.html:1.10
--- llvm-www/Documentation.html:1.9	Wed Jun  2 14:25:52 2004
+++ llvm-www/Documentation.html	Wed Jun  2 14:31:18 2004
@@ -56,17 +56,18 @@
 on how to write a new alias analysis implementation or how to use existing
 analyses.</li>
 
-<li><a href="docs/CodeGenerator.html">The LLVM Target-Independent Code Generator</a> -
-The design an implementation of the LLVM code generator.  Useful if you are working
-on retargetting LLVM to a new architecture, designing a new codegen pass, or enhancing
-existing components.</li>
-
-<li><a href="docs/GarbageCollection.html">Accurate Garbage Collection with LLVM</a> -
-The interfaces source-language compilers should use for compiling GC'd programs.</li>
-
-<li><a href="docs/SourceLevelDebugging.html">Source Level Debugging with LLVM</a> -
-This document describes the design and philosophy behind the LLVM source-level 
-debugger.</li>
+<li><a href="docs/CodeGenerator.html">The LLVM Target-Independent Code
+Generator</a> - The design and implementation of the LLVM code generator.
+Useful if you are working on retargetting LLVM to a new architecture, designing
+a new codegen pass, or enhancing existing components.</li>
+
+<li><a href="docs/GarbageCollection.html">Accurate Garbage Collection with
+LLVM</a> - The interfaces source-language compilers should use for compiling
+GC'd programs.</li>
+
+<li><a href="docs/SourceLevelDebugging.html">Source Level Debugging with
+LLVM</a> - This document describes the design and philosophy behind the LLVM
+source-level debugger.</li>
 
 <li><a href="docs/TableGenFundamentals.html">TableGen Fundamentals</a> -
 Describes the TableGen tool, which is used heavily by the LLVM code
@@ -75,6 +76,10 @@
 <li><a href="docs/CommandLine.html">CommandLine library Reference Manual</a> -
 Provides information on using the command line parsing library.</li>
 
+<li><a href="docs/ExtendingLLVM.html">Extending LLVM to suit your needs</a> -
+Required modifications to add new instructions, intrinsic functions, and
+types.</li>
+
 <li><a href="docs/CodingStandards.html">Recommended LLVM Coding standards</a> -
 Details the LLVM coding standards and provides useful information on writing
 efficient C++ code.</li>





More information about the llvm-commits mailing list