[llvm-commits] CVS: llvm/docs/index.html

Chris Lattner lattner at cs.uiuc.edu
Wed Jun 2 14:28:09 PDT 2004


Changes in directory llvm/docs:

index.html updated: 1.16 -> 1.17

---
Log message:

Add a link to the code gen document


---
Diffs of the changes:  (+2 -1)

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.16 llvm/docs/index.html:1.17
--- llvm/docs/index.html:1.16	Sun May 23 23:43:49 2004
+++ llvm/docs/index.html	Wed Jun  2 14:24:10 2004
@@ -105,6 +105,7 @@
 <li><a href="ProgrammersManual.html">LLVM Programmers Manual</a></li>
 <li><a href="WritingAnLLVMPass.html">Writing an LLVM Pass</a></li>
 <li><a href="AliasAnalysis.html">Alias Analysis in LLVM</a></li>
+<li><a href="CodeGenerator.html">The LLVM Target-Independent Code Generator</a></li>
 <li><a href="GarbageCollection.html">Accurate Garbage Collection with LLVM</a></li>
 <li><a href="SourceLevelDebugging.html">Source Level Debugging with
 LLVM</a></li>
@@ -180,7 +181,7 @@
 
   <a href="mailto:criswell [at] cs.uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/24 04:43:49 $
+  Last modified: $Date: 2004/06/02 19:24:10 $
 </address>
 
 </body>





More information about the llvm-commits mailing list