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

Chris Lattner lattner at cs.uiuc.edu
Sun May 23 23:46:01 PDT 2004


Changes in directory llvm/docs:

index.html updated: 1.15 -> 1.16

---
Log message:

Add a link to the GC doc


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.15 llvm/docs/index.html:1.16
--- llvm/docs/index.html:1.15	Fri May 21 21:28:36 2004
+++ llvm/docs/index.html	Sun May 23 23:43:49 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="GarbageCollection.html">Accurate Garbage Collection with LLVM</a></li>
 <li><a href="SourceLevelDebugging.html">Source Level Debugging with
 LLVM</a></li>
 <li><a href="TableGenFundamentals.html">TableGen Fundamentals</a></li>
@@ -179,7 +180,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/22 02:28:36 $
+  Last modified: $Date: 2004/05/24 04:43:49 $
 </address>
 
 </body>





More information about the llvm-commits mailing list