[llvm-commits] CVS: llvm-www/Documentation.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Jun 2 14:30:01 PDT 2004
Changes in directory llvm-www:
Documentation.html updated: 1.8 -> 1.9
---
Log message:
Add link to the codegen doc
---
Diffs of the changes: (+5 -0)
Index: llvm-www/Documentation.html
diff -u llvm-www/Documentation.html:1.8 llvm-www/Documentation.html:1.9
--- llvm-www/Documentation.html:1.8 Tue May 25 12:38:05 2004
+++ llvm-www/Documentation.html Wed Jun 2 14:25:52 2004
@@ -56,6 +56,11 @@
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>
More information about the llvm-commits
mailing list