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

Chris Lattner lattner at cs.uiuc.edu
Tue May 25 12:41:02 PDT 2004


Changes in directory llvm-www:

Documentation.html updated: 1.7 -> 1.8

---
Log message:

Futhermore, give them the correct path


---
Diffs of the changes:  (+4 -4)

Index: llvm-www/Documentation.html
diff -u llvm-www/Documentation.html:1.7 llvm-www/Documentation.html:1.8
--- llvm-www/Documentation.html:1.7	Tue May 25 12:37:13 2004
+++ llvm-www/Documentation.html	Tue May 25 12:38:05 2004
@@ -56,7 +56,7 @@
 on how to write a new alias analysis implementation or how to use existing
 analyses.</li>
 
-<li><a href="GarbageCollection.html">Accurate Garbage Collection with LLVM</a> -
+<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> -
@@ -82,11 +82,11 @@
 describes both the Stacker language and LLVM frontend, but also some details
 about LLVM useful for those writing front-ends.</li>
 
-<li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how 
+<li><a href="docs/ExtendingLLVM.html">Extending LLVM</a> - Look here to see how 
 to add instructions and intrinsics to LLVM.</li>
-<li><a href="CodingStandards.html">Coding Standards</a> - Guidelines for
+<li><a href="docs/CodingStandards.html">Coding Standards</a> - Guidelines for
 hacking LLVM source.</li>
-<li><a href="BytecodeFormat.html">LLVM Bytecode File Format</a></li>
+<li><a href="docs/BytecodeFormat.html">LLVM Bytecode File Format</a></li>
 
 <li><a href="doxygen/">Doxygen generated documentation</a> (<a
 href="doxygen/inherits.html">classes</a>)</li>





More information about the llvm-commits mailing list